From 74b9876921c8ee2d82b38e0625802929216a7ccf347a007f18662099b9bc9d65 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Mon, 10 Jan 2022 09:51:25 +0000 Subject: [PATCH] Accepting request 945249 from home:alarrosa:branches:multimedia:libs - Reformat .changes file to limit lines to 67 chars when possible. * Fix briefly switching output to a secondary device when switching device profiles (#85) * Scripts are now also looked up in $XDG_CONFIG_HOME/wireplumber/scripts * Add support for using strings as log level selectors in WIREPLUMBER_DEBUG. - Drop patches merged upstream: * 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch * 0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch - Add patch from upstream to fix a pulse client hanging issue: * 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch - Add patch from upstream to fix an issue with libpipewire-module-echo-cancel: * 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch OBS-URL: https://build.opensuse.org/request/show/945249 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=18 --- wireplumber.changes | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/wireplumber.changes b/wireplumber.changes index c839c88..54507ea 100644 --- a/wireplumber.changes +++ b/wireplumber.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 10 09:50:15 UTC 2022 - Antonio Larrosa + +- Reformat .changes file to limit lines to 67 chars when possible. + ------------------------------------------------------------------- Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin @@ -11,8 +16,8 @@ Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin * Fix an issue where "udevadm trigger" would break wireplumber. * Fix an issue where switching profiles of a device could kill client nodes. - * Fix briefly switching output to a secondary device when switching device - profiles (#85) + * Fix briefly switching output to a secondary device when + switching device profiles (#85) * Fix "wpctl status" showing default device selections when dealing with module-loopback virtual sinks and sources. * WirePlumber now ignores hidden files from the config directory. @@ -22,17 +27,20 @@ Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin * Fix a crash in the journald logger with NULL debug messages. * Enable real-time priority for the bluetooth nodes to run in RT. * Make the default stream volume configurable. - * Scripts are now also looked up in $XDG_CONFIG_HOME/wireplumber/scripts + * Scripts are now also looked up in + $XDG_CONFIG_HOME/wireplumber/scripts * Update documentation on configuring WirePlumber and fixed some more documentation issues. - * Add support for using strings as log level selectors in WIREPLUMBER_DEBUG. -- Drop 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch, - 0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch: - merged upstream. -- Add 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch: - fix a pulse client hanging issue. -- Add 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch: - fix an issue with libpipewire-module-echo-cancel. + * Add support for using strings as log level selectors in + WIREPLUMBER_DEBUG. +- Drop patches merged upstream: + * 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch + * 0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch +- Add patch from upstream to fix a pulse client hanging issue: + * 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch +- Add patch from upstream to fix an issue with + libpipewire-module-echo-cancel: + * 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch ------------------------------------------------------------------- Wed Dec 15 13:48:27 UTC 2021 - Antonio Larrosa