From 0fa7e2e1f09efb462e7b0a53459fa6524bf39378 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jan 29 2014 13:00:53 +0000 Subject: import bluez-4.101-13.el7.src.rpm --- diff --git a/SOURCES/0001-Allow-PulseAudio-to-connect-by-default.patch b/SOURCES/0001-Allow-PulseAudio-to-connect-by-default.patch new file mode 100644 index 0000000..bec6b77 --- /dev/null +++ b/SOURCES/0001-Allow-PulseAudio-to-connect-by-default.patch @@ -0,0 +1,30 @@ +From 93c876a85b650c3e05d6042cd1bf4e5008fdebc5 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Thu, 10 Jan 2013 09:13:19 +0100 +Subject: [PATCH] Allow PulseAudio to connect by default + +Disable the socket by default, it is enabled by default. + +https://bugzilla.redhat.com/show_bug.cgi?id=969385#c4 +--- + audio/audio.conf | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/audio/audio.conf b/audio/audio.conf +index fd6092a..a78f609 100644 +--- a/audio/audio.conf ++++ b/audio/audio.conf +@@ -4,6 +4,10 @@ + # particular interface + [General] + ++# Allow PulseAudio to connect by default ++# https://bugzilla.redhat.com/show_bug.cgi?id=969385#c4 ++Disable=Socket ++ + # Switch to master role for incoming connections (defaults to true) + #Master=true + +-- +1.8.4.2 + diff --git a/SPECS/bluez.spec b/SPECS/bluez.spec index 6d9dca9..b9106ff 100644 --- a/SPECS/bluez.spec +++ b/SPECS/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez Version: 4.101 -Release: 9%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.bluez.org/ @@ -19,6 +19,8 @@ Source8: bluez-uinput.modules Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch # https://bugzilla.redhat.com/show_bug.cgi?id=983161 Patch2: 0001-build-Enable-BIND_NOW.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=969385 +Patch3: 0001-Allow-PulseAudio-to-connect-by-default.patch # https://bugzilla.redhat.com/show_bug.cgi?id=498756 Patch4: 0001-Activate-the-Socket-Mobile-CF-kit.patch # http://thread.gmane.org/gmane.linux.bluez.kernel/2396 @@ -165,7 +167,7 @@ git am -p1 %{patches} < /dev/null %build libtoolize -f -c autoreconf -vif -%configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system --enable-wiimote +%configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system --enable-wiimote --disable-gstreamer make V=1 %install @@ -323,6 +325,20 @@ fi %exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules %changelog +* Fri Jan 24 2014 Daniel Mach - 4.101-13 +- Mass rebuild 2014-01-24 + +* Tue Jan 07 2014 Bastien Nocera 4.101-12 +- Explicitely disable the GStreamer plugins compilation +Resolves: #1046328 + +* Fri Dec 27 2013 Daniel Mach - 4.101-11 +- Mass rebuild 2013-12-27 + +* Thu Nov 21 2013 Bastien Nocera 4.101-10 +- Really disable the socket interface for A2DP +Resolves: #969385 + * Thu Nov 07 2013 Bastien Nocera 4.101-9 - Add linker flags to BIND_NOW Resolves: #983161