Packages changed:
  bluedevil5 (5.20.0 -> 5.20.1)
  breeze (5.20.0 -> 5.20.1)
  ca-certificates-mozilla (2.42 -> 2.44)
  curl (7.72.0 -> 7.73.0)
  discover (5.20.0 -> 5.20.1)
  drkonqi5 (5.20.0 -> 5.20.1)
  glib2-branding-openSUSE
  gupnp-igd (0.2.5 -> 1.2.0)
  iputils
  kactivitymanagerd (5.20.0 -> 5.20.1)
  kde-cli-tools5 (5.20.0 -> 5.20.1)
  kgamma5 (5.20.0 -> 5.20.1)
  khotkeys5 (5.20.0 -> 5.20.1)
  kinfocenter5 (5.20.0 -> 5.20.1)
  kmenuedit5 (5.20.0 -> 5.20.1)
  kscreen5 (5.20.0 -> 5.20.1)
  kscreenlocker (5.20.0 -> 5.20.1)
  ksysguard5 (5.20.0 -> 5.20.1)
  kwayland-integration (5.20.0 -> 5.20.1)
  kwayland-server (5.20.0 -> 5.20.1)
  kwin5 (5.20.0 -> 5.20.1)
  kwrited5 (5.20.0 -> 5.20.1)
  libkdecoration2 (5.20.0 -> 5.20.1)
  libkscreen2 (5.20.0 -> 5.20.1)
  libksysguard5 (5.20.0 -> 5.20.1)
  lsof (4.91 -> 4.93.2)
  milou5 (5.20.0 -> 5.20.1)
  ncurses (6.2.20200912 -> 6.2.20201010)
  perl-Bootloader (0.931 -> 0.932)
  plasma-nm5 (5.20.0 -> 5.20.1)
  plasma5-addons (5.20.0 -> 5.20.1)
  plasma5-desktop (5.20.0 -> 5.20.1)
  plasma5-integration (5.20.0 -> 5.20.1)
  plasma5-openSUSE
  plasma5-pa (5.20.0 -> 5.20.1)
  plasma5-workspace (5.20.0 -> 5.20.1.1)
  polkit-default-privs (1550+20201001.cb7020b -> 1550+20201012.1df5a0d)
  polkit-kde-agent-5 (5.20.0 -> 5.20.1)
  powerdevil5 (5.20.0 -> 5.20.1)
  python38
  python38-core
  rpm
  rpm-config-SUSE (0.g56 -> 0.g60)
  systemsettings5 (5.20.0.1 -> 5.20.1.1)
  xdg-desktop-portal-kde (5.20.0 -> 5.20.1)

=== Details ===

==== bluedevil5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Show "Enable bluetooth" only when Manager is operational
  * Fix device icon size on device page
  * [kcm] Set sane default size

==== breeze ====
Version update (5.20.0 -> 5.20.1)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-wallpapers libbreezecommon5-5

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Regenerate wallpaper sizes
  * generate_wallpaper_sizes.py: Properly compress wallpapers
  * Fix for occasional background glitches behind transparent Menus, especially when hovering over menu elements.
- Drop patches, now upstream:
  * 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch

==== ca-certificates-mozilla ====
Version update (2.42 -> 2.44)

- Updated to 2.44 state of the Mozilla NSS Certificate store (bsc#1177864)
- Removed CAs:
  - EE Certification Centre Root CA
  - Taiwan GRCA
- Added CAs:
  - Trustwave Global Certification Authority
  - Trustwave Global ECC P256 Certification Authority
  - Trustwave Global ECC P384 Certification Authority

==== curl ====
Version update (7.72.0 -> 7.73.0)
Subpackages: libcurl4

- Update to 7.73.0
  * Changes:
  - curl: add --output-dir
  - curl: support XDG_CONFIG_HOME to find .curlrc
  - curl: update --help with categories
  - curl_easy_option_*: new API for meta-data about easy options
  - CURLE_PROXY: new error code
  - mqtt: enable by default
  - sftp: add new quote commands 'atime' and 'mtime'
  - ssh: add the option CURLKHSTAT_FINE_REPLACE
  - tls: add CURLOPT_SSL_EC_CURVES and --curves
  * Bugfixes:
  - base64: also build for smtp, pop3 and imap
  - cleanups: avoid curl_ on local variables
  - configure: let --enable-debug set -Wenum-conversion with gcc >= 10
  - conn: check for connection being dead before reuse
  - curl: in retry output don't call all problems "transient"
  - curl: make checkpasswd, file2memory, file2string and
    glob_match_url use dynbuf
  - curl: retry delays in parallel mode no longer sleeps blocking
  - curl: use curlx_dynbuf for realloc when loading config files
  - curl:parallel_transfers: make sure retry readds the transfer
  - curl_get_line: build only if cookies or alt-svc are enabled
  - Curl_pgrsTime - return new time to avoid timeout integer overflow
  - Curl_send: return error when pre_receive_plain can't malloc
  - dynbuf: make sure Curl_dyn_tail() zero terminates
  - etag: save and use the full received contents
  - ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND
  - ftp: avoid risk of reading uninitialized integers
  - ftp: get rid of the PPSENDF macro
  - ftp: make a 552 response return CURLE_REMOTE_DISK_FULL
  - ftp: separate FTPS from FTP over "HTTPS proxy"
  - HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
  - http: consolidate nghttp2_session_mem_recv() call paths
  - http_proxy: do not count proxy headers in the header bytecount
  - http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set
  - imap: make imap_send use dynbuf for the send buffer management
  - imap: set cselect_bits to CURL_CSELECT_IN initially
  - lib1560: verify "redirect" to double-slash leading URL
  - lib: make Curl_gethostname accept a const pointer
  - libssh2: handle the SSH protocols done over HTTPS proxy
  - libssh2: pass on the error from ssh_force_knownhost_key_type
  - memdebug: remove 9 year old unused debug function
  - multi: expand pre-check for socket readiness
  - ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define
  - ngtcp2: adapt to the new pkt_info arguments
  - openssl: avoid error conditions when importing native CA
  - openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification
  - parsedate: tune the date to epoch conversion
  - pause: only trigger a reread if the unpause sticks
  - pingpong: use a dynbuf for the *_pp_sendf() function
  - runtests: allow creating files without newlines
  - runtests: allow generating a binary sequence from hex
  - runtests: clear pid variables when failing to start a server
  - schannel: fix memory leak when using get_cert_location
  - schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root
  - sectransp: make it build with --disable-proxy
  - select.h: make socket validation macros test for INVALID_SOCKET
  - select: align poll emulation to return all relevant events
  - select: fix poll-based check not detecting connect failure
  - select: simplify return code handling for poll and select
  - setopt: if the buffer exists, refuse the new BUFFERSIZE
  - setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument
  - socketpair: allow CURL_DISABLE_SOCKETPAIR
  - sockfilt: handle FD_CLOSE winsock event on write socket
  - symbian: drop support
  - tests: remove pipelining tests
  - tls: fix SRP detection by using the proper #ifdefs
  - tls: provide the CApath verbose log on its own line
  - tool_setopt: escape binary data to hex, not octal
  - url: use blank credentials when using proxy w/o username and password
  - urlapi: use more Curl_safefree
  - vtls: deduplicate client certificates in ssl_config_data

==== discover ====
Version update (5.20.0 -> 5.20.1)
Subpackages: discover-backend-flatpak

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== drkonqi5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== glib2-branding-openSUSE ====

- Add priority of 20 to gschema override, otherwise you can't
  override it

==== gupnp-igd ====
Version update (0.2.5 -> 1.2.0)

- Update to version 1.2.0:
  + Switch to GUPnP 1.2.0 API
  + Update GLib dependency to 2.38
  + Replace deprecated GLib APIs
  + Fix crashes
  + Switch to meson build.
- Add meson and gtk-doc BuildRequires and macros following
  upstreams port, and run tests during build.
- Drop no longer needed libtool BuildRequires, and various
  autotools related macros and commands.
- Drop patches fixed upstream:
  + gupnp-igd-free-GStaticMutex-in-AddRemoveData.patch
  + gupnp-igd-port-to-new-gupnp-api.patch

==== iputils ====

- Reference meson's build subdirectory as %_vpath_builddir, to
  line up with meson's structure.

==== kactivitymanagerd ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Fix a dangling reference to the list of database files
- Drop patches, now upstream:
  * Fix-a-dangling-reference-to-the-list-of-database-files.patch

==== kde-cli-tools5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kgamma5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== khotkeys5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kinfocenter5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kmenuedit5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kscreen5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kscreenlocker ====
Version update (5.20.0 -> 5.20.1)
Subpackages: libKScreenLocker5

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== ksysguard5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Divide network speeds by 2

==== kwayland-integration ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== kwayland-server ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Send wl_pointer.frame when emulating pointer events out of touch ones
  * Properly handle destruction of XdgOutputV1Interface (kde#426293)

==== kwin5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Introduce persistent global share context (kde#415798)
  * Fix a potential SIGSEGV
  * qpa: Create a pbuffer for internal windows
  * core: Use less confusing name for Platform::supportsQpaContext()
  * qpa: Merge OpenGL platform context classes
  * scene: Reduce the call cost of Platform::supportsQpaContext()
  * Fix pipewire stream double free
  * Detect softpipe and llvmpipe on Mesa 20.2+
  * wayland: Introduce logicalToNativeMatrix() helper
  * platforms/drm: Fix software flip output transforms
  * platforms/drm: Compute correct cursor transform matrix (kde#427605)
  * wayland: Fix Qt clients not being maximized initially
  * xwayland: Avoid creating a tree query on crash (kde#427688)
  * wayland: Block geometry updates while placing popups
  * Fix KWIN_EFFECT_FACTORY macros
- Drop patches, now upstream:
  * 0001-Detect-softpipe-and-llvmpipe-on-Mesa-20.2.patch

==== kwrited5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== libkdecoration2 ====
Version update (5.20.0 -> 5.20.1)
Subpackages: libkdecorations2-5 libkdecorations2private7

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== libkscreen2 ====
Version update (5.20.0 -> 5.20.1)
Subpackages: libKF5Screen7 libkscreen2-plugin

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== libksysguard5 ====
Version update (5.20.0 -> 5.20.1)
Subpackages: libksysguard5-helper libksysguard5-imports

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== lsof ====
Version update (4.91 -> 4.93.2)

- update to 4.93.2:
  The maintainership is switched from Vic to lsof-org
  Made FreeBSD 13 adjustment.
  Fix a typo causing a build error.
  Fix a potential memory leak.
  [linux] use tirpc for rpc if libc doesn't provide rpc.h.
  Fix a typo in man page.
  fix memory leaks detected by valgrind about unix endpoint
    information.
  Update the description about -fg and -fG options on linux.
  Fix a broken symbolic link.
  Update the version number embedded in lsof executable.
- lsof-no-build-date-etc.patch: refreshed against newer base

==== milou5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== ncurses ====
Version update (6.2.20200912 -> 6.2.20201010)
Subpackages: libncurses6 ncurses-utils terminfo-base

- Add ncurses patch 20201010
  + correct sgr in aaa+rv (report by Florian Weimer) -TD
  + fix some sgr inconsistencies in d230c, ibm6153, ibm6154,
    ncrvt100an -TD
  + improve tic's check for errors detected in tparm (prompted by
    discussion with Florian Weimer).
  + set output-mode to binary in experimental Windows-10 driver (Juergen
    Pfeifer).
- Add ncurses patch 20201003
  + remove output-related checks for nl/nonl (report by Leon Winter).
  + change tmux's kbs to ^? (report by Premysl Eric Janouch)
  + simplify mlterm initialization with DECSTR -TD
  + fix a typo in man/curs_terminfo.3 (Reuben Thomas).
  + add tmux-direct (tmux #2370)
  + add user-defined capabilities from mintty to Caps-ncurses, for
    checking consistency with tic.
- Add ncurses patch 20200926
  + correct configure-check for gnurx library.
  + regenerate llib-* files.
  + modify tracemunch and the panel library to show readable traces for
    panel- and user-pointers.
- Add ncurses patch 20200919
  + update mlterm3 for 3.9.0 (report by Premysl Eric Janouch) -TD
- Add ncurses patch 20200918
  + corrected condition for appending curses.events to the generated
    curses.h (report by Sven Joachim, Debian #970545).

==== perl-Bootloader ====
Version update (0.931 -> 0.932)

- merge gh#openSUSE/perl-bootloader#131
- grub2 install: honor UPDATE_NVRAM in /etc/sysconfig/bootloader
  (bsc#1157550 jsc#SLE-11500).
- 0.932

==== plasma-nm5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== plasma5-addons ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Fix typo in small icons window switcher (kde#427745)
  * Use higher match priority and copy suggested text

==== plasma5-desktop ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Fix sizing of tooltip with media controls without thumbnail
  * [kcms/autostart] Set sane default size
  * [kcms/user] Fix leaking model
- Despite libinput configuration is lacking in comparision no
  longer recommend xf86-input-synaptics package, since the driver
  is no longer in development and should no longer be installed by
  default (boo#1175035)

==== plasma5-integration ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * kdirselectdialog: when creating a new dir that already exists, select it

==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE sddm-theme-openSUSE

- Update to 5.20.1

==== plasma5-pa ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Bump Controls 2.14 in DeviceCombobox.qml
  * Correctly look up data in the model (kde#427687)
  * Simplify DeviceComboBox (kde#408700)

==== plasma5-workspace ====
Version update (5.20.0 -> 5.20.1.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-libs xembedsniproxy

- Drop workaround for old powerdevil
- 5.20.1.1 is actually still 5.20.1, set the macro that way
- Update to 5.20.1.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * [applets/devicenotifier] Don't offer to unmount non-removable devices (kde#427176)
  * [applets/systemtray] Fix icon size for 24px panels (kde#427690)
  * Make Prison a required dependency
  * [notifications] Fix margins of close button timeout indicator (kde#425911)
  * [Notifications] Also check transient parent for whether it's a dialog
  * Revert "krdb: Call xrdb with -nocpp" to fix gitk runtime errors
- Drop patches, now upstream:
  * 0001-Revert-krdb-Call-xrdb-with-nocpp-to-fix-gitk-runtime.patch

==== polkit-default-privs ====
Version update (1550+20201001.cb7020b -> 1550+20201012.1df5a0d)

- Update to version 1550+20201012.1df5a0d:
  * whitelist new plasma5-disks smartmon helper (bsc#1176742)

==== polkit-kde-agent-5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== powerdevil5 ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- Changes since 5.20.0:
  * Ignore player's from KDE Connect when suspending (kde#427209)

==== python38 ====

- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  x86 == ppc.

==== python38-core ====
Subpackages: libpython3_8-1_0 python38-base

- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  x86 == ppc.

==== rpm ====

- Backport FA_TOUCH fixes from upsteam [bnc#1175025] [bnc#1177428]
  * new patch: touch_backport.diff
- Add patch to fix finddebuginfo when no res.* file are found:
  * finddebuginfo-check-res-file.patch

==== rpm-config-SUSE ====
Version update (0.g56 -> 0.g60)

- Update to version 0.g60:
  * Add VPATH macros from RH/Fedora to make upstream Meson macros work
  * Don't limit locale match to /usr/share/locale

==== systemsettings5 ====
Version update (5.20.0.1 -> 5.20.1.1)

- Update to 5.20.1.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0

==== xdg-desktop-portal-kde ====
Version update (5.20.0 -> 5.20.1)

- Update to 5.20.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0