Packages changed: flac (1.4.1 -> 1.4.2) kernel-firmware (20221109 -> 20221130) pipewire (0.3.60 -> 0.3.61) python-apipkg (2.1.0 -> 3.0.1) suse-module-tools (16.0.27 -> 16.0.28) === Details === ==== flac ==== Version update (1.4.1 -> 1.4.2) - Update to version 1.4.2: + General * Remove xmms plugin (Martijn van Beurden, TokyoBlackHole) * Remove all pure assembler, removing build dependency on nasm * Made console output more uniform across different platforms and CPUs * Improve ability to tune compile for a certain system (for example with -march=native) when combining with - -disable-asm-optimizations: plain C functions can now be better optimized + Build system * Default CFLAGS are now prepended instead of dropped when user CFLAGS are set * -msse2 is no longer added by default (was only applicable to x86) * Fix cross-compiling and out-of-tree building when pandoc and doxygen are not available * Fix issue with Clang not compiling functions with intrinsics * Fix detection of bswap intrinsics (Ozkan Sezer) * Improve search for libssp on MinGW (Ozkan Sezer, Martijn van Beurden) + libFLAC * Fix issue when the libFLAC user seeks in a file instead of libFLAC itself - Drop obsoleted flac-cflags.patch ==== kernel-firmware ==== Version update (20221109 -> 20221130) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k 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 20221130 (git commit 80ed874a4566): * amdgpu: update sdma_5.2.7 firmware * QCA: Add Bluetooth firmware for WCN785x This commit will add required Bluetooth firmware files for QCA WCN785x. The image version is 2.0.0-00515. * linux-firmware: update firmware for MT7916 * linux-firmware: update firmware for MT7915 * i915: Add DMC v2.08 for DG2 * amdgpu: update green sardine DMCUB firmware * i915: Add DMC v2.10 for MTL * linux-firmware: update firmware for MT7986 * linux-firmware: update firmware for mediatek bluetooth chip (MT7921) * linux-firmware: update firmware for MT7921 WiFi device - Update constraints for 8GB (bsc#1205811) ==== pipewire ==== Version update (0.3.60 -> 0.3.61) Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Update to version 0.3.61: * Highlights - Fix a bug in audioadapter that could cause crashes when switching bluetooth profiles. - Fix sound in QEMU, deadbeef and openal again. - libcamera plugin fixes, dynamic add and remove should now work with the next wireplumber version. - Fix a regression in pw-midiplay where the first buffer would not play and some events would be missing. - The network module now doesn't export other network sources anymore. - pulse-server now detects clients that keep underrunning for a long time and will pause them to save power. - Many more bugfixes and improvements. * PipeWire - Optimise away some useless graph recalculations. - Increase alternative sample rates from 16 to 32. - Silence some module loading errors when the error can be ignored. - Fix initial buffer requested size for pw-stream when operating in async mode. This also indirectly fixes the first buffer in pw-midiplay. * Modules - Set the network property on pulse-tunnel streams so that they are not exported anymore. - Filter-chain has optimized mix functions now. * SPA - Handle some errors in libcamera better. - Fix libcamera remove events. Fix the id allocation for devices. - Fix a bug in audioadapter where it would not renegotiate after a port reconfiguration, leading to crashes, especially when automatically switching profiles in bluetooth. - Do ALSA probing in 44100Hz again. Some devices seem to fail otherwise for some unknown reason. - Force playback start when the ALSA buffer is full. This fixes sound in QEMU. - Support Digital 5.1 AC3 for Asus Xonar SE. - Improve format renegotiation in audioadapter. This makes the ALSA plugin work again for deadbeef. - Fix latency reporting on adapter DSP ports. * pulse-server - Fix a bug where openal based applications would hang. - Improve zeroconf publish. Only publish on the address of the first running server. This avoids duplicate entries for IPv4 and IPv6. Add support for republish entries when new servers are started. - Add a pulse.idle.timeout option (default to 5 seconds) to pause streams that have been underrunning for this amount of time. Badly behaving clients will then not keep the graph and device busy so that devices can be suspended to save battery. This should give better default behaviour with speech-dispatcher. * JACK - Add an option to configure the filter character. - Fix connect_callbacks. It was only called once for output ports. - Add option to set node.passive on jack clients. Make some quirks for qsynth to make it suspend and fade out better. - Rebase reduce-meson-dependency.patch. - Drop patches already included upstream: * 0001-audioadapter-perform-setup-again-after-a-PortConfig.patch * 0001-pulse-server-also-advance-read-pointer-in-underrun.patch * 0002-audioconvert-redo-setup-when-format-changes.patch * 0003-acp-do-probing-in-44100Hz-again.patch * 0004-alsa-force-playback-start-when-buffer-is-full.patch ==== python-apipkg ==== Version update (2.1.0 -> 3.0.1) - Generate the _version.py file in %prep to remove completely hatch-vcs from pyproject to make it build and run tests correctly - Remove python-hatch-vcs dependency - Remove python-py dependency - Remove python_module macro definition - Update to 3.0.1: * restore tox.ini to support tox --current-env based packaging - 3.0.0 * add support for python 3.11 and drop dead pythons (thanks hukgo) * migrate to hatch * split up __init__.py * add some type annotations - 2.1.1 * drop the python 3.4 support marker, 2.1.0 broke it 2.1.0 will be yanked after release ==== suse-module-tools ==== Version update (16.0.27 -> 16.0.28) - Update to version 16.0.28: * Split kernel scriptlets into separate sub-package, again (boo#1202353, boo#1205149)