Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pipewire for openSUSE:Factory 
checked in at 2021-09-26 21:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pipewire (Old)
 and      /work/SRC/openSUSE:Factory/.pipewire.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pipewire"

Sun Sep 26 21:48:36 2021 rev:41 rq:921127 version:0.3.37

Changes:
--------
--- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes        2021-09-21 
21:13:22.938654896 +0200
+++ /work/SRC/openSUSE:Factory/.pipewire.new.1899/pipewire.changes      
2021-09-26 21:49:25.206830101 +0200
@@ -1,0 +2,50 @@
+Thu Sep 23 09:20:46 UTC 2021 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 0.3.37:
+  * Highlights
+    - Capture and playback is now avoided even more on unavailable
+      devices. This should fix some issues where an unusable
+      microphone was selected by default. It should now also again
+      be possible to select an unavailable device as the default.
+    - Native DSD audio playback is now supported. pw-cat can now
+      also play DSF files with the -d option.
+    - JACK stability improvements with buffer-size and samplerate
+      changes in some apps.
+    - Many cleanups and bugfixes all over the place.
+  * PipeWire
+    - pw-metadata -d does not cause an infinite loop anymore.
+      (#1622)
+    - Increase some plugin buffer sizes to fix some issues with
+      many channels. (#1620)
+    - Protect the global plugin list with a lock. Make sure
+      pw_init() is locked. Fixes some issues with concurrent ALSA
+      plugin usage.
+  * media-session
+    - Unavailable devices can be set as the default again. (#1624)
+    - Do a better check if a device has available routes and avoid
+      selecting devices with unavailable routes as default.
+    - Media-session was moved to its own directory. It used to live
+      in examples but it is past the example stage and it
+      interferes with the build options for the real examples.
+  * Bluetooth
+    - The hardware quirk database is now loaded by the plugin
+      instead of the session manager. This makes it also work with
+      wireplumber.
+  * ALSA
+    - The ALSA mixer now handles device removal much better.
+      (#1627)
+  * libcamera
+    - Many fixes and improvement to the libcamera plugin. (#1513)
+  * pulse-server
+    - Improve compatibility with pulseaudio module arguments.
+    - Parse channel_map arguments in module-loopback. (#1486)
+  * JACK
+    - Delay emiting the samplerate and buffersize callbacks until
+      the client is active. This fixes some crashes with Carla and
+      other JACK apps.
+
+- Drop patches already included upstream:
+  * 0001-media-session-dont-use-after-free-if-linking-node-removed.patch
+  * 0002-update-version-number-as-well.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-media-session-dont-use-after-free-if-linking-node-removed.patch
  0002-update-version-number-as-well.patch
  pipewire-0.3.36.obscpio

New:
----
  pipewire-0.3.37.obscpio

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

Other differences:
------------------
++++++ pipewire.spec ++++++
--- /var/tmp/diff_new_pack.L67azy/_old  2021-09-26 21:49:25.882830937 +0200
+++ /var/tmp/diff_new_pack.L67azy/_new  2021-09-26 21:49:25.886830942 +0200
@@ -44,7 +44,7 @@
 %endif
 
 Name:           pipewire
-Version:        0.3.36
+Version:        0.3.37
 Release:        0
 Summary:        A Multimedia Framework designed to be an audio and video 
server and more
 License:        MIT
@@ -53,10 +53,6 @@
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch0:         
0001-media-session-dont-use-after-free-if-linking-node-removed.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         0002-update-version-number-as-well.patch
 
 BuildRequires:  docutils
 BuildRequires:  doxygen
@@ -538,7 +534,6 @@
 %{_userunitdir}/pipewire-media-session.service
 %dir %{_datadir}/pipewire/media-session.d/
 %{_datadir}/pipewire/media-session.d/alsa-monitor.conf
-%{_datadir}/pipewire/media-session.d/bluez-hardware.conf
 %{_datadir}/pipewire/media-session.d/bluez-monitor.conf
 %{_datadir}/pipewire/media-session.d/media-session.conf
 %{_datadir}/pipewire/media-session.d/v4l2-monitor.conf
@@ -580,6 +575,7 @@
 %{_bindir}/pw-cat
 %{_bindir}/pw-cli
 %{_bindir}/pw-dot
+%{_bindir}/pw-dsdplay
 %{_bindir}/pw-dump
 %{_bindir}/pw-loopback
 %{_bindir}/pw-link
@@ -702,6 +698,10 @@
 %dir %{_libdir}/spa-%{spa_ver}/videotestsrc
 %dir %{_libdir}/spa-%{spa_ver}/test
 
+%dir %{_datadir}/spa-%{spa_ver}
+%dir %{_datadir}/spa-%{spa_ver}/bluez5
+%{_datadir}/spa-%{spa_ver}/bluez5/bluez-hardware.conf
+
 %files devel
 %{_libdir}/libpipewire-%{apiver}.so
 %{_libdir}/pkgconfig/libpipewire-%{apiver}.pc

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L67azy/_old  2021-09-26 21:49:25.906830966 +0200
+++ /var/tmp/diff_new_pack.L67azy/_new  2021-09-26 21:49:25.906830966 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="disabled">
     <param name="scm">git</param>
     <param 
name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
-    <param name="revision">refs/tags/0.3.36</param>
+    <param name="revision">refs/tags/0.3.37</param>
     <param name="versionformat">@PARENT_TAG@</param>
   </service>
   <service name="tar" mode="buildtime"/>

++++++ pipewire-0.3.36.obscpio -> pipewire-0.3.37.obscpio ++++++
/work/SRC/openSUSE:Factory/pipewire/pipewire-0.3.36.obscpio 
/work/SRC/openSUSE:Factory/.pipewire.new.1899/pipewire-0.3.37.obscpio differ: 
char 50, line 1

++++++ pipewire.obsinfo ++++++
--- /var/tmp/diff_new_pack.L67azy/_old  2021-09-26 21:49:25.958831031 +0200
+++ /var/tmp/diff_new_pack.L67azy/_new  2021-09-26 21:49:25.958831031 +0200
@@ -1,5 +1,5 @@
 name: pipewire
-version: 0.3.36
-mtime: 1631797736
-commit: 4997d47f63ed2c91d74bc8e5b229e57200354ee5
+version: 0.3.37
+mtime: 1632385039
+commit: c41e3553bf0a6b76d8949c081ba633f7a6343d19
 

Reply via email to