Packages changed: Mesa (25.2.2 -> 25.2.3) Mesa-drivers (25.2.2 -> 25.2.3) MicroOS-release (20250929 -> 20250930) NetworkManager (1.54.0 -> 1.54.1) abseil-cpp (20250814.0 -> 20250814.1) docker expat (2.7.2 -> 2.7.3) gdk-pixbuf (2.44.2 -> 2.44.3) gtk3 (3.24.50+git18.ef9abe706a -> 3.24.51) kernel-firmware-amdgpu (20250916 -> 20250926) kernel-firmware-ath12k (20250903 -> 20250919) kernel-firmware-brcm kernel-firmware-i915 kernel-firmware-intel (20250912 -> 20250928) kernel-firmware-iwlwifi (20250829 -> 20250903) kernel-firmware-mediatek (20250909 -> 20250926) kernel-firmware-network kernel-firmware-platform (20250811 -> 20250922) kernel-firmware-qcom (20250905 -> 20250926) kernel-firmware-qlogic (20250717 -> 20250926) kernel-firmware-sound (20250905 -> 20250926) libdrm libmetalink libnotify (0.8.6 -> 0.8.7) libunistring (1.3 -> 1.4) libunwind (1.8.2 -> 1.8.3) libvdpau pipewire (1.4.8 -> 1.4.8+git4.8f35e18d1) python-PyYAML (6.0.2 -> 6.0.3) python-gobject (3.54.2 -> 3.54.3) qemu === Details === ==== Mesa ==== Version update (25.2.2 -> 25.2.3) Subpackages: Mesa-libEGL1 Mesa-libGL1 libgbm1 - let Leap 15.6 buildrequire llvm21-devel/clang21-devel - reverted latest changes after deleting llvm20 RPM cadavers in buildservice - buildrequire llvm21-devel/clang21-devel instead of llvm-devel/clang-devel in order to fix build on factory/TW - Update to release 25.2.3 - -> https://docs.mesa3d.org/relnotes/25.2.3 ==== Mesa-drivers ==== Version update (25.2.2 -> 25.2.3) Subpackages: Mesa-dri Mesa-vulkan-device-select libvulkan_lvp - let Leap 15.6 buildrequire llvm21-devel/clang21-devel - reverted latest changes after deleting llvm20 RPM cadavers in buildservice - buildrequire llvm21-devel/clang21-devel instead of llvm-devel/clang-devel in order to fix build on factory/TW - Update to release 25.2.3 - -> https://docs.mesa3d.org/relnotes/25.2.3 ==== MicroOS-release ==== Version update (20250929 -> 20250930) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== NetworkManager ==== Version update (1.54.0 -> 1.54.1) Subpackages: NetworkManager-bluetooth NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0 - Update to version 1.54.1: + Make that global-dns configuration overwrites DNS searches and options from connections, instead of merging all together. + Add support for a new rd.net.dhcp.client-id option in nm-initrd-generator. + Minor bug fixes. ==== abseil-cpp ==== Version update (20250814.0 -> 20250814.1) Subpackages: libabsl_base2508_0_0 libabsl_city2508_0_0 libabsl_cord2508_0_0 libabsl_cord_internal2508_0_0 libabsl_cordz_functions2508_0_0 libabsl_cordz_handle2508_0_0 libabsl_cordz_info2508_0_0 libabsl_crc32c2508_0_0 libabsl_crc_cord_state2508_0_0 libabsl_crc_internal2508_0_0 libabsl_debugging_internal2508_0_0 libabsl_decode_rust_punycode2508_0_0 libabsl_demangle_internal2508_0_0 libabsl_demangle_rust2508_0_0 libabsl_examine_stack2508_0_0 libabsl_exponential_biased2508_0_0 libabsl_hash2508_0_0 libabsl_hashtablez_sampler2508_0_0 libabsl_int128-2508_0_0 libabsl_kernel_timeout_internal2508_0_0 libabsl_leak_check2508_0_0 libabsl_log_globals2508_0_0 libabsl_log_internal_check_op2508_0_0 libabsl_log_internal_format2508_0_0 libabsl_log_internal_globals2508_0_0 libabsl_log_internal_log_sink_set2508_0_0 libabsl_log_internal_message2508_0_0 libabsl_log_internal_nullguard2508_0_0 libabsl_log_internal_proto2508_0_0 libabsl_log_internal_structured_proto2508_0_0 libabsl_log_sink2508_0_0 libabsl_malloc_internal2508_0_0 libabsl_raw_hash_set2508_0_0 libabsl_raw_logging_internal2508_0_0 libabsl_spinlock_wait2508_0_0 libabsl_stacktrace2508_0_0 libabsl_str_format_internal2508_0_0 libabsl_strerror2508_0_0 libabsl_strings2508_0_0 libabsl_strings_internal2508_0_0 libabsl_symbolize2508_0_0 libabsl_synchronization2508_0_0 libabsl_throw_delegate2508_0_0 libabsl_time2508_0_0 libabsl_time_zone2508_0_0 libabsl_tracing_internal2508_0_0 libabsl_utf8_for_code_point2508_0_0 - update to 20250814.1 (Abseil LTS branch, Aug 2025, Patch 1): * Fix CHECK_ ambiguous overload for operator<< in older versions of GCC * Fix CHECK_ compilation failures on older versions of GCC which eagerly tries to instantiate std::underlying_type for non-enum types * Add missing rules_cc loads ==== docker ==== Subpackages: docker-buildx docker-rootless-extras - Remove git-core recommends on SLE. Most SLE systems have installRecommends=yes by default and thus end up installing git with Docker. bsc#1250508 This feature is mostly intended for developers ("docker build git://") so most users already have the dependency installed, and the error when git is missing is fairly straightforward (so they can easily figure out what they need to install). ==== expat ==== Version update (2.7.2 -> 2.7.3) - version update to 2.7.3 * Fix alignment of internal allocations for some non-amd64 architectures (e.g. sparc32); fixes up on the fix to CVE-2025-59375 (of Expat 2.7.2) * Fix a class of false positives where input should have been rejected with error XML_ERROR_ASYNC_ENTITY; regression from CVE-2024-8176 (of Expat 2.7.0) * Prove and regression-proof absence of integer overflow from function expat_realloc * Remove "harmless" cast that truncated a size_t to unsigned * xmlwf: Resolve use of functions XML_GetErrorLineNumber and XML_GetErrorColumnNumber ==== gdk-pixbuf ==== Version update (2.44.2 -> 2.44.3) Subpackages: gdk-pixbuf-query-loaders libgdk_pixbuf-2_0-0 typelib-1_0-GdkPixbuf-2_0 - Update to version 2.44.3: + glycin: - Fix an off-by-one-error in option handling - Handle outdated uses of the prepare callback - Consolidate image and animation loading - Handle animations better, using new glycin API + build: Require glycin 2.0.1 ==== gtk3 ==== Version update (3.24.50+git18.ef9abe706a -> 3.24.51) Subpackages: gtk3-data gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0 - Update to version 3.24.51: + Wayland: - Force window titles to be valid utf8 - Flush tablet events when neccessary + X11: Avoid a use-after-free with threads + Images: Replace a few calls to gdk_pixbuf_get_pixels with read_pixels to avoid thread-safety issues + GL: Try harder to keep the GL context current + Input: Make compose file parsing more robust + Updated translations. ==== kernel-firmware-amdgpu ==== Version update (20250916 -> 20250926) - Update to version 20250926 (git commit fad361e997ee): * amdgpu: DMCUB updates for various ASICs * Revert "amdgpu: update gc 10.3.6 firmware" - Update to version 20250919 (git commit 493de17dee99): * amdgpu: DMCUB updates for various ASICs ==== kernel-firmware-ath12k ==== Version update (20250903 -> 20250919) - Update to version 20250919 (git commit 493de17dee99): * ath12k: WCN7850 hw2.0: update board-2.bin ==== kernel-firmware-brcm ==== - Update aliases for 6.17 ==== kernel-firmware-i915 ==== - Update aliases for 6.17 ==== kernel-firmware-intel ==== Version update (20250912 -> 20250928) - Update aliases for 6.17 - Update to version 20250928 (git commit b611a67511d1): * intel/ish:Add ISH firmware file for Intel Lunar Lake platform ==== kernel-firmware-iwlwifi ==== Version update (20250829 -> 20250903) - Update aliases for 6.17 - Update to version 20250903 (git commit c784990ba3d2): * iwlwifi: add Bz-HR FW for core90-93 release ==== kernel-firmware-mediatek ==== Version update (20250909 -> 20250926) - Update to version 20250926 (git commit fad361e997ee): * mediatek: mtk_wed: drop links for mt7988 ==== kernel-firmware-network ==== - Update aliases for 6.17 ==== kernel-firmware-platform ==== Version update (20250811 -> 20250922) - Update aliases for 6.17 - Update to version 20250922 (git commit ef58001fa35e): * powervr: update firmware for Imagination Technologies BXS-4-64 GPU ==== kernel-firmware-qcom ==== Version update (20250905 -> 20250926) - Update aliases for 6.17 - Update to version 20250926 (git commit 85f43f0fce27): * qcom: Update aic100 firmware files - Update to version 20250926 (git commit fad361e997ee): * qcom: Add audio topology and ADSP firmware for qcs6490-radxa-dragon-q6a - Update to version 20250922 (git commit ef58001fa35e): * qcom: Update DSP firmware for qcs8300 platform. - Update to version 20250919 (git commit 493de17dee99): * qcom: Update DSP firmware for sa8775p platform. ==== kernel-firmware-qlogic ==== Version update (20250717 -> 20250926) - Update to version 20250926 (git commit 85f43f0fce27): * linux-firmware: ql2500_fw: update ISP25xx Firmware ==== kernel-firmware-sound ==== Version update (20250905 -> 20250926) - Update aliases for 6.17 - Update to version 20250926 (git commit fad361e997ee): * qcom: Add audio topology and ADSP firmware for qcs6490-radxa-dragon-q6a - Update to version 20250919 (git commit 493de17dee99): * qcom: move LEMANS EVK firmware to correct location ==== libdrm ==== Subpackages: libdrm2 libdrm_amdgpu1 libdrm_intel1 - redefine %meson_build/%meson_install on Leap 15.6 in order to fix build ==== libmetalink ==== - remove use of deprecated AM_PATH_XML2, fixed build with libxml2 2.14 * added libmetalink-remove-deprecated-AM_PATH_XML2-macro.patch ==== libnotify ==== Version update (0.8.6 -> 0.8.7) Subpackages: libnotify4 typelib-1_0-Notify-0_7 - Update to version 0.8.7: + tests: Run non-interactive tests in headless mode + test-image: Use a local asset instead of relying on invalid icon theme + notification: - Add ability to get a GAppLaunchContext on activation - Allow using a desktop file as is from a snap if readable - Do not use the desktop file logic for icons - Remove app name warning in sandboxes + notify: - Ignore the snap UUID to compute the snap application - Support snap application that contains a dot in their name ==== libunistring ==== Version update (1.3 -> 1.4) - update to 1.4: * The data tables and algorithms have been updated to Unicode version 17.0.0 * Fixed a bug: The functions u*_grapheme_next and u*_grapheme_prev did not work right for strings with Indic characters, Emojis, or regional indicators ==== libunwind ==== Version update (1.8.2 -> 1.8.3) - Update to 1.8.3: * Made -nostdlib depend on exception support (fixes missing atomic symbols) by @bregma in #913 * Backport _UPT_ptrauth_insn_mask fixes to v1.8-stable by @phongn in #899 * Fix off-by-one in aarch64 unw_backtrace() by @bregma in #918 * Update libunwind.keyring file ==== libvdpau ==== - redefine %meson_build/%meson_install on Leap 15.6 in order to fix build ==== pipewire ==== Version update (1.4.8 -> 1.4.8+git4.8f35e18d1) Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Update to version 1.4.8+git4.8f35e18d1: * systemd: remove RestrictNamespaces from service file * control: fix event compare function * impl-node: only do unprepare once * Revert "impl-node: improve the node unprepare function" ==== python-PyYAML ==== Version update (6.0.2 -> 6.0.3) - update to 6.0.3: * https://github.com/yaml/pyyaml/pull/864 -- Support for Python 3.14 and free-threading (experimental) ==== python-gobject ==== Version update (3.54.2 -> 3.54.3) Subpackages: python313-gobject python313-gobject-Gdk python313-gobject-cairo - Update to version 3.54.3: + Do not skip symbols both in Gio and in platform specific ==== qemu ==== - Resolve a repo-has-moved service running issue: * .gitmodules: move u-boot mirrors to qemu-project-mirrors - Fix bsc#1230042: * [openSUSE] rpm/spec: qemu-vgabios is required on ppc (bsc#1230042)