Packages changed: dialog fwupd (2.0.15 -> 2.0.16) inih (61 -> 62) kalgebra kernel-source (6.16.6 -> 6.16.7) mariadb openSUSE-release (20250912 -> 20250914) pipewire (1.4.7 -> 1.4.8) python-cached-property (1.5.2 -> 2.0.1) python-pexpect python313 python313-core qatlib (24.09.0 -> 25.08.0) systemd-presets-branding-Aeon vim (9.1.1706 -> 9.1.1754) wacomtablet-kcm6 === Details === ==== dialog ==== Subpackages: dialog-lang libdialog15 - Update to version 1.3-20250817: + amend macros for temporarily disabling --no-tags in buildlist and treeview to allow --no-items (report/testcase by Maksym Telychko). + configure script fixes for compiler warnings + modify dialog-config.in to allow for include-subdirectory. + update configure script macros for changes made with Cdk. + use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating * -config and ".pc" files + further improvements to matching output from *-config and ".pc" + improve gen-pkgconfig.in to mark the screen library, e.g., ncurses, as "Required" and filter the cflags/libs from required packages out of the ".pc" file, because pkg-config will add those automatically. + fix some gcc15 strict compiler warnings + configure script fixes for compiler warnings + update config.guess, config.sub + modify configure script to ease deprecation of libtool-bin package (Debian #1071581). + update dialog.map, dialog.sym for 2023/10/02 changes. + improve dialog-config.in, + suppressing several special cases of linker options, and + adding support for --cflags-only-I, --cflags-only-other + fix a few cppcheck warnings + improvements to NLS configuration. + add configure check for PIC vs PIE, needed for linking to libraries which lack pkg-config scripts to specify LDFLAGS. ==== fwupd ==== Version update (2.0.15 -> 2.0.16) Subpackages: fwupd-bash-completion fwupd-lang libfwupd3 typelib-1_0-Fwupd-2_0 - Update to version 2.0.16: + This release adds the following features: - Add a 'search' feature to fwupdtool and fwupdmgr + This release fixes the following bugs: - Fix missing release locations when loading from artifact - Fix remaining issues to make updates on FreeBSD work ==== inih ==== Version update (61 -> 62) - Update to version 62 * The C++ wrapper now support getting a human-readable error message via the INIReader::ParseErrorMessage() method. ==== kalgebra ==== Subpackages: kalgebra-lang - Update file list after KDE Frameworks 6.18 release ==== kernel-source ==== Version update (6.16.6 -> 6.16.7) - Update patches.kernel.org/6.16.7-002-x86-vmscape-Enumerate-VMSCAPE-bug.patch (bsc#1012628 CVE-2025-40300). Add CVE number. - commit 4e78a24 - Linux 6.16.7 (bsc#1012628). - x86/vmscape: Add old Intel CPUs to affected list (bsc#1012628). - x86/vmscape: Warn when STIBP is disabled with SMT (bsc#1012628). - x86/bugs: Move cpu_bugs_smt_update() down (bsc#1012628). - x86/vmscape: Enable the mitigation (bsc#1012628). - Update config files (set MITIGATION_VMSCAPE=y). - x86/vmscape: Add conditional IBPB mitigation (bsc#1012628). - x86/vmscape: Enumerate VMSCAPE bug (bsc#1012628). - Documentation/hw-vuln: Add VMSCAPE documentation (bsc#1012628). - commit 6ebd23a - tar-up: Set owner of files in generated tar archives to root rather than nobody - commit 1c79230 - tar-up: Also sort generated tar archives - commit 688ab6a - tar-up: Use the tar utility instead of stable-tar script The stable-tar script no longer works on Tumbleweed. Note: this relies on git setting the permissions uniformly, they cannot be set on tar commandline - commit f5c226b - Refresh patches.suse/bcachefs-print-message-at-mount-time-regarding-immin.patch. Update the message as discussed in bsc#1248109. - commit bf4fa57 ==== mariadb ==== Subpackages: libmariadbd19 mariadb-client mariadb-errormessages - Remove pie linker flag, fixing builds with cmake 4.1 ==== openSUSE-release ==== Version update (20250912 -> 20250914) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== pipewire ==== Version update (1.4.7 -> 1.4.8) Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-jack pipewire-lang pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Update to version 1.4.8: * Highlights - Low latency for Firewire devices using the ALSA drivers. - Fix potential wrong pointers in memory mappings. - Improve compatibility with Apple Home Pod Minis. - JACK now implements the rename_callback. - Various improvements and bug fixes. * PipeWire - Make sure we can only queue buffers that were previously dequeued, to avoid some API misuse. - Fix potential wrong pointers in memory mappings. (#4884) - Improve the node unprepare function. (#4840) * Modules - Add fp_sap25 encryption to the RAOP module for compatibility with Apple Home Pod Minis. - Write a correct ALAC end tag in RAOP. (#4853) - Avoid VBAN problems with too long session names. - Fix a potential crash in the link-factory. (#4691) * SPA - Show correct values in the ALSA api.alsa.period-num property. - Add better support for Razer BlackShark v3. - Use only 3 periods in ALSA when in Pro-Audio mode. This gives better latency on some drivers. Also set the period count before the period size for improved compatibility. (#4785) - Force IRQ mode for firewire devices in pro-audio mode even if there are multiple capture and playback devices. - Add a new flag in the sync_timeline metadata to track if a release_point will be signaled or not. (#4885) * JACK - Support the rename_callback. (#4761) * Tools - Fix the -C option in pw-dump. - Log more info from sndfile when opening a file failed. - Revert the last two changes. We'll add a weakremover in SLE16/Leap16 which should do the job better than obsoleting pulseaudio. - Make pipewire-pulseaudio obsolete pulseaudio only in SLE16/Leap16. - Make pipewire-pulseaudio obsolete pulseaudio in order to fix SLE15 to SLE16 migrations resulting in a system with pipewire but also with wireplumber-video-only-profile (bsc#1247480). ==== python-cached-property ==== Version update (1.5.2 -> 2.0.1) - Drop patches: * freezegun-skip.patch * python311.patch - update to 2.0.1: * Via python_requires specifies that cached_property is for Python version 3.8 or higher * Officiall drop support for Python 2.6 - 2.0.0 (2024-10-25) * Remove support for Python versions < 3.8 * Add formal support for Python versions up to 3.13 * Switch to Markdown for docs * Migrate from black to ruff ==== python-pexpect ==== Subpackages: python311-pexpect python313-pexpect - Add upstream py314.patch to fix tests with Python 3.14 ==== python313 ==== Subpackages: python313-curses python313-dbm python313-tk python313-x86-64-v3 - Add gh138131-exclude-pycache-from-digest.patch fixing reproducible build for python-nogil. (bsc#1244680, gh#python/cpython#138131) ==== python313-core ==== Subpackages: libpython3_13-1_0 libpython3_13-1_0-x86-64-v3 python313-base python313-base-x86-64-v3 - Add gh138131-exclude-pycache-from-digest.patch fixing reproducible build for python-nogil. (bsc#1244680, gh#python/cpython#138131) ==== qatlib ==== Version update (24.09.0 -> 25.08.0) Subpackages: libqat4 libusdm0 - version update to 25.08.0 * Added support for Hugepages * Added No-IOMMU support for vfio * Added support for programmable CRCs to the DC Service * Added a new API to query compression capabilities and marked the old API for deprecation * Enabled treating a CRC generated by the compression engine as an error (see --enable-treat-crc-from-comp-engine-as-error) * Enabled a performance optimization in the case where Queue Pairs are not shared across threads (see --enable-icp-without-qp-submission-lock) * Disabled ZUC-256 on Intel QAT GEN5 devices * Aligned with CPA API v5.6 * Bug Fixes (See Resolved section in README.md) ==== systemd-presets-branding-Aeon ==== - Disable getty@ service (managed by logind) ==== vim ==== Version update (9.1.1706 -> 9.1.1754) Subpackages: vim-data vim-data-common xxd - update to 9.1.1754 * patch 9.1.1754: :helptags doesn't skip examples with syntax * runtime(doc): improve 'complete' option description * runtime(netrw): only keep cursor position in tree listing mode * runtime(doc): use a single pattern in :h 'incsearch' example * patch 9.1.1753: defaults: 'diffopt' option value can be improved * runtime(vim): Update indent script for line continuation with lambda * runtime(python): Update syntax, fix pythonEllipsis pattern * runtime(doc): Update autocmd examples for command line autocompletion * runtime(doc): improve docs related to 'autocomplete' * patch 9.1.1752: tests: need another test for v9.1.1750 behaviour * patch 9.1.1751: potential buffer-overflow in find_pattern_in_path() * patch 9.1.1750: completion: preinserted text highlighed using ComplMatchIns * patch 9.1.1749: leaking memory in cs_find_common() * patch 9.1.1748: macOS: Default scheduler priority too low * patch 9.1.1747: completion: redo (.) broken with preinsert and autocompletion * runtime(doc): mention 'findfunc' at :h :find * patch 9.1.1746: Missing Null ptr check in cs_find_common() * runtime(doc): mention hl-PreInsert in version9.txt * patch 9.1.1745: tabpanel: not properly redraw after wildmenu * runtime(python): highlight ellipsis literals * runtime(doc): Improve doc for cmdline-autocompletion * patch 9.1.1744: tests: Test_skip_wildtrigger_hist_navigation() may fail * patch 9.1.1743: Haiku: no full-screen support * runtime(hare): update for Hare 0.25.2 * runtime(python): Update syntax file, fix f-string float highlighting * patch 9.1.1742: complete: preinsert does not work well with preinsert * patch 9.1.1741: Regression with kitty protocol and trailing byte "u" * patch 9.1.1740: Memory leak with wildmode=longest,full and wildoptions=pum * runtime(m4): Remove m4Type and leftover m4Function in syntax script * runtime(doc): Tweak spacing in develop.txt * patch 9.1.1739: Matches may be listed twice with wildmode=longest,list * patch 9.1.1738: cmdline-autocompletion breaks history navigation * patch 9.1.1737: Patch v9.1.1714 introduce a regression for wildmenu * runtime(nu): Add new Nushell runtime files * runtime(m4): Remove m4Function * patch 9.1.1736: Cannot detect using kitty protocol * patch 9.1.1735: Cygwin Makefile still checks for Win XP version * runtime(colorresp): use correct load guard pattern * runtime(ada): mark as unmaintained, fix a few issues with the ftplugin * runtime(hamster): do not globally set ignorecase * runtime(m4): Improve comments, distinguish them from #-lines * patch 9.1.1734: Memory leak when allocating match fails * patch 9.1.1733: tests: failure when remote_server() fails * runtime(python): Do not match contained identifiers as pythonType * runtime(netrw): Ensure netrw#fs#Dirname() always returns a trailing slash * runtime(python): add syntax support inside f-strings * patch 9.1.1732: filetype: .inc file detection can be improved * patch 9.1.1731: Not using const qualifier for opchars * runtime(doc): Add a Development policy * runtime(doc): Tweak documentation in vi_diff.txt * runtime(m4): update syntax script * runtime(doc): Remove dead link from todo.txt * runtime(doc): quote partial urls with a backtick * runtime(vimgoto): Implement jumping to autoloaded functions * patch 9.1.1730: filetype: vivado journal/log files are not recognized * runtime(doc): remove documentation for t_Ms terminal code * runtime(keymap): Add transliteration (buckwalter) arabic keymap * patch 9.1.1729: CI is not run with clang 21 * patch 9.1.1728: termdebug: cannot evaluate visual selected expression * patch 9.1.1727: Nextstep support still included * patch 9.1.1726: Patch v9.1.1725 causes problems * runtime(doc): document use of proto files in develop.txt * patch 9.1.1725: Wayland code can be improved * runtime(doc): add missing da1 value to TermResponseAll doc * patch 9.1.1724: Compiler warning about ununitialized variable in ex_docmd. * patch 9.1.1723: Missing ifdefs * patch 9.1.1722: compiler may optimize away clearing of crypt key * patch 9.1.1721: Defining a global gettimeofday() function * patch 9.1.1720: using gettimeofday() for parsing OSC responses * patch 9.1.1719: socket server code can be improved * patch 9.1.1718: filetype: kubectl config file is not recognized * patch 9.1.1717: filetype: AWS cli alias file is not recognized * runtime(java): Dismiss "g:markdown_fenced_languages" for Java buffers * runtime(vim): Update base syntax, fix Vim9 :for loop variable highlighting * patch 9.1.1716: wrong indent in win_line() * patch 9.1.1715: Some functions need to be re-ordered * patch 9.1.1714: completion: wildmode=longest:full selects wrong item * patch 9.1.1713: filetype: fvwm2m4 files are no longer detected * patch 9.1.1712: Screen not redrawn properly on t_RB response * patch 9.1.1711: Missing type cast in clipboard.c * runtime(doc): Add [range] spec to :help :tcl and :help :tclfile * runtime(doc): Tweak documentation style * patch 9.1.1710: Compile warnings in clipboard.c * patch 9.1.1709: filetype: kyaml files are not recognized * runtime(vim): Update base syntax, match :defer command argument * patch 9.1.1708: tests: various tests can be improved * runtime(astro): catch json_decode() error when parsing tsconfig.json * patch 9.1.1707: diff.pro contains #ifdefs ==== wacomtablet-kcm6 ==== Subpackages: wacomtablet-kcm6-lang - Update file list after KDE Frameworks 6.18 release