Packages changed:
  Mesa (21.2.1 -> 21.2.2)
  Mesa-drivers (21.2.1 -> 21.2.2)
  apparmor
  bubblewrap (0.4.1 -> 0.5.0)
  cfssl (1.6.0 -> 1.6.1)
  ell (0.43 -> 0.44)
  gjs (1.68.3 -> 1.68.4)
  gnome-control-center (40.0 -> 40.1)
  gnome-shell-extension-desktop-icons
  gnome-shell-extensions
  gnome-tweaks
  gnome-user-docs (40.4 -> 40.5)
  gtk4
  konsole
  libapparmor
  libass (0.15.1 -> 0.15.2)
  libcryptui
  libfido2 (1.7.0 -> 1.8.0)
  libgexiv2 (0.12.3 -> 0.14.0)
  llvm12
  multipath-tools
  nautilus-share
  net-snmp
  open-lldp (1.1+36.e926f7172b96 -> 1.1+44.0f781b4162d3)
  pulseaudio
  qemu
  systemd-default-settings
  webkit2gtk3 (2.32.3 -> 2.32.4)
  wpebackend-fdo (1.8.0 -> 1.10.0)
  xdg-desktop-portal (1.8.1 -> 1.10.0)

=== Details ===

==== Mesa ====
Version update (21.2.1 -> 21.2.2)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1

- update to 21.2.2
  * second bugfix release: a ton of work went into panfrost,
    getting it closer to being conformant (it is conformant on
    21.3!); fixes for ir3, croccus, nir, utils, llvmpipe, gallivm,
    zink, glsl, v3d, vc4, intel, mesa, aco, iris, radv, and even
    osmesa.

==== Mesa-drivers ====
Version update (21.2.1 -> 21.2.2)
Subpackages: Mesa-dri Mesa-gallium

- update to 21.2.2
  * second bugfix release: a ton of work went into panfrost,
    getting it closer to being conformant (it is conformant on
    21.3!); fixes for ir3, croccus, nir, utils, llvmpipe, gallivm,
    zink, glsl, v3d, vc4, intel, mesa, aco, iris, radv, and even
    osmesa.

==== apparmor ====
Subpackages: apparmor-abstractions apparmor-parser apparmor-profiles apparmor-utils python3-apparmor

- lessopen.sh profile: allow reading files that live on NFS over UDP
  (added to apparmor-lessopen-nfs-workaround.diff) (boo#1190552)

==== bubblewrap ====
Version update (0.4.1 -> 0.5.0)

- Update to version 0.5.0:
  + New features:
  - --chmod changes permissions
  - --clearenv unsets every environment variable (except PWD)
  - --perms sets permissions for one subsequent --bind-data,
  - -dir, --file, --ro-bind-data or --tmpfs
  + Other enhancements:
  - Better diagnostics when a --bind or other bind-mount fails
  - zsh tab-completion
  - Better test coverage
  + Bug fixes:
  - Use Python 3 for tests and examples
  - Mount points for non-directories are created with permissions
  - r--r--r-- instead of -rw-rw-rw-
  - Don't remount items in /proc read-only if already EROFS,
    required to run under Docker
  - Allow mounting an non-directory over an existing
    non-directory, e.g. --bind "$XDG_RUNTIME_DIR/my-log-socket"
    /dev/log
  - Silence kernel messages for our bind-mounts
  - Make sure pkg-config is checked for, regardless of build
    options
  - Improve ability to bind-mount directories on case-insensitive
    filesystems
  - Fix -Wshadow warnings
  - Fix deprecation warnings with newer SELinux
- Add new subpackage bubblewrap-zsh-completion

==== cfssl ====
Version update (1.6.0 -> 1.6.1)

- Update to version 1.6.1:
  * Support for DelegationUsage extension
  * remove -u flag from readme, link to releases
  * remove old go versions from travis
  * fix upgrading transitive coreos dependency breakage

==== ell ====
Version update (0.43 -> 0.44)

- update to release 0.44
  * Fix issue with allowing zero byte input for AEAD cipher.
  * Fix issue with filling in DNS info in DHCP lease objects.
  * Add support neighbor discovery utility helpers.

==== gjs ====
Version update (1.68.3 -> 1.68.4)
Subpackages: libgjs0 typelib-1_0-GjsPrivate-1_0

- Update to version 1.68.4:
  + Build fix backported from the development branch.

==== gnome-control-center ====
Version update (40.0 -> 40.1)
Subpackages: gnome-control-center-goa

- Update to version 40.1:
  + About: Don't show GNOME micro version.
  + Location: Fix permission store table and id.
  + Network:
  - Show all IPv6 addresses for an interface.
  - Display IPv6 gateway.
  + Power: Fix D-Bus proxy leak.
  + Updated translations.
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

==== gnome-shell-extension-desktop-icons ====

- Remove obsolete translation-update-upstream and
  gnome-patch-translation support (jsc#SLE-21105).

==== gnome-shell-extensions ====
Subpackages: gnome-shell-classic gnome-shell-extensions-common

- Remove obsolete translation-update-upstream and
  gnome-patch-translation support (jsc#SLE-21105).

==== gnome-tweaks ====

- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

==== gnome-user-docs ====
Version update (40.4 -> 40.5)

- Update to version 40.5:
  + Updates to Files documentation.
  + Updated terminology.
  + Updated translations.

==== gtk4 ====
Subpackages: gtk4-schema libgtk-4-1 typelib-1_0-Gtk-4_0

- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

==== konsole ====
Subpackages: konsole-part

- Add patches to fix some more window size related issues:
  * 0001-Don-t-resize-window-when-switching-virtual-desktops-.patch
    (kde#441610)
  * 0002-Always-save-the-window-state-and-geometry.patch
    (kde#442252, boo#1189927)

==== libapparmor ====

- lessopen.sh profile: allow reading files that live on NFS over UDP
  (added to apparmor-lessopen-nfs-workaround.diff) (boo#1190552)

==== libass ====
Version update (0.15.1 -> 0.15.2)

- Update to version 0.15.2
  * Fix some format string bugs, which could lead to
    garbled log messages or on some platforms crashes
  * Fix ass_set_fonts_dir failing to load long paths
  * Better handling of control characters that have no associated font glyphs
- Update Requires and BuildRequires to actual pkgconfig versions

==== libcryptui ====
Subpackages: libcryptui-data libcryptui0 seahorse-daemon

- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

==== libfido2 ====
Version update (1.7.0 -> 1.8.0)

- Removed fix-cmake-linking.patch because no longer needed
- Update to version 1.8.0:
  * Dropped 'Requires.private' entry from pkg-config file.
  * Better support for FIDO 2.1 authenticators.
  * Support for Windows's native webauthn API.
  * Support for attestation format 'none'.
  * New API calls:
  - fido_assert_set_clientdata;
  - fido_cbor_info_algorithm_cose;
  - fido_cbor_info_algorithm_count;
  - fido_cbor_info_algorithm_type;
  - fido_cbor_info_transports_len;
  - fido_cbor_info_transports_ptr;
  - fido_cred_set_clientdata;
  - fido_cred_set_id;
  - fido_credman_set_dev_rk;
  - fido_dev_is_winhello.
  * fido2-token: new -Sc option to update a resident credential.
  * Documentation and reliability fixes.
  * HID access serialisation on Linux.
- disable fix-cmake-linking.patch, not needed currently

==== libgexiv2 ====
Version update (0.12.3 -> 0.14.0)

- Update to version 0.14.0:
  + Fix BMFF compile test.
- Changes from version 0.13.0:
  + Update gexiv2-dump tool
  + More additions to API and _try versions that support GErorr if
    exiv2 might throw
  + Some additions to gexiv2-tool
  + Changes in build configuration

==== llvm12 ====

- Set CMAKE_LINKER to workaround CMake wanting to use lld just
  because we're using clang as compiler. Fixes build on aarch64.
  (https://bugs.llvm.org/show_bug.cgi?id=51115)

==== multipath-tools ====
Subpackages: kpartx libmpath0

- Add a versioned dependency of multipath-tools on libmpath0
  (bsc#1190622)

==== nautilus-share ====

- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

==== net-snmp ====
Subpackages: libsnmp30 snmp-mibs

- add upstream signing keyring and validate source signature

==== open-lldp ====
Version update (1.1+36.e926f7172b96 -> 1.1+44.0f781b4162d3)
Subpackages: liblldp_clif1

- Update to version v1.1+44.0f781b4162d3:
  * agent: reset frame status on message delete
  * Avoiding null pointer dereference

==== pulseaudio ====
Subpackages: libpulse-mainloop-glib0 libpulse0

- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).
- Require perl-XML-Parser explicitly, it's needed by build.

==== qemu ====

- Fix testsuite dependencies (bsc#1190573)
  * Patches added:
  modules-quick-fix-a-fundamental-error-in.patch
- Replace patch to fix hardcoded binfmt handler
  (bsc#1186256)
  * Patches dropped:
  qemu-binfmt-conf.sh-allow-overriding-SUS.patch
  * Patches added:
  qemu-binfmt-conf.sh-should-use-F-as-shor.patch
- Stable fixes from upstream
  * Patches added:
  9pfs-fix-crash-in-v9fs_walk.patch
  i386-cpu-Remove-AVX_VNNI-feature-from-Co.patch
  plugins-do-not-limit-exported-symbols-if.patch
  plugins-execlog-removed-unintended-s-at-.patch
  qemu-sockets-fix-unix-socket-path-copy-a.patch
  target-i386-add-missing-bits-to-CR4_RESE.patch
  virtio-balloon-don-t-start-free-page-hin.patch

==== systemd-default-settings ====
Subpackages: systemd-default-settings-branding-SLE systemd-default-settings-branding-openSUSE

- Import commit 6b8dde1d4f867aff713af6d6830510a84fad58d2
  6b8dde1 Convert more drop-ins into early ones

==== webkit2gtk3 ====
Version update (2.32.3 -> 2.32.4)
Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 webkit2gtk-4_0-injected-bundles

- Update to version 2.32.4 (boo#1190701):
  + Do not append .asc extension to downloaded text/plain files.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2021-30858.
- Drop fix-lto.patch: fixed upstream.

==== wpebackend-fdo ====
Version update (1.8.0 -> 1.10.0)

- Update to version 1.10.0:
  + Added API to query whether receiving rendered audio has been
    configured.
  + Added API to obtain the wl_resource for SHM exported buffers.
  + The CMake build system has been removed in favor of Meson.
  + Made it easier to override where Meson looks for
    wayland-scanner during cross-compilation, using a native
    machine file.
  + Fixed invalid usage of Wayland client connections in the nested
    compositor which caused sporadic crashes in certain conditions.
  + Fixed file descriptor and memory leaks.

==== xdg-desktop-portal ====
Version update (1.8.1 -> 1.10.0)

- Update to version 1.10.0:
  + Remap /run/flatpak/app, for Flatpak 1.11.x
  + Remap /var/config and /var/data
  + permission-store: Avoid a crash
  + permissions-store: Add GetPermission
  + screencast: Add 'virtual' source type
  + openuri: Use real path for OpenDirectory
  + location: Fix accuracy levels
  + Add power profile monitor implementation
  + Updated translations.