Packages changed:
  MicroOS-release (20240521 -> 20240522)
  firewalld (2.1.1 -> 2.1.2)
  geoclue2
  gtk3 (3.24.41 -> 3.24.42)
  kernel-firmware (20240510 -> 20240519)
  kio-extras
  libslirp (4.7.0+60 -> 4.8.0+2)
  msgraph (0.2.1 -> 0.2.2)
  neon (0.32.5 -> 0.33.0)
  snapper (0.10.7 -> 0.11.0)

=== Details ===

==== MicroOS-release ====
Version update (20240521 -> 20240522)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== firewalld ====
Version update (2.1.1 -> 2.1.2)
Subpackages: python3-firewall

- update to 2.1.2:
  * fix(policy): allow forward ports w/ to-addr for egress-
    zone=HOST
  * fix(rich): fix range check for large rule limit
  * fix(tests): fix skip detection in fw-in-container environment

==== geoclue2 ====
Subpackages: system-user-srvGeoClue typelib-1_0-Geoclue-2_0

- Add /etc/geoclue/conf.d as used by tools like gnome-initial-setup

==== gtk3 ====
Version update (3.24.41 -> 3.24.42)
Subpackages: gtk3-data gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0

- Update to version 3.24.42:
  + GtkFileChooser:
  - Avoid warnings about floating refs.
  - Improve performance of recursive search.
  - Populate search model in an idle.
  + GtkGLArea: Fix a regression in transparency handling.
  + Printing: Avoid accessing freed printers.
  + Accessibility: Drop support for the deprecated
    atk_focus_tracker.
  + Wayland:
  - Fix monitor sizes.
  - Fix a crash related to tablet removal.
  - Infer resizable edges for tiled windows.
  - Always commit soon after acking a configure.
  + gdk:
  - Use css cursor names as far as possible.
  - Sync DND cursor use with GTK4.
  + build: Allow building against sysprof-capture-4.
  + Updated translations.

==== kernel-firmware ====
Version update (20240510 -> 20240519)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-ath12k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd

- Update to version 20240519 (git commit aae8224390e2):
  * amdgpu: add new ISP 4.1.1 firmware

==== kio-extras ====
Subpackages: libkioarchive6-6

- Make kcm_trash conflict with kio < 5.116 only (boo#1221438)

==== libslirp ====
Version update (4.7.0+60 -> 4.8.0+2)

- Update to version 4.8.0+2:
  * Fix actually linking the library
  * Use simpler test linker script for detectiong --version-script option
  * Release v4.8.0
  * Explicit that -Dstatic=True is not meant for distributing a static library
  * icmp6: Add echo request forwarding support
  * fuzz: Fix icmp6 matching and checksum computation
  * fuzz: Drop debugging
  * fuzz: Drop debugging
  * fuzz: Add ARP and NDP cases
  * fuzz: Add IPv6 cases
  * mbuf: Do not reallocate when the requested size already fits exactly
  * mbuf: Fix copying headers
  * oss-fuzz: Fix udp-h and tcp-h corpuses
  * fuzz: comment coherency
  * fuzz: Simplify TCP checksum code
  * Note changes that can probably be security issues
  * Add changelog for next release
  * eth: pad ethernet frames to 60 bytes
  * udp: Make cleanup loop clearer
  * fuzz: Fix tftp fuzz actually receiving a file
  * tftp: cleanup sessions remaining at slirp shutdown
  * tftp: Fix use-after-free
  * Add fuzzing CI
  * fuzz: Add ip filtering
  * tcp: hack syn/ack
  * fuzzing: Increase coverage
  * First attempt at fuzzing with libFuzzer based on @elmarco work
  * Start some fuzzing test
  * tcp: Fix testing for last fragment
  * icmp: Fix msg duplication for debugging
  * tcp: Fix allocating room
  * mbuf: Be extra careful with freed pointer
  * mbuf: remove '#define if*' member accessors
  * m_cleanup_list: Fix missing cleanup packets from the same session
  * tcp-input: inline TCP_REASS
  * ip: remove second argument from ip_stripoptions()
  * Document endianness of slirp_add_hostfwd parameters

==== msgraph ====
Version update (0.2.1 -> 0.2.2)

- Update to version 0.2.2:
  + Add remote copy and move functions.
  + Drop Authorization header during download.
  + Fix browsing shared files.
- Drop pkgconfig(rest-0.1) BuildRequires: no longer needed.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency for the
  test suite.
- Enable test suite: run meson_test in check section.
- Remove 'drive' test from test suite: this specific test wants to
  verify the library against Microsofts servers. As we build
  without network connectivity, this test cannot pass for us.

==== neon ====
Version update (0.32.5 -> 0.33.0)

- update to 0.33.0:
  * Interface clarifications
  * added DAV:lockroot support per RFC 4918
  * Improved handling of interim (1xx) responses, headers in
    interim responses are now accessible
  * TLS name verification updated to match RFC 9110/6125, added
    strict handling of IP literals vs DNS names
  * bug fixes
- drop fix_timeout_tests_for_ppc64le.patch
- replace replace_manpage_with_links.sh with fdupes

==== snapper ====
Version update (0.10.7 -> 0.11.0)
Subpackages: libsnapper7

- async cleanup of stale btrfs qgroups (bsc#1222847)
- version 0.11.0
- reverted some parts of PR#884 to fix build in obs
- run cleanup service every hour (gh#openSUSE/snapper#885)
- disable qgroup if it does not exist to avoid failure creating
  snapshots with kernel 6.8.4 (gh#openSUSE/snapper#894)
- avoid excessive logging (gh#openSUSE/snapper#892)
- improved log message (see gh#openSUSE/snapper#866)
- improved error message (gh#openSUSE/snapper#864)
  Sat  9 Mar 09:44:17 GMT 2024 - infinity0@pwned.gg
- add support for quarterly snapshots
- select table style based on codeset
- added experimental bcachefs support (gh#openSUSE/snapper#858)
- lock config during list and cleanup commands and in zypper plugin
  (gh#openSUSE/snapper#867)
- increase min age for cleanup to 3600 seconds
- drop permissions check in GetPluginsReport and ClearPluginsReport
  (gh#openSUSE/snapper#856)