From 877d0df0b458262a236e1064984fad4c98352306465a64ff64668bdb67f583bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 19 Sep 2017 11:04:13 +0000 Subject: [PATCH] Accepting request 527246 from home:oholecek:branches:multimedia:libs - Update to 11.1 * Fix a crash in filter modules related to flat volumes and volume sharing * Fix a crash when the bluetooth adapter reports weird MTU size * Disable bluetooth MTU autodetection by default * Add mixer handling back for hardware that doesn't have any alsa-lib configuration * Prioritize USB devices over built-in sound cards (11.0 was supposed to have this feature, but the implementation turned out to be incomplete) OBS-URL: https://build.opensuse.org/request/show/527246 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=181 --- pulseaudio-11.0.tar.xz | 3 --- pulseaudio-11.1.tar.xz | 3 +++ pulseaudio.changes | 14 ++++++++++++++ pulseaudio.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pulseaudio-11.0.tar.xz create mode 100644 pulseaudio-11.1.tar.xz diff --git a/pulseaudio-11.0.tar.xz b/pulseaudio-11.0.tar.xz deleted file mode 100644 index 6f843ee..0000000 --- a/pulseaudio-11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:072305d4018fc5e75bb1b45ee6b938fa52fc9fd27493bf327415ef89ed14c969 -size 1648128 diff --git a/pulseaudio-11.1.tar.xz b/pulseaudio-11.1.tar.xz new file mode 100644 index 0000000..69d59cf --- /dev/null +++ b/pulseaudio-11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e +size 1648924 diff --git a/pulseaudio.changes b/pulseaudio.changes index e665923..59d7a56 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 19 08:02:43 UTC 2017 - oholecek@suse.com + +- Update to 11.1 + * Fix a crash in filter modules related to flat volumes and volume + sharing + * Fix a crash when the bluetooth adapter reports weird MTU size + * Disable bluetooth MTU autodetection by default + * Add mixer handling back for hardware that doesn't have any alsa-lib + configuration + * Prioritize USB devices over built-in sound cards (11.0 was supposed + to have this feature, but the implementation turned out to be + incomplete) + ------------------------------------------------------------------- Tue Sep 5 12:55:34 UTC 2017 - oholecek@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index dda30db..e1f30d4 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -16,7 +16,7 @@ # -%define drvver 11.0 +%define drvver 11.1 %define soname 0 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services @@ -27,7 +27,7 @@ %define _bluez5used 0%(echo "%{_bluezVersion}" | grep -q '^5' && echo 1) %define _bashcompletionsdir %{_datadir}/bash-completion/completions Name: pulseaudio -Version: 11.0 +Version: 11.1 Release: 0 Summary: A Networked Sound Server License: GPL-2.0+ AND LGPL-2.1+