]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- updated to 5.8
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Aug 2013 20:06:53 +0000 (22:06 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Aug 2013 20:06:53 +0000 (22:06 +0200)
- removed outdated audio_socket patch

bluez-audio_socket.patch [deleted file]
bluez.spec

diff --git a/bluez-audio_socket.patch b/bluez-audio_socket.patch
deleted file mode 100644 (file)
index 3a3e0fc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- bluez-5.0.orig/profiles/audio/audio.conf   2010-08-25 07:10:02.000000000 +0200
-+++ bluez-5.0/profiles/audio/audio.conf        2012-03-10 20:13:23.000000000 +0100
-@@ -4,6 +4,9 @@
- # particular interface
- [General]
-+# Enable the audio socket of bluetoothd 
-+Enable=Socket
-+
- # Switch to master role for incoming connections (defaults to true)
- #Master=true
index 9fbbd38c36c0529f758723c8c75e7053e728b956..be599c60adea4b15c489bbb5aaf55d02bbddf610 100644 (file)
@@ -5,19 +5,18 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.7
-Release:       2
+Version:       5.8
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: http://www.bluez.org/download.html
-Source0:       http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: a4e84f49276463830aeeffbd79f16a4f
+Source0:       https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
+# Source0-md5: e0d8a362c714bd48d9bd9393f009201c
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 # FIXME: rfcomm.conf no longer supported
 Source5:       rfcomm.init
 Patch0:                %{name}-wacom-mode-2.patch
-Patch1:                %{name}-audio_socket.patch
 URL:           http://www.bluez.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -155,7 +154,6 @@ aplikacji Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -191,7 +189,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/rfcomm
 
-install profiles/audio/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/proximity/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
@@ -247,7 +244,6 @@ fi
 %attr(755,root,root) %{_libdir}/bluetooth/obexd
 %dir %{_libdir}/bluetooth/plugins
 %dir %{_sysconfdir}/bluetooth
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/audio.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/input.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/proximity.conf
This page took 0.21471 seconds and 4 git commands to generate.