Packages changed:
  apparmor
  cpio
  guestfs-tools
  inxi (3.3.33 -> 3.3.33+3)
  libapparmor
  libguestfs
  openSUSE-release (20240405 -> 20240407)
  perl-CGI (4.600.0 -> 4.640.0)
  python-typing_extensions (4.10.0 -> 4.11.0)

=== Details ===

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

- Use full URLs for source tarball and signature.

==== cpio ====
Subpackages: cpio-lang cpio-mt

- Fix build with gcc14, bsc#1221712
  * fix-gcc14.patch

==== guestfs-tools ====

- Upstream bug fixes
  Update-virt-customize-generated-files.patch
  Initialise-bar-fp-as-NULL.patch

==== inxi ====
Version update (3.3.33 -> 3.3.33+3)

- Updated to version 3.3.33-1+3:
  + A quick point release, one critical bug fix, and a few new
    features and enhancements.
  + Code cleanup.
- Add service to pull from git and avoid tarball release.
- Adjust spec file for service use.

==== libapparmor ====

- Use full URLs for source tarball and signature.

==== libguestfs ====
Subpackages: libguestfs-appliance libguestfs-xfs libguestfs0

- Upstream bug fixes
  Split-chown-parameter-on-character.patch
  Initialise-bar-fp-as-NULL.patch

==== openSUSE-release ====
Version update (20240405 -> 20240407)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== perl-CGI ====
Version update (4.600.0 -> 4.640.0)

- updated to 4.64
  see /usr/share/doc/packages/perl-CGI/Changes
  4.64 2024-03-18
    [ META ]
  - pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign)
  4.63 2024-03-01
    [ FIX ]
  - ->url returns a string in all cases (GH #263, thanks to Sketch6307)
  4.62 2024-03-01
    [ FIX ]
  - ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte)
  4.61 2024-01-08
    [ ENHANCEMENT ]
  - Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar)

==== python-typing_extensions ====
Version update (4.10.0 -> 4.11.0)

- update to 4.11.0:
  * Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  * Fix the runtime behavior of type parameters with defaults
  * Fix minor discrepancy between error messages produced by
    `typing` and `typing_extensions` on Python 3.10.
  * When `include_extra=False`, `get_type_hints()` now strips
    `ReadOnly` from the annotation.