Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wireplumber for openSUSE:Factory 
checked in at 2024-04-02 16:38:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireplumber (Old)
 and      /work/SRC/openSUSE:Factory/.wireplumber.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireplumber"

Tue Apr  2 16:38:10 2024 rev:33 rq:1163928 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireplumber/wireplumber.changes  2024-03-26 
19:24:59.159912992 +0100
+++ /work/SRC/openSUSE:Factory/.wireplumber.new.1905/wireplumber.changes        
2024-04-02 16:38:31.416632396 +0200
@@ -1,0 +2,39 @@
+Mon Apr  1 07:53:59 UTC 2024 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 0.5.1:
+  * Highlights:
+    - Added a guide documenting how to migrate configuration from
+      0.4 to 0.5, also available online at:
+      
https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html
+      If you are packaging WirePlumber for a distribution, please
+      consider informing users about this. Installing the
+      wireplumber-doc subpackage, this file can be read by running:
+      xdg-open 
/usr/share/doc/wireplumber/html/daemon/configuration/migration.html
+  * Fixes:
+    - Fixed an odd issue where microphones would stop being usable
+      when a Bluetooth headset was connected in the HSP/HFP profile
+      (#598, !620)
+    - Fixed an issue where it was not possible to store the
+      volume/mute state of system notifications (#604)
+    - Fixed a rare crash that could occur when a node was destroyed
+      while the 'select-target' event was still being processed
+      (!621)
+    - Fixed deleting all the persistent settings via
+      wpctl --delete (!622)
+    - Fixed using Bluetooth autoswitch with A2DP profiles that have
+      an input route (!624)
+    - Fixed sending an error to clients when linking fails due to a
+      format mismatch (!625)
+  * Additions:
+    - Added a check that prints a verbose warning when old-style
+      0.4.x Lua configuration files are found in the system. (#611)
+    - The "policy-dsp" script, used in Asahi Linux to provide a
+      software DSP for Apple Sillicon devices, has now been ported
+      to 0.5 properly and documented (#619, !627)
+- Remove patch already included upstream:
+  * 0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
+- Enable documentation generation and create new doc subpackage
+  including the documentation that can be read by running:
+  xdg-open /usr/share/doc/wireplumber/html/index.html
+
+-------------------------------------------------------------------

Old:
----
  0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
  wireplumber-0.5.0.obscpio

New:
----
  wireplumber-0.5.1.obscpio

BETA DEBUG BEGIN:
  Old:- Remove patch already included upstream:
  * 0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
- Enable documentation generation and create new doc subpackage
BETA DEBUG END:

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

Other differences:
------------------
++++++ wireplumber.spec ++++++
--- /var/tmp/diff_new_pack.YzTPKE/_old  2024-04-02 16:38:31.896650086 +0200
+++ /var/tmp/diff_new_pack.YzTPKE/_new  2024-04-02 16:38:31.900650233 +0200
@@ -22,7 +22,7 @@
 %define sover 0
 %define libwireplumber libwireplumber-%{apiver_str}-%{sover}
 Name:           wireplumber
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        Session / policy manager implementation for PipeWire
 License:        MIT
@@ -30,8 +30,6 @@
 URL:            https://gitlab.freedesktop.org/pipewire/wireplumber
 Source0:        wireplumber-%{version}.tar.xz
 Source1:        split-config-file.py
-# PATCH-FIX-UPSTREAM 
0001-filter-utils-fix-handling-of-targetless-smart-filters.patch 
alarr...@suse.com -- Fix any mic only working when bluetooth is set to HSF/HFP 
profile
-Patch0:         
0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
 # docs
 BuildRequires:  doxygen
 BuildRequires:  graphviz
@@ -55,6 +53,9 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(lua)
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-sphinx_rtd_theme
+BuildRequires:  python3-breathe
 #!BuildIgnore:  pipewire-session-manager
 # Setup ALSA devices if PipeWire handles PulseAudio or JACK connections.
 Requires:       (%{name}-audio if (pipewire-pulseaudio or pipewire-jack))
@@ -77,8 +78,17 @@
 
 %lang_package
 
+%package doc
+Summary:        Wireplumber Session / policy manager documentation
+Group:          Development/Libraries/C and C++
+BuildArch:      noarch
+
+%description doc
+This package contains documentation for the WirePlumber
+session/policy manager for PipeWire.
+
 %package audio
-Summary:        Session / policy manager implementation for PipeWire (audio 
support)
+Summary:        Enable audio support in PipeWire / WirePlumber
 Group:          Development/Libraries/C and C++
 Requires:       %{libwireplumber} = %{version}
 Requires:       %{name} = %{version}
@@ -156,7 +166,7 @@
 export CC=gcc-9
 export CXX=g++-9
 %endif
-%meson -Ddoc=disabled \
+%meson -Ddoc=enabled \
        -Dsystem-lua=true \
        -Delogind=disabled
 %meson_build
@@ -253,6 +263,10 @@
 %{_libdir}/pkgconfig/wireplumber-%{apiver}.pc
 %{_datadir}/gir-1.0/Wp-%{apiver}.gir
 
+%files doc
+%{_datadir}/doc/wireplumber/html/
+%exclude %{_datadir}/doc/wireplumber/examples
+
 %files -n typelib-1_0-Wp-%{apiver_str}
 %{_libdir}/girepository-1.0/Wp-%{apiver}.typelib
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YzTPKE/_old  2024-04-02 16:38:31.920650971 +0200
+++ /var/tmp/diff_new_pack.YzTPKE/_new  2024-04-02 16:38:31.924651118 +0200
@@ -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.0</param>
+    <param name="revision">0.5.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
 <!--
     <param name="revision">master</param>

++++++ wireplumber-0.5.0.obscpio -> wireplumber-0.5.1.obscpio ++++++
++++ 2796 lines of diff (skipped)

++++++ wireplumber.obsinfo ++++++
--- /var/tmp/diff_new_pack.YzTPKE/_old  2024-04-02 16:38:32.220662027 +0200
+++ /var/tmp/diff_new_pack.YzTPKE/_new  2024-04-02 16:38:32.224662174 +0200
@@ -1,5 +1,5 @@
 name: wireplumber
-version: 0.5.0
-mtime: 1710777092
-commit: 59d190a2bd400f3b093f99b16fc0fb06f6cb2cfe
+version: 0.5.1
+mtime: 1711810238
+commit: 961450b2ac700e8c9c85a0beb2426b875fa08bff
 

Reply via email to