Packages changed: PackageKit-Qt6 cairo checkmedia (6.4 -> 6.5) cpupower (6.15.8 -> 6.16.1) glibc (2.41 -> 2.42) initviocons inkscape (1.4.2+38 -> 1.4.2+git48.4b73df015e) makedumpfile openSUSE-release (20250817 -> 20250818) python-numpy (2.2.2 -> 2.3.2) upower (1.90.7.13+git.4f1ef04 -> 1.90.9.28+git.903a827) yast2-installation (5.0.15 -> 5.0.17) yast2-trans (84.87.20250810.a14658bac6 -> 84.87.20250814.c1572246ad) === Details === ==== PackageKit-Qt6 ==== - Add upstream change to fix a discover crash (kde#508235): * 0001-offline-Ensure-the-enum-is-registered.patch ==== cairo ==== Subpackages: libcairo-gobject2 libcairo-script-interpreter2 libcairo2 - Add b5752618.patch: Backport from William Bader's request 621, Fix NULL access in active_edges_to_traps(). https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/621/diffs https://gitlab.freedesktop.org/williamb/cairo/-/commit/b5752618 (CVE-2025-50422, bsc#1247589) ==== checkmedia ==== Version update (6.4 -> 6.5) Subpackages: libmediacheck6 - merge gh#openSUSE/checkmedia#21 - set LC_MESSAGES to C when running gpg (bsc#1248168) - fix minor issue when printing app_id - 6.5 ==== cpupower ==== Version update (6.15.8 -> 6.16.1) Subpackages: cpupower-bash-completion cpupower-lang libcpupower1 - Package cpupower systemd service that appeared with kernel 6.16 (commit 9c70b77). ==== glibc ==== Version update (2.41 -> 2.42) Subpackages: glibc-32bit glibc-devel glibc-extra glibc-gconv-modules-extra glibc-gconv-modules-extra-32bit glibc-lang glibc-locale glibc-locale-base - Update to glibc 2.42 * The following ISO C23 function families (introduced in TS 18661-4:2015) are now supported in - Power and absolute-value functions: compoundn, pown, powr, rootn, rsqrt * On Linux, the pthread_gettid_np function has been added * The ISO C2Y family of unsigned abs functions, i.e. uabs, ulabs, ullabs, and uimaxabs, is now supported. * On Linux, the interface now supports arbitrary baud rates * The thread-local cache in malloc (tcache) now supports caching of large blocks * Support for lightweight stack guard pages via madvise and the MADV_GUARD_INSTALL flag has been added to pthread_create * Additional optimized and correctly rounded mathematical functions have been imported from the CORE-MATH project, in particular acospif, asinpif, atanpif, atan2pif, cospif, sinpif, tanpif * The manual has been significantly extended and updated, particularly the threads, terminal, filesystem, resource, and math chapters * Code has been added to detect the x86-64 Intel Arrow Lake, Panther Lake, Clearwater Forest, and Diamond Rapids microarchitectures * Regarding S390, support for the new z17 platform has been added. * The glibc.rtld.execstack tunable now supports a compatibility mode to allow programs that require an executable stack through dynamically loaded shared libraries * On Linux, the header and the definition of struct termio in have been removed * The support for TX lock elision of pthread mutexes has been deprecated on all architectures and will be removed in the next release * On AArch64 Linux targets supporting the Scalable Matrix Extension (SME), setjmp and sigsetjmp will disable the ZA state of SME - posix: Fix double-free after allocation failure in regcomp (CVE-2025-8058) - round-log10p1f.patch, round-sinhf.patch, nptl-stack-size-up.patch, round-tanf.patch, tst-aarch64-pkey.patch, float128-sycl.patch, ppc64le-revert-power10-memcmp.patch, ppc64le-revert-power10-strcmp.patch: Removed - ulp-prologue-into-asm-functions.patch: Rebased ==== initviocons ==== - Add initviocons-glibc-2.42.patch: Fix build against glibc 2.42 The header and struct termio have long been deprecated, and the version 2.42 of glibc drops them entirely (boo#1247578). ==== inkscape ==== Version update (1.4.2+38 -> 1.4.2+git48.4b73df015e) Subpackages: inkscape-extensions-extra inkscape-extensions-gimp inkscape-lang - Update to version 1.4.2+git48.4b73df015e: * Fix for node-editting slow-down when Object Properties dialog open (1.4.x). * Update libcroco with latest fixes * Fix measure tool endpoint snapping * Reduce text pick-box size to allow easier picking of background. * Import preview page when using Cairo PDF import. * Don't crash when importing files containing symbols or markers. * Fix axis flip causing vector exports to be cropped * Added GtkSource-4.typelib for Windows installation * Fix crash on dropping Layer on itself in Layers and Objects dialog. * Fix user interface for right-to-left. Backport. ==== makedumpfile ==== - Move makedumpfile-R.pl to doc. The script is no longer needed, but may serve as a useful reference implementation of reading the flattened file format. - Update bundled eppic to 72da440362e20291d5ecbb04b6eb7c7b492f233c (boo#1247577). ==== openSUSE-release ==== Version update (20250817 -> 20250818) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== python-numpy ==== Version update (2.2.2 -> 2.3.2) Subpackages: python311-numpy python313-numpy - Update to 2.3.2 * This release supports Python versions 3.11-3.14 [#] 2.3.0 * Interactive examples in the NumPy documentation. * Building NumPy with OpenMP Parallelization. * Improved support for free threaded Python. * Improved annotations. * New function numpy.strings.slice [#]# Deprecations * The numpy.typing.mypy_plugin has been deprecated in favor of platform- agnostic static type inference. * The numpy.typing.NBitBase type has been deprecated and will be removed in a future version. [#]# Expired deprecations * Removed the np.compat package source code * Remove numpy/npy_1_7_deprecated_api.h and C macros like NPY_OWNDATA in favor of NPY_ARRAY_OWNDATA. * Remove alias generate_divbyzero_error to npy_set_floatstatus_divbyzero and generate_overflow_error to npy_set_floatstatus_overflow. * Remove np.tostring * Raise on np.conjugate of non-numeric types * Raise when using np.bincount(...minlength=None), use 0 instead * Passing shape=None to functions with a non-optional shape argument errors, use () instead * Inexact matches for mode and searchside raise * Setting __array_finalize__ = None errors * np.fromfile and np.fromstring error on bad data, previously they would guess * datetime64 and timedelta64 construction with a tuple no longer accepts an event value, either use a two-tuple of (unit, num) or a 4-tuple of (unit, num, den, 1) * Parsing an integer via a float string is no longer supported. To avoid this error you can make sure the original data is stored as integers, use the converters=float keyword argument or use np.loadtxt(...).astype(np.int64) * The use of a length 1 tuple for the ufunc signature errors. Use dtype or fill the tuple with None [#]# New Features * NumPy now registers its pkg-config paths with the pkgconf PyPI package * Allow out=... in ufuncs to ensure array result [#] 2.3.1 * Fix bug in matmul for non-contiguous out kwarg parameter * Fix for Accelerate runtime warnings on M4 hardware * Improved support of cpu features for FreeBSD and OpenBSD [#] 2.3.2 * Wheels for Python 3.14.0rc1 * PyPy updated to the latest stable release * OpenBLAS updated to 0.3.30 ==== upower ==== Version update (1.90.7.13+git.4f1ef04 -> 1.90.9.28+git.903a827) Subpackages: libupower-glib3 typelib-1_0-UpowerGlib-1_0 upower-lang - Update to version 1.90.9.28+git.903a827: * linux: integration-test: the settings discovery for charge threshold * linux: up-device-supply-battery: Discover the settings of charge threshold * up-device-battery: set up charge-threshold-settings-supported property * dbus: org.freedesktop.UPower.Device: the ChargeThresholdSettingsSupported property * linux: integration-test: Switch between Long_Life, Fast, Standard, and Adaptive * linux: up-device-supply-battery: Set charge_types to enable/disable the charge threshold * linux: up-device-supply-battery: Using charge_types Long_Life and Standard to manage charging threshold * linux: up-device-supply-battery: Set charge_types through an enum * linux: integration-test: reduce the test failure for the slow system * linux: integration-test: fix random test failure for test_bluetooth_hidpp_mouse * linux: integration-test: Switch the charge_types between Custom and Fast with charging threshold status * linux: up-device-supply-battery: Set charge_types to "Custom" when enabling charging threshold * up-history: reverse preset progression * openbsd: add support to fetch battery status from qcpas * tools: Reorder upower(1) command-line options to match manual page * docs: Document all upower(1) command-line options * tools: Handle invalid command-line arguments * daemon: Fix memory leak when reporting usage error * linux: integration-test: Two mice were paired with a unifying receiver * linux: up-enumerator-udev: Prevent reading the sysfs path from a non-GUdevDevice object * linux: up-device-supply: Only update model name when the device is under the same parent * linux: integration-test: Test exporting sysfs attributes * lib: up-device: Expose CapacityLevel, VoltageMinDesign, and VoltageMaxDesign * linux: up-device-supply-battery: read values of capacity_level and voltage_min/max * up-device-battery: Define capacity-level, voltage-min-design and voltage-max-design properties * dbus: Define CapacityLevel, VoltageMinDesign and VoltageMaxDesign properties * linux: integration_test: Wait 5 seconds for bluez to set up the device information * src: meson: extend the timeout for test_battery_state_guessing * Release 1.90.9 * linux: up-device-supply-battery: Don't mark fully charged batteries as discharging * linux: integration-test: Update test case for "state_all_discharging" support * up-daemon: introduce state_all_discharging member to allow critical action dispatch on external power * Revert "up-daemon: Handle the AC is online but the battery is discharging" * Release 1.90.8 * up-device: Fix mem leak when get device id * linux: up-device-supply-battery: Fix mem leak when refreshing battery info * rules: 95-upower-hid.hwdb: update hwdb for HID devices * linux: integration-test: Handle connecting the low-power charger * linux: up-device-supply-battery: reset the status to discharging when current_now is negative * up-daemon: Handle the AC is online but the battery is discharging       * linux: rules: fix warnings from `udevadm verify` ==== yast2-installation ==== Version update (5.0.15 -> 5.0.17) - Drop dependency and usage of initviocons (bsc#1247578) - 5.0.17 - skip showing reboot message in autoinstallation and autoupgrade mode only if not explicitly set on command line (bsc#1231522) - 5.0.16 - Self-update fix (bsc#1234661) - Properly compare the package versions from the inst-sys and the self-update repository - Remove the architecture suffix when reading the package version from the inst-sys (the /.packages.root file) - This fixes false alarm about incorrect self-update repository when the installation is booted from PXE using the updated tftpboot-installation-* packages (not the GA version) ==== yast2-trans ==== Version update (84.87.20250810.a14658bac6 -> 84.87.20250814.c1572246ad) Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu - Update to version 84.87.20250814.c1572246ad: * Translated using Weblate (Catalan) * Update translation files * New POT for text domain 'bootloader'. * Update translation files * New POT for text domain 'bootloader'. * Translated using Weblate (German) * Translated using Weblate (German)