Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wireplumber for openSUSE:Factory checked in at 2022-02-09 20:38:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wireplumber (Old) and /work/SRC/openSUSE:Factory/.wireplumber.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireplumber" Wed Feb 9 20:38:38 2022 rev:6 rq:952241 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/wireplumber/wireplumber.changes 2022-02-03 23:17:19.260270981 +0100 +++ /work/SRC/openSUSE:Factory/.wireplumber.new.1898/wireplumber.changes 2022-02-09 20:39:19.362393575 +0100 @@ -1,0 +2,44 @@ +Mon Feb 7 17:31:11 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- Update to version 0.4.8: + * Highlights: + - Added bluetooth profile auto-switching support. Bluetooth + headsets will now automatically switch to the HSP/HFP profile + when making a call and go back to the A2DP profile after the + call ends (#90) + - Added an option (enabled by default) to auto-switch to + echo-cancel virtual device nodes when the echo-cancel module + is loaded in pipewire-pulse, if there is no other configured + default node + * Fixes: + - Fixed a regression that prevented nodes from being selected + as default when using the pro-audio profile (#163) + - Fixed a regression that caused encoded audio streams to stall + (#178) + - Fixed restoring bluetooth device profiles + * Library: + - A new WpSpaJson API was added as a front-end to spa-json. + This is also exposed to Lua, so that Lua scripts can natively + parse and write data in the spa-json format + * Misc: + - wpctl can now list the configured default sources and sinks + and has a new command that allows clearing those configured + defaults, so that wireplumber goes back to choosing the + default nodes based on node priorities + - The restore-stream script now has its own configuration file + in main.lua.d/40-stream-defaults.lua and has independent + options for restoring properties and target nodes + - The restore-stream script now supports rule-based + configuration to disable restoring volume properties and/or + target nodes for specific streams, useful for applications + that misbehave when we restore those (see #169) + - policy-endpoint now assigns the "Default" role to any stream + that does not have a role, so that it can be linked to a + pre-configured endpoint + - The route-settings-api module was dropped in favor of dealing + with json natively in Lua, now that the API exists +- Drop patch which is already upstream: + * 0001-default-nodes-handle-nodes-without-Routes.patch +- Update split-config-file.py script + +------------------------------------------------------------------- Old: ---- 0001-default-nodes-handle-nodes-without-Routes.patch wireplumber-0.4.7.obscpio New: ---- wireplumber-0.4.8.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireplumber.spec ++++++ --- /var/tmp/diff_new_pack.Ftuzqk/_old 2022-02-09 20:39:19.902394867 +0100 +++ /var/tmp/diff_new_pack.Ftuzqk/_new 2022-02-09 20:39:19.906394876 +0100 @@ -22,7 +22,7 @@ %define sover 0 %define libwireplumber libwireplumber-%{apiver_str}-%{sover} Name: wireplumber -Version: 0.4.7 +Version: 0.4.8 Release: 0 Summary: Session / policy manager implementation for PipeWire License: MIT @@ -30,7 +30,6 @@ URL: https://gitlab.freedesktop.org/pipewire/wireplumber Source0: wireplumber-%{version}.tar.xz Source1: split-config-file.py -Patch0: 0001-default-nodes-handle-nodes-without-Routes.patch Patch100: reduce-meson-required-version.patch # docs @@ -188,7 +187,6 @@ %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-mixer-api.so %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-portal-permissionstore.so %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-reserve-device.so -%{_libdir}/wireplumber-%{apiver}/libwireplumber-module-route-settings-api.so %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-si-audio-adapter.so %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-si-audio-endpoint.so %{_libdir}/wireplumber-%{apiver}/libwireplumber-module-si-node.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Ftuzqk/_old 2022-02-09 20:39:19.938394953 +0100 +++ /var/tmp/diff_new_pack.Ftuzqk/_new 2022-02-09 20:39:19.938394953 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param> <param name="changesgenerate">enable</param> - <param name="revision">0.4.7</param> + <param name="revision">0.4.8</param> <param name="versionformat">@PARENT_TAG@</param> <!-- <param name="versionprefix">0.4.6+git</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Ftuzqk/_old 2022-02-09 20:39:19.958395001 +0100 +++ /var/tmp/diff_new_pack.Ftuzqk/_new 2022-02-09 20:39:19.966395020 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param> - <param name="changesrevision">afb177b5e0840d54dc41d02920702c3c9580ce02</param></service></servicedata> + <param name="changesrevision">e14bb72dcc85e2130d0ea96768e5ae3b375a041e</param></service></servicedata> (No newline at EOF) ++++++ split-config-file.py ++++++ --- /var/tmp/diff_new_pack.Ftuzqk/_old 2022-02-09 20:39:19.986395067 +0100 +++ /var/tmp/diff_new_pack.Ftuzqk/_new 2022-02-09 20:39:19.990395077 +0100 @@ -12,7 +12,7 @@ contents = open('90-enable-all.lua', 'r', encoding='utf-8').read() md5sum = md5FromData(contents.encode('utf-8')) -expected_md5sum = '1317fb5df6ae842fda3ef845f195e084' +expected_md5sum = '2c036caab5a4b2698a6ee32c36eac94d' if md5sum != expected_md5sum: print('The script has to be updated for new changes in 90-enable-all.lua') @@ -25,7 +25,8 @@ sections = ['enable-metadata', 'default-access-policy', 'load-devices', - 'track-user-choices', + 'track-user-choices-devices', + 'track-user-choices-streams', 'link-nodes-by-roles', 'suspend-idle-nodes', 'device-activation'] ++++++ wireplumber-0.4.7.obscpio -> wireplumber-0.4.8.obscpio ++++++ ++++ 6001 lines of diff (skipped) ++++++ wireplumber.obsinfo ++++++ --- /var/tmp/diff_new_pack.Ftuzqk/_old 2022-02-09 20:39:20.266395737 +0100 +++ /var/tmp/diff_new_pack.Ftuzqk/_new 2022-02-09 20:39:20.270395747 +0100 @@ -1,5 +1,5 @@ name: wireplumber -version: 0.4.7 -mtime: 1642066064 -commit: afb177b5e0840d54dc41d02920702c3c9580ce02 +version: 0.4.8 +mtime: 1644252730 +commit: e14bb72dcc85e2130d0ea96768e5ae3b375a041e