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-04-18 21:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pipewire (Old)
 and      /work/SRC/openSUSE:Factory/.pipewire.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pipewire"

Sun Apr 18 21:44:59 2021 rev:26 rq:885654 version:0.3.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes        2021-03-21 
23:19:47.628727368 +0100
+++ /work/SRC/openSUSE:Factory/.pipewire.new.12324/pipewire.changes     
2021-04-18 21:45:09.480726669 +0200
@@ -1,0 +2,77 @@
+Tue Apr 13 11:19:35 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- Update to 0.3.25:
+  + This is a bugfix release that is API and ABI compatible with
+    - previous 0.3.x releases.
+  + Highlights
+    - Many stability improvements.
+    - Plug fd leak in flatpak detection
+    - add pw-loopback tool and support module-loopback
+    - volume restore for virtual sinks/sources or other sink/sources
+      without hardware volume.
+    - Fix cracks and pops in audio capture.
+    - Many bluetooth improvements and compatibity fixes.
+  + PipeWire improvements
+    - Hex encode invalid SEC_LABEL properties to avoid generating invalid json.
+    - Small fixes to how nodes are started to avoid crashes.
+    - Make sure ports are only scheduled after being fully negotiated
+      to avoid crashes.
+    - Implement coverity into CI, fix some bugs detected by coverity.
+    - Plug leak in flatpak detection.
+    - Fix crash when removing globals in some cases.
+    - Fix crash because the mixer info was not removed from a port in all 
cases.
+    - Add PIPEWIRE_AUTOCONNECT environment variable to disable stream 
autoconnect.
+      Also add a config option to disable autoconnect.
+    - Improve wildcard in format helpers.
+    - Add env variable to disable journald logging.
+  + Tools
+    - Add a new pw-loopback tool to loop a capture device to a playback device.
+    - Display localized strings correctly in pw-top
+    - Add some more options to pw-dot
+  + Session-manager
+    - When a new node is configured and some stream have this as the
+      default target, move them to it.
+    - Fix some crashes.
+    - Implement volume restore on nodes without routes. This makes it 
+      possible to restore volume on purely software nodes like null-sinks.
+    - Also try to suspend errored nodes so that they may leave the
+      error state and be reused again.
+    - Break endless link loops when something went wrong.
+  + Device support
+    - Fix monitor volumes, they are now separate from the hardware volume.
+    - Fix cracks and pops in alsa capture caused by mismatch between
+      resampler and capture source.
+    - Add start-delay config option to alsa sink.
+    - Ensure the PipeWire midi ports start from a higher number so that the
+      lower port numbers are available to apps as before.
+  + Bluetooth
+    - source devices are now removed when idle
+    - Support using pipewire as Audio Gateway.
+    - LDAC encoding quality can be configured now
+    - Implement codec switching for HFP
+    - Implement codec switching with new device property.
+    - Improved stability and compatibility
+    - Autoconnect device profiles at startup
+    - Add AAC bitrate mode configuration
+    - Make it possible to use an A2DP source as an input device.
+      You can then use your phone as an A2DP microphone, for example.
+    - Remove battery reporting when RFCOMM connections is closed.
+  + PulseAudio server
+    - Add some workarounds for Blueman
+    - Set correct errno values, fixes a hang in load-module of a non-existing 
module
+    - Try to not send inconsistent information to clients.
+    - Fix some crashes.
+    - Add support for the new send-message API, use this to switch bluetooth 
codecs.
+    - Fix draining by making sure we are started.
+    - Handle 0 sink and source as the default sink/source.
+    - Implement module-loopback
+  + JACK
+    - Fix some memory leaks when closing a client
+    - Add self-connect config option to limit where clients can connect 
themselves.
+    - Don't crash when apps call _port_get_buffer() on a port that is not their
+      own but simply return NULL. This fixes a crash in Ardour6.
+    - Improve client added/removed callbacks. Sometimes it would emit a client
+      remove when there were still ports for the client.
+    - make sure midi port names are stable across reboots.
+
+-------------------------------------------------------------------

Old:
----
  pipewire-0.3.24.obscpio

New:
----
  pipewire-0.3.25.obscpio

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

Other differences:
------------------
++++++ pipewire.spec ++++++
--- /var/tmp/diff_new_pack.0qyoMh/_old  2021-04-18 21:45:10.140727784 +0200
+++ /var/tmp/diff_new_pack.0qyoMh/_new  2021-04-18 21:45:10.140727784 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:           pipewire
-Version:        0.3.24
+Version:        0.3.25
 Release:        0
 Summary:        A Multimedia Framework designed to be an audio and video 
server and more
 License:        MIT
@@ -405,6 +405,7 @@
 %{_bindir}/pw-cli
 %{_bindir}/pw-dot
 %{_bindir}/pw-dump
+%{_bindir}/pw-loopback
 %{_bindir}/pw-metadata
 %{_bindir}/pw-mididump
 %{_bindir}/pw-midiplay

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0qyoMh/_old  2021-04-18 21:45:10.164727825 +0200
+++ /var/tmp/diff_new_pack.0qyoMh/_new  2021-04-18 21:45:10.168727832 +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">0.3.24</param>
+    <param name="revision">0.3.25</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ pipewire-0.3.24.obscpio -> pipewire-0.3.25.obscpio ++++++
/work/SRC/openSUSE:Factory/pipewire/pipewire-0.3.24.obscpio 
/work/SRC/openSUSE:Factory/.pipewire.new.12324/pipewire-0.3.25.obscpio differ: 
char 49, line 1

++++++ pipewire.obsinfo ++++++
--- /var/tmp/diff_new_pack.0qyoMh/_old  2021-04-18 21:45:10.228727934 +0200
+++ /var/tmp/diff_new_pack.0qyoMh/_new  2021-04-18 21:45:10.228727934 +0200
@@ -1,5 +1,5 @@
 name: pipewire
-version: 0.3.24
-mtime: 1616075404
-commit: c81d44e8a9497899d01bcc3054b6aa845e7a066e
+version: 0.3.25
+mtime: 1617717062
+commit: c324107211718043553337cb10d022fe9d2d12d8
 

Reply via email to