Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wireplumber for openSUSE:Factory 
checked in at 2026-01-13 21:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireplumber (Old)
 and      /work/SRC/openSUSE:Factory/.wireplumber.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireplumber"

Tue Jan 13 21:23:22 2026 rev:50 rq:1326789 version:0.5.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireplumber/wireplumber.changes  2025-10-18 
14:35:49.621429659 +0200
+++ /work/SRC/openSUSE:Factory/.wireplumber.new.1928/wireplumber.changes        
2026-01-13 21:23:51.633435496 +0100
@@ -1,0 +2,59 @@
+Mon Jan 12 07:24:16 UTC 2026 - Antonio Larrosa <[email protected]>
+
+- Update to version 0.5.13:
+  * Additions & Enhancements:
+    - Added internal filter graph support for audio nodes, allowing
+      users to create audio preprocessing and postprocessing chains
+      without exposing filters to applications, useful for software
+      DSP (!743 (merged))
+    - Added new Lua Properties API that significantly improves
+      performance by avoiding constant serialization between
+      WpProperties and Lua tables, resulting in approximately 40%
+      faster node linking (!757 (merged))
+    - Added WpIterator Lua API for more efficient parameter
+      enumeration (!746 (merged))
+    - Added bash completions for wpctl command (!762 (merged))
+    - Added script to find suitable volume control when using
+      role-based policy, allowing volume sliders to automatically
+      adjust the volume of the currently active role (e.g.,
+      ringing, call, media) (!711 (merged))
+    - Added experimental HDMI channel detection setting to use HDMI
+      ELD information for channel configuration (!749 (merged))
+    - Enhanced role-based policy to allow setting preferred target
+      sinks for media role loopbacks via
+      policy.role-based.preferred-target (!754 (merged))
+    - Enhanced Bluetooth profile autoswitch logic to be more robust
+      and handle saved profiles correctly, including support for
+      loopback sink nodes (!739 (merged))
+    - Enhanced ALSA monitor to include alsa.* device properties on
+      nodes for rule matching (!761 (merged))
+    - Optimized stream node linking for common cases to reduce
+      latency when new audio/video streams are added (!760)
+    - Improved event dispatcher performance by using hash table
+      registration for event hooks, eliminating performance
+      degradation as more hooks are registered (!765 (merged))
+    - Increased audio headroom for VMware and VirtualBox virtual
+      machines (!756 (merged))
+    - Added setting to prevent restoring "Off" profiles via
+      session.dont-restore-off-profile property (!753 (merged))
+    - Added support for 128 audio channels when compiled with a
+      recent version of PipeWire (pipewire#4995 (closed))
+  * Fixes:
+    - Fixed memory leaks and issues in the modem manager module
+      (!770 (merged), !764 (merged))
+    - Fixed MPRIS module incorrectly treating GHashTable as
+      GObject (!759 (merged))
+    - Fixed warning messages when process files in /proc/<pid>/*
+      don't exist, particularly when processes are removed quickly
+      (#816 (closed), !717 (merged))
+    - Fixed MONO audio configuration to only apply to device sink
+      nodes, allowing multi-channel mixing in the graph (!769)
+    - Fixed event dispatcher hook registration and removal to avoid
+      spurious errors (!747 (merged))
+    - Improved logging for standard-link activation failures (!744)
+    - Simplified event-hook interest matching for better
+      performance (!758 (merged))
+- Remove patch already included by upstream:
+  * 0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
  wireplumber-0.5.12.obscpio

New:
----
  wireplumber-0.5.13.obscpio

----------(Old B)----------
  Old:- Remove patch already included by upstream:
  * 0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wireplumber.spec ++++++
--- /var/tmp/diff_new_pack.R36m0F/_old  2026-01-13 21:23:52.889487337 +0100
+++ /var/tmp/diff_new_pack.R36m0F/_new  2026-01-13 21:23:52.893487502 +0100
@@ -22,7 +22,7 @@
 %define sover 0
 %define libwireplumber libwireplumber-%{apiver_str}-%{sover}
 Name:           wireplumber
-Version:        0.5.12
+Version:        0.5.13
 Release:        0
 Summary:        Session / policy manager implementation for PipeWire
 License:        MIT
@@ -31,7 +31,6 @@
 Source0:        wireplumber-%{version}.tar.xz
 Source1:        wireplumber.env
 # PATCH-FIX-UPSTREAM
-Patch0:         
0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
 Patch100:       set-profile-in-service.patch
 # docs
 BuildRequires:  doxygen
@@ -162,6 +161,16 @@
 %description zsh-completion
 Optional dependency offering zsh completion for various wpctl parameters.
 
+%package bash-completion
+Summary:        Wireplumber Bash completion
+Group:          System/Shells
+Requires:       %{name} = %{version}
+Requires:       bash-completion
+Supplements:    (wireplumber and bash-completion)
+
+%description bash-completion
+Optional dependency offering bash completion for wpctl.
+
 %prep
 %autosetup -p1
 
@@ -292,3 +301,8 @@
 %dir %{_datarootdir}/zsh/site-functions/
 %{_datarootdir}/zsh/site-functions/_wpctl
 
+%files bash-completion
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/wpctl
+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.R36m0F/_old  2026-01-13 21:23:52.933489154 +0100
+++ /var/tmp/diff_new_pack.R36m0F/_new  2026-01-13 21:23:52.941489484 +0100
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param 
name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
-    <param name="revision">0.5.12</param>
+    <param name="revision">0.5.13</param>
     <param name="versionformat">@PARENT_TAG@</param>
 <!--    
     <param name="revision">master</param>

++++++ wireplumber-0.5.12.obscpio -> wireplumber-0.5.13.obscpio ++++++
++++ 5258 lines of diff (skipped)

++++++ wireplumber.obsinfo ++++++
--- /var/tmp/diff_new_pack.R36m0F/_old  2026-01-13 21:23:53.485511937 +0100
+++ /var/tmp/diff_new_pack.R36m0F/_new  2026-01-13 21:23:53.493512268 +0100
@@ -1,5 +1,5 @@
 name: wireplumber
-version: 0.5.12
-mtime: 1760107437
-commit: 499916b9965c5c3c48e1feacfe89e3efcc9b30a7
+version: 0.5.13
+mtime: 1766515716
+commit: 84429b47943d789389fbde17c06b82efb197d04e
 

Reply via email to