From 7ecf3552098a2f6d824c666c028711f92644a4cd91d98e532755ed51168fabf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Jan 2017 09:28:04 +0000 Subject: [PATCH] Accepting request 448716 from home:oholecek:branches:multimedia:libs - Update to 10 RC1 (9.99.1) * Automatically switch Bluetooth profile when using VoIP applications * New module for prioritizing passthrough streams (module-allow-passthrough) * Improvements to module-loopback * Separate volumes for Bluetooth A2DP and HSP profiles * memfd-based shared memory mechanism enabled by default * Removed module-xenpv-sink * Dropped dependency to json-c * When using systemd to start PulseAudio, pulseaudio.socket is started first * Compatibility with OpenSSL 1.1.0 - Removed BuildRequires pkgconfig(json) OBS-URL: https://build.opensuse.org/request/show/448716 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=173 --- pulseaudio-9.0.tar.xz | 3 --- pulseaudio-9.99.1.tar.xz | 3 +++ pulseaudio.changes | 15 +++++++++++++++ pulseaudio.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 pulseaudio-9.0.tar.xz create mode 100644 pulseaudio-9.99.1.tar.xz diff --git a/pulseaudio-9.0.tar.xz b/pulseaudio-9.0.tar.xz deleted file mode 100644 index 62bb6da..0000000 --- a/pulseaudio-9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686 -size 1537568 diff --git a/pulseaudio-9.99.1.tar.xz b/pulseaudio-9.99.1.tar.xz new file mode 100644 index 0000000..fdf673c --- /dev/null +++ b/pulseaudio-9.99.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d97575e2c7352ff12e031f24a851610f3cdda4b7e32455da2012fbe54cbaee +size 1591040 diff --git a/pulseaudio.changes b/pulseaudio.changes index 91bab5b..d32d585 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 4 10:54:07 UTC 2017 - oholecek@suse.com + +- Update to 10 RC1 (9.99.1) + * Automatically switch Bluetooth profile when using VoIP applications + * New module for prioritizing passthrough streams (module-allow-passthrough) + * Improvements to module-loopback + * Separate volumes for Bluetooth A2DP and HSP profiles + * memfd-based shared memory mechanism enabled by default + * Removed module-xenpv-sink + * Dropped dependency to json-c + * When using systemd to start PulseAudio, pulseaudio.socket is started first + * Compatibility with OpenSSL 1.1.0 +- Removed BuildRequires pkgconfig(json) + ------------------------------------------------------------------- Sun Sep 4 22:43:26 UTC 2016 - zaitor@opensuse.org diff --git a/pulseaudio.spec b/pulseaudio.spec index bb1f1a6..0f19174 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -16,7 +16,7 @@ # -%define drvver 9.0 +%define drvver 9.99 %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: 9.0 +Version: 9.99.1 Release: 0 Summary: A Networked Sound Server License: GPL-2.0+ and LGPL-2.1+ @@ -75,7 +75,6 @@ BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(ice) -BuildRequires: pkgconfig(json) >= 0.11 BuildRequires: pkgconfig(sbc) >= 1.0 BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(soxr) @@ -461,6 +460,7 @@ exit 0 %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so %{_libdir}/pulse-%{drvver}/modules/module-always-sink.so +%{_libdir}/pulse-%{drvver}/modules/module-allow-passthrough.so %{_libdir}/pulse-%{drvver}/modules/module-augment-properties.so %{_libdir}/pulse-%{drvver}/modules/module-card-restore.so %{_libdir}/pulse-%{drvver}/modules/module-cli.so