Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wireplumber for openSUSE:Factory checked in at 2023-10-13 23:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wireplumber (Old) and /work/SRC/openSUSE:Factory/.wireplumber.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireplumber" Fri Oct 13 23:13:54 2023 rev:24 rq:1117593 version:0.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/wireplumber/wireplumber.changes 2023-05-30 22:01:17.986606239 +0200 +++ /work/SRC/openSUSE:Factory/.wireplumber.new.20540/wireplumber.changes 2023-10-13 23:14:10.917950880 +0200 @@ -1,0 +2,45 @@ +Fri Oct 13 07:17:56 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- Update to version 0.4.15: + * Additions: + - A new "DSP policy" module has been added; its purpose is to + automatically load a filter-chain when a certain hardware + device is present, so that audio always goes through this + software DSP before reaching the device. This is mainly to + support Apple M1/M2 devices, which require a software DSP + to be always present + - WpImplModule now supports loading module arguments directly + from a SPA-JSON config file; this is mainly to support DSP + configuration for Apple M1/M2 and will likely be reworked + for 0.5 + - Added support for automatically combining Bluetooth LE Audio + device sets (e.g. pairs of earbuds) (!500) + - Added command line options in wpctl to display device/node + names and nicknames instead of descriptions + - Added zsh completions file for wpctl + - The device profile selection policy now respects the + device.profile property if it is set on the device; this is + useful to hand-pick a profile based on static configuration + rules (alsa_monitor.rules) + * Changes/Fixes: + - Linking policy now sends an error to the client before + destroying the node, if it determines that the node cannot be + linked to any target; this fixes error reporting on the + client side + - Fixed a crash in suspend-node that could happen when + destroying virtual sinks that were loaded from another + process such as pw-loopback + - Virtual machine default period size has been bumped to 1024 + - Updated bluez5 default configuration, using bluez5.roles + instead of bluez5.headset-roles now (!498) + - Disabled Bluetooth autoconnect by default (!514) + - Removed RestrictNamespaces option from the systemd services + in order to allow libcamera to load sandboxed IPA modules + - Fixed a JSON encoding bug with empty strings + - Lua code can now parse strings without quotes from SPA-JSON + - Added some missing \since annotations and made them show up + in the generated gobject-introspection file, to help bindings + generators +- Add zsh-completion subpackage + +------------------------------------------------------------------- Old: ---- wireplumber-0.4.14.obscpio New: ---- wireplumber-0.4.15.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireplumber.spec ++++++ --- /var/tmp/diff_new_pack.2v65mz/_old 2023-10-13 23:14:11.605975835 +0200 +++ /var/tmp/diff_new_pack.2v65mz/_new 2023-10-13 23:14:11.609975980 +0200 @@ -22,7 +22,7 @@ %define sover 0 %define libwireplumber libwireplumber-%{apiver_str}-%{sover} Name: wireplumber -Version: 0.4.14 +Version: 0.4.15 Release: 0 Summary: Session / policy manager implementation for PipeWire License: MIT @@ -132,6 +132,16 @@ This package provides the GObject Introspection bindings for the wireplumber shared library. +%package zsh-completion +Summary: Wireplumber zsh completion +Group: System/Shells +Requires: %{name} = %{version} +Requires: zsh +Supplements: (wireplumber and zsh) + +%description zsh-completion +Optional dependency offering zsh completion for various wpctl parameters. + %prep %autosetup -p1 @@ -241,3 +251,8 @@ %{_libdir}/libwireplumber-%{apiver}.so.%{sover} %{_libdir}/libwireplumber-%{apiver}.so.%{sover}.* +%files zsh-completion +%dir %{_datarootdir}/zsh +%dir %{_datarootdir}/zsh/site-functions/ +%{_datarootdir}/zsh/site-functions/_wpctl + ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2v65mz/_old 2023-10-13 23:14:11.629976705 +0200 +++ /var/tmp/diff_new_pack.2v65mz/_new 2023-10-13 23:14:11.633976850 +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">refs/tags/0.4.14</param> + <param name="revision">refs/tags/0.4.15</param> <param name="versionformat">@PARENT_TAG@</param> <!-- <param name="revision">master</param> ++++++ wireplumber-0.4.14.obscpio -> wireplumber-0.4.15.obscpio ++++++ ++++ 1614 lines of diff (skipped) ++++++ wireplumber.obsinfo ++++++ --- /var/tmp/diff_new_pack.2v65mz/_old 2023-10-13 23:14:11.905986716 +0200 +++ /var/tmp/diff_new_pack.2v65mz/_new 2023-10-13 23:14:11.909986861 +0200 @@ -1,5 +1,5 @@ name: wireplumber -version: 0.4.14 -mtime: 1678376262 -commit: 6d0c7f7b7f484b3cd2aaf2e2b3cc902c095b4946 +version: 0.4.15 +mtime: 1697127866 +commit: d67b48e595cb4612fd7fd47f97df6b8883ef7f60