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-26 16:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pipewire (Old)
 and      /work/SRC/openSUSE:Factory/.pipewire.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pipewire"

Mon Apr 26 16:38:52 2021 rev:27 rq:888002 version:0.3.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes        2021-04-18 
21:45:09.480726669 +0200
+++ /work/SRC/openSUSE:Factory/.pipewire.new.12324/pipewire.changes     
2021-04-26 16:39:09.202030657 +0200
@@ -1,0 +2,62 @@
+Thu Apr 22 17:54:17 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- Update to 0.3.26:
+  + Highlights:
+    - I18n support, with translations merged from PulseAudio.
+    - New pw-link tool.
+    - Many Bluetooth improvements, support for hardware volumes.
+    - Support for 64 channel devices.
+    - Stability fixes and improvements.
+  + PipeWire improvements:
+    - The link factory can now also make links between nodes and
+      ports by name so that it can be used in scripts.
+    - Add module-protocol-simple that can stream raw audio on a
+      socket.
+    - Added i18n support. Merge PulseAudio translations for the ACP
+      library so that we don't cause regressions.
+    - Support more than 19 channels in the channel mixer. This
+      makes all channels usable on 32 and 64 channel cards.
+    - Detect if we're running in a VM and allow for tweaking some
+      settings such as the max-quantum to make things work better
+      in VMs.
+    - Fix a potential crash when connecting a client and updating
+      permissions.
+    - Fix a potential crash when trying to link incompatible ports.
+    - Lingering links in error will now be destroyed automatically.
+  + Tools:
+    - Added new pw-link tool to list and monitor ports and to list,
+      monitor, create and destroy links between them.
+    - pw-cli can now also list params by name.
+    - pw-dump now outputs Spa:String:JSON types in metadata as
+      properly parsed and formatted JSON so that tools can parse
+      the metadata values using a JSON parser.
+  + Session-manager:
+    - Add logind support. The bluetooth monitor can only be started
+      for one user at the time, so use logind detect active seats.
+    - ALSA icon names were improved to match what PulseAudio does.
+    - Improve the bluetooth icon name. Also use the device alias as
+      the device description, like PulseAudio.
+  + Device support:
+    - When devices become inaccessible, they are now removed from
+      the PipeWire graph.
+    - Fix datatype selection for buffers in v4l2 and libcamera.
+  + Bluetooth:
+    - Various memory leaks and crashes are fixed.
+    - Added support for AVRCP hardware volume.
+    - Added support for HSP/HFP hardware volume.
+  + PulseAudio server:
+    - Fix module-loopback connections to monitor ports.
+    - Implement module-native-protocol-tcp.
+    - Handle nodes and streams with > 32 channels. The PulseAudio
+      API only supports up to 32 channels so only make those 32
+      first channels available with the PA API.
+    - Implement module-simple-protocol-tcp.
+    - Improve events emitted by the server.
+    - Improvements to channels and channel_map properties on
+      modules. One can imply the other and they should match when
+      both given.
+    - null-sink will now have their volume work correctly by
+      default.
+  + JACK: JACK developement files can now optionally be installed.
+
+-------------------------------------------------------------------

Old:
----
  pipewire-0.3.25.obscpio

New:
----
  pipewire-0.3.26.obscpio

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

Other differences:
------------------
++++++ pipewire.spec ++++++
--- /var/tmp/diff_new_pack.4h6L5w/_old  2021-04-26 16:39:09.662031389 +0200
+++ /var/tmp/diff_new_pack.4h6L5w/_new  2021-04-26 16:39:09.662031389 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:           pipewire
-Version:        0.3.25
+Version:        0.3.26
 Release:        0
 Summary:        A Multimedia Framework designed to be an audio and video 
server and more
 License:        MIT
@@ -406,6 +406,7 @@
 %{_bindir}/pw-dot
 %{_bindir}/pw-dump
 %{_bindir}/pw-loopback
+%{_bindir}/pw-link
 %{_bindir}/pw-metadata
 %{_bindir}/pw-mididump
 %{_bindir}/pw-midiplay
@@ -443,6 +444,7 @@
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-profiler.so
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-protocol-native.so
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-protocol-pulse.so
+%{_libdir}/pipewire-%{apiver}/libpipewire-module-protocol-simple.so
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-rtkit.so
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-session-manager.so
 %{_libdir}/pipewire-%{apiver}/libpipewire-module-spa-device-factory.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4h6L5w/_old  2021-04-26 16:39:09.686031427 +0200
+++ /var/tmp/diff_new_pack.4h6L5w/_new  2021-04-26 16:39:09.686031427 +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.25</param>
+    <param name="revision">0.3.26</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

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

++++++ pipewire.obsinfo ++++++
--- /var/tmp/diff_new_pack.4h6L5w/_old  2021-04-26 16:39:09.742031516 +0200
+++ /var/tmp/diff_new_pack.4h6L5w/_new  2021-04-26 16:39:09.742031516 +0200
@@ -1,5 +1,5 @@
 name: pipewire
-version: 0.3.25
-mtime: 1617717062
-commit: c324107211718043553337cb10d022fe9d2d12d8
+version: 0.3.26
+mtime: 1619085539
+commit: f0fc4f7fc644c29762fa34e57e60d4b5cbcefb47
 

Reply via email to