Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pipewire for openSUSE:Factory 
checked in at 2023-10-16 22:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pipewire (Old)
 and      /work/SRC/openSUSE:Factory/.pipewire.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pipewire"

Mon Oct 16 22:32:46 2023 rev:97 rq:1117943 version:0.3.82

Changes:
--------
--- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes        2023-10-13 
23:14:12.606012107 +0200
+++ /work/SRC/openSUSE:Factory/.pipewire.new.20540/pipewire.changes     
2023-10-16 22:32:47.527405546 +0200
@@ -1,0 +2,66 @@
+Fri Oct 13 14:10:56 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 0.3.82:
+  * Highlights
+    - Fix a regression in some devices when the Pro-Audio profile
+      was selected.
+      Only enable the IRQ based scheduling and device linking in
+      specific safe cases.
+    - Improve rate switching. In some cases the graph rate would
+      not switch correctly.
+    - Fix regression in alsa wakeups that would cause silence in
+      VMs.
+    - Fix a leak in the SBC codecs for SCO.
+    - More improvements to the RAOP module.
+    - Other small improvements and fixes.
+  * PipeWire
+    - Improve client property checks.
+    - Allow non-power-of-2 quantums when forced.
+    - Improve rate switching. In some cases the graph rate would
+      not switch correctly.
+    - The PIPEWIRE_QUANTUM env variable now forces the size and
+      rate in the graph for the duration of the application.
+      The softer PIPEWIRE_LATENCY and PIPEWIRE_RATE can still be
+      used to merely suggest a maximum latency and a rate.
+  * modules
+    - Remove the RTSP FLUSH request in RAOP because it does not
+      seem necessary.
+    - The RAOP module now uses the common RTP stream functions.
+    - Add sockets option to protocol-native to make pipewire listen
+      on multiple sockets.
+  *  SPA
+    - Clean up some of the log functions.
+    - Add an option in ALSA to disable linking devices together.
+    - Only link pcms together when 1 capture and 1 playback pcm.
+      For more complex devices we can't be sure which ones can be
+      linked.
+    - Disable tsched only when using linked devices.
+    - Add some extra checks in ALSA to avoid segfaults.
+    - Add Tag support to alsa-sink and alsa-source.
+    - Use dynamic pod builder when we can.
+    - Set priority.driver on midi-bridge to allow it as a fallback
+      driver.
+    - Fix regression in alsa wakeups.
+    - The PTP clock can now be found from the interface in
+      node-driver.
+  * pulse-server
+    - Some small cleanups and internal improvements.
+    - Add some memory debugging messages.
+    - Add Tag messages to streams.
+  * Bluetooth
+    - Fix a leak in the SBC codecs for SCO.
+  * JACK
+    - Patch up midi events in the destination buffer instead of
+      writing to the source buffer.
+    - Group all jack clients together to avoid transport issues.
+  * ALSA-plugins
+    - Add also.deny option to block alsa clients from opening the
+      PCM.
+- Drop patches already included upstream:
+  * 0001-alsa-add-api.alsa.auto-link-option.patch
+  * 0002-acp-fix-compilation.patch
+  * 0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
+  * 0004-acp-only-disable-tsched-when-linking.patch
+  * 0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-alsa-add-api.alsa.auto-link-option.patch
  0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
  0002-acp-fix-compilation.patch
  0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
  0004-acp-only-disable-tsched-when-linking.patch
  pipewire-0.3.81.obscpio

New:
----
  pipewire-0.3.82.obscpio

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

Other differences:
------------------
++++++ pipewire.spec ++++++
--- /var/tmp/diff_new_pack.oC1L5y/_old  2023-10-16 22:32:48.819452149 +0200
+++ /var/tmp/diff_new_pack.oC1L5y/_new  2023-10-16 22:32:48.819452149 +0200
@@ -60,7 +60,7 @@
 %bcond_with aptx
 
 Name:           pipewire
-Version:        0.3.81
+Version:        0.3.82
 Release:        0
 Summary:        A Multimedia Framework designed to be an audio and video 
server and more
 License:        MIT
@@ -70,16 +70,6 @@
 Source99:       baselibs.conf
 # PATCH-FIX-OPENSUSE reduce-meson-dependency.patch
 Patch0:         reduce-meson-dependency.patch
-# PATCH-FIX-UPSTREAM 0001-alsa-add-api.alsa.auto-link-option.patch
-Patch1:         0001-alsa-add-api.alsa.auto-link-option.patch
-# PATCH-FIX-UPSTREAM 0002-acp-fix-compilation.patch
-Patch2:         0002-acp-fix-compilation.patch
-# PATCH-FIX-UPSTREAM 
0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
-Patch3:         0003-acp-only-join-and-link-when-1-capture-and-1-playback.patch
-# PATCH-FIX-UPSTREAM 0004-acp-only-disable-tsched-when-linking.patch
-Patch4:         0004-acp-only-disable-tsched-when-linking.patch
-# PATCH-FIX-UPSTREAM 0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
-Patch5:         0001-alsa-dont-check-early-wakeup-when-PCM-stopped.patch
 
 BuildRequires:  docutils
 BuildRequires:  doxygen
@@ -393,11 +383,6 @@
 sed -ie "s/version : '0.3.72'/version : '%{version}'/" %{P:0}
 %patch0 -p1
 %endif
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %if %{pkg_vcmp gcc < 8}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oC1L5y/_old  2023-10-16 22:32:48.851453303 +0200
+++ /var/tmp/diff_new_pack.oC1L5y/_new  2023-10-16 22:32:48.855453448 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param 
name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
-    <param name="revision">0.3.81</param>
+    <param name="revision">0.3.82</param>
     <param name="versionformat">@PARENT_TAG@</param>
 <!--
     <param name="revision">master</param>

++++++ pipewire-0.3.81.obscpio -> pipewire-0.3.82.obscpio ++++++
/work/SRC/openSUSE:Factory/pipewire/pipewire-0.3.81.obscpio 
/work/SRC/openSUSE:Factory/.pipewire.new.20540/pipewire-0.3.82.obscpio differ: 
char 49, line 1

++++++ pipewire.obsinfo ++++++
--- /var/tmp/diff_new_pack.oC1L5y/_old  2023-10-16 22:32:48.919455756 +0200
+++ /var/tmp/diff_new_pack.oC1L5y/_new  2023-10-16 22:32:48.923455901 +0200
@@ -1,5 +1,5 @@
 name: pipewire
-version: 0.3.81
-mtime: 1696585026
-commit: 181fbfee6d3fcc3afd3c93613f126a8346dad586
+version: 0.3.82
+mtime: 1697184500
+commit: 8a9117567c0af38dc664f7b4e12cf0d525ded20a
 

Reply via email to