Packages changed:
  cmis-client
  libjxl-gtk (0.10.3 -> 0.11.0)
  linux-glibc-devel (6.10 -> 6.11)
  openSUSE-release (20240915 -> 20240916)
  p11-kit (0.25.3 -> 0.25.5)
  plasma6-workspace
  python-kiwi (10.1.6 -> 10.1.11)
  strace (6.10 -> 6.11)

=== Details ===

==== cmis-client ====

- Add 71.patch: fix comment and harmonise the version branches
- Add 70.patch: fix build with Boost < 1.66
- Add 69.patch: fix regression building against Boost < 1.86

==== libjxl-gtk ====
Version update (0.10.3 -> 0.11.0)
Subpackages: gdk-pixbuf-loader-jxl gimp-plugin-jxl

- Update to release 0.11.0
  * Added Gain Map API: ``JxlGainMapBundle`` struct and API
    functions to read and write gain map
    ``bundlesJxlGainMapWriteBundle`` and ``JxlGainMapReadBundle``
    as well as handling compressed ICC profiles:
    ``JxlICCProfileEncode`` and ``JxlICCProfileDecode``.
  * Decoder API: added ``JXL_DEC_BOX_COMPLETE`` event to signal
    that the output buffer for the current box has received all
    contents.

==== linux-glibc-devel ====
Version update (6.10 -> 6.11)

- Update to kernel headers 6.11

==== openSUSE-release ====
Version update (20240915 -> 20240916)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== p11-kit ====
Version update (0.25.3 -> 0.25.5)
Subpackages: libp11-kit0 libp11-kit0-32bit p11-kit-server p11-kit-tools

- Update to 0.25.5:
  * iter: fix recursive attribute loading
  * fix building on FreeBSD 14.0 (amd64)
  * Remove p11-kit-d938f4a8a3a2.patch upstream
- Update to 0.25.4:
  * rpc: add support for recursive attributes
  * p11-kit: add function to check run-time version of the library
  * p11-kit: expose version information through macros
  * p11-kit: add option to specify CKA_ID in generate-keypair and
    import-object commands
  * p11-kit: add --provider option to specify PKCS#11 module when
    using p11-kit commands
  * p11-kit: fix a bug where eddsa mechanism isn't recognized in
    generate-keypair
  * p11-kit: fallback to C_GetFunctionList when C_GetInterface
    returns CKR_FUNCTION_NOT_SUPPORTED
  * bug and build fixes

==== plasma6-workspace ====
Subpackages: plasma6-session plasma6-session-x11 plasma6-workspace-lang plasma6-workspace-libs sddm-qt6-branding-openSUSE

- Add patch to fix certain crashes on wayland (kde#488653, boo#1227204):
  * 0001-libtaskmanager-waylandtasksmodel-disconnect-from-par.patch

==== python-kiwi ====
Version update (10.1.6 -> 10.1.11)

- Bump version: 10.1.10 → 10.1.11
- doc: Add login information test build test images
- Bump version: 10.1.9 → 10.1.10
- bootloader: Fix up ppc64 bootinfo again
  To make the code look pretty extra newline is inserted at the start of
  bootinfo file. This appears to break boot on Power9 PowerVM LPARs.
- Add support for erofs
  erofs is an alternative readonly filesystem that can be
  used as alternative to squashfs. This Fixes #2633
- Fixed enclave integration test
  The SELinux policy of Fedora Rawhide when running completely in
  an initrd is not suitable to let the system boot up. Thus the
  current solution is to boot in permissive mode. A better solution
  for the future would probably be a selinux policy for enclaves
- limit eif_build requires to fedora >= 42
- Bump version: 10.1.8 → 10.1.9
- Added sshd to nitro-enclave integration test
- Fixed container sync options
  Do not exclude/filter any security/xattr capabilities.
- Update container integration test
  Add getcap to check on filesystem capabilities
- Add new build type provides for enclave
  Add a provides tag (read by the open buildservice) for the new
  enclave builder. Also add a recommends to eif_builder in
  the systemdeps-core meta package
- Update enclave documentation
  Fixup repo setup in the build documentation
- Bump version: 10.1.7 → 10.1.8
- Fixed enclave documentation
  Path to the build test was not correct
- Update test-image-nitro-enclave package list
  Fixup package list to match Fedora rawhide
- Move test-image-nitro-enclave to rawhide
- Fix ppc64 chrp bootinfo generation
- Fixed documentation header
  Fixed double H1 headers from the boxbuild tweaks chapter.
- Bump version: 10.1.6 → 10.1.7
- Move EXEC log message to the right place
  The log information of the command execution was not printed
  directly before the actual command invocation. There are other
  actions after the log information (e.g Path.which) which itself
  produce log information prior the real subprocess execution.
  This is very misleading when reading the log file and fixed
  in this commit.
- Add support for architectures in deb source file
  When apt resolves packages on a multiarch repo it can happen
  that dependencies for packages from other architectures are
  pulled into the solver process but are not provided by any
  repository. To overcome this behavior the repository can
  be setup to serve packages only for a specified architecture
  or list of architectures. This is related to
  OSInside/kiwi-descriptions#102

==== strace ====
Version update (6.10 -> 6.11)

- Update to strace 6.11
  * Implemented decoding of uretprobe syscall.
  * Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
    commands.
  * Enhanced decoding of unknown ioctl commands in non-abbreviated mode
    by printing the contents of the ioctl argument buffer in hexadecimal format.
  * Updated decoding of listmount, statmount, and statx syscalls.
  * Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
    constants.
  * Updated lists of ioctl commands from Linux 6.11.