Packages changed:
  Mesa
  Mesa-drivers
  cockpit
  dbus-1 (1.14.4 -> 1.14.6)
  evolution-data-server (3.46.3 -> 3.46.4)
  fuse3 (3.13.0 -> 3.13.1)
  gnome-software (43.3 -> 43.4)
  lapack
  libjxl
  ncurses
  openblas_pthreads
  python-alembic (1.9.2 -> 1.9.3)
  wicked
  yast2-network (4.5.15 -> 4.5.16)

=== Details ===

==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1

- U_ReturnME.patch
  * fixes blackscreen in Return To Monkey Island on Intel graphics
    (boo#1208145)

==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium Mesa-libva

- U_ReturnME.patch
  * fixes blackscreen in Return To Monkey Island on Intel graphics
    (boo#1208145)

==== cockpit ====
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system

- Migration of PAM settings to /usr/lib/pam.d.

==== dbus-1 ====
Version update (1.14.4 -> 1.14.6)
Subpackages: dbus-1-common dbus-1-daemon dbus-1-tools libdbus-1-3

- Fix multibuild: do not mention main flavor in multibuild, as it
  is implicit built.
- update to 1.14.6:
  * Fix an incorrect assertion that could be used to crash
    dbus-daemon or other users of DBusServer prior to
    authentication, if libdbus was compiled with assertions
    enabled.
    We recommend that production builds of dbus, for example in
    OS distributions, should be compiled with checks but
    without assertions.
  * When connected to a dbus-broker, stop dbus-monitor from
    incorrectly replying to Peer method calls that were sent to the
    dbus-broker with a NULL destination
  * Fix out-of-bounds varargs read in the dbus-daemon's config-
    parser.  This is not attacker-triggerable and appears to be
    harmless in practice, but is technically undefined behaviour
    and is detected as such by AddressSanitizer.
  * Avoid a data race in multi-threaded use of DBusCounter
  * Fix a crash with some glibc versions when non-auditable
    SELinux events are logged (dbus!386, Jeremi Piotrowski)
  * If dbus_message_demarshal() runs out of memory while
    validating a message, report it as NoMemory rather than
    InvalidArgs (dbus#420, Simon McVittie)
  * Use C11 _Alignof if available, for better standards-
    compliance
  * Stop including an outdated copy of pkg.m4 in the git tree
  * Documentation:
  * Fix the test-apparmor-activation test after dbus#416
  * Internal changes:
  * Fix CI builds with recent git versions (dbus#447, Simon
    McVittie)
- switch to using multibuild

==== evolution-data-server ====
Version update (3.46.3 -> 3.46.4)
Subpackages: evolution-data-server-lang libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-2 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4

- Update to version 3.46.4:
  + Parse URI strings into GUri in a relaxed mode
  + IMAPx: Folder refresh could remove new message from local
    summary
  + Bugs fixed:
  - libedataserverui4: (almost) empty GIR/VAPI file
  - IMAP: Inbox hidden in offline with "Show only subscribed
    folders"
  - Google Task modification not synced
  - CalDAV: Can fail to refresh content in some cases
  + Updated translations.

==== fuse3 ====
Version update (3.13.0 -> 3.13.1)
Subpackages: libfuse3-3

- Update to release 3.13.1
  * Fixed an issue that resulted in errors when attempting to
    compile against installed libfuse headers (because libc
    symbol versioning support was not detected correctly in this
    case).
- Add 0001-Split-config.h-into-private-and-public-config.patch
  to fix doubly-defined macros and build failure elsewhere.

==== gnome-software ====
Version update (43.3 -> 43.4)
Subpackages: gnome-software-lang gnome-software-plugin-packagekit

- Update to version 43.4:
  + Stop cancelled search in appstream data early.
  + Lookup for appstream-provided icons in more directories.

==== lapack ====
Subpackages: libblas3 libcblas3 liblapack3

- Fix missing symbols for deprecated functions in LAPACK, add
  Restore_missing_deprecated_prototypes.patch
- Add -Wl,--no-undefined when creating shared libraries,
  to catch missing symbols during build
- Test fixes:
  * Build test binaries during %build, run in %check
  * Fix incorrect path for test output, to actually catch
    any test failures
- Spec file cleanup:
  * Do not rename blaslib, it is used for test binaries
  * Use same commands for building lapacke as for other libs
  * Remove unused FFLAGS_NOOP for test binaries
- Remove unneeded links. These will be taken care of by the
  update-alternatives. This will bring this package in sync
  with openblas.
- Build deprecated functions again to avoid breaking the ABI.
  (boo#1207989)
- Make library links in the alternatives directory arch dependent.
  This avoids conflicts when both 32-bit and 64-bit versions are
  installed (boo#1207563).

==== libjxl ====

- build glibc hwcaps optimized overlay

==== ncurses ====
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen

- Fix use of run_cmd.sh

==== openblas_pthreads ====

- Do not set LIBNAMESUFFIX to mark different flavors as this causes
  the SONAME to be different so that different flavors of OpenBLAS
  cannot serve as plugin replacements of each other (boo#1177260).
- Fix a fallout of making alternatives directory arch dependent.
- Remove unneeded links that will be created by update-alternatives.
  Create remaining links %post scripts properly %ghost-ing the files.
- Make library links in the alternatives directory arch dependent.
  This avoids conflicts when both 32-bit and 64-bit versions are
  installed (boo#1207563).

==== python-alembic ====
Version update (1.9.2 -> 1.9.3)

- update to 1.9.3:
  * Fixed issue where rendering of user-defined types
    that then went onto use the .with_variant() method would
    fail to render, if using SQLAlchemy 2.0's version of variants.

==== wicked ====
Subpackages: wicked-service

- bond: workaround 6.1 kernel enslave regression (boo#1206674)
  The kernel bond enslave rtnetlink message processing changed
  breaking an `ip link set down master bond0 dev eth0` like
  enslave which worked with all kernels from 4.12 up to 6.0.
  [+ 0001-bond-workaround-6.1-enslave-regression-boo-1206674.patch]

==== yast2-network ====
Version update (4.5.15 -> 4.5.16)

- Fix calling method read on nil crash in bootloader caused by
  not restoring SCR chroot in save_network client when running
  in autoyast (bsc#1207968)
- 4.5.16