From e613f51b8ff659cf2dd819d37e5f9305cfb961d34e3b578ee08e0eaaec662191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 15 Feb 2015 17:06:44 +0000 Subject: [PATCH] Accepting request 285904 from home:oholecek:branches:multimedia:libs Update to 6.0 final OBS-URL: https://build.opensuse.org/request/show/285904 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=153 --- pulseaudio-5.99.3.tar.xz | 3 --- pulseaudio-6.0.tar.xz | 3 +++ pulseaudio.changes | 8 ++++++++ pulseaudio.spec | 8 +++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pulseaudio-5.99.3.tar.xz create mode 100644 pulseaudio-6.0.tar.xz diff --git a/pulseaudio-5.99.3.tar.xz b/pulseaudio-5.99.3.tar.xz deleted file mode 100644 index 678492b..0000000 --- a/pulseaudio-5.99.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88f14aa22eb611276c584f9fba6a190954f751b98a7bd6112763f1d6a0670b52 -size 1468972 diff --git a/pulseaudio-6.0.tar.xz b/pulseaudio-6.0.tar.xz new file mode 100644 index 0000000..0ee6a10 --- /dev/null +++ b/pulseaudio-6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6 +size 1469248 diff --git a/pulseaudio.changes b/pulseaudio.changes index 896b65b..c95a91c 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 13 08:53:39 UTC 2015 - oholecek@suse.com + +- Uptade to 6.0 + + a few bug fixes since RC3 +- disable oFono support, oFono package is not in distribution + Note that oFono is needed only for Bluetooth HFP (Hands Free profile) + ------------------------------------------------------------------- Wed Jan 21 15:08:31 UTC 2015 - oholecek@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 67cd46b..a4d9edf 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -17,9 +17,9 @@ Name: pulseaudio -Version: 5.99.3 +Version: 6.0 Release: 0 -%define drvver 5.99 +%define drvver 6.0 %define soname 0 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services @@ -43,7 +43,7 @@ Patch0: disabled-start.diff Patch1: suppress-socket-error-msg.diff Patch2: pulseaudio-wrong-memset.patch BuildRequires: alsa-devel >= 1.0.19 -# require only minimal bluez, if we are on bluez 5 we will determine in %build phase +# require only minimal bluez, if we are on bluez 5 we will determine in build phase BuildRequires: bluez-devel >= 4.99 BuildRequires: doxygen BuildRequires: fdupes @@ -331,10 +331,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIE" --disable-hal-compat \ %if 0%{?_bluez5used} --disable-bluez4 \ + --disable-bluez5-ofono-headset \ %else --disable-bluez5 \ %endif --with-udev-rules-dir=%{_udevrulesdir} + make %{?_smp_mflags} V=1 make doxygen