[bluez/f20] Update to 5.13

Bastien Nocera hadess at fedoraproject.org
Mon Jan 6 12:18:06 UTC 2014


commit e357007d22d4f54dd5abd36316326df38966fead
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Jan 6 13:18:08 2014 +0100

    Update to 5.13
    
    - Enable sixaxis plugin by default

 .gitignore                              |    1 +
 0001-sixaxis-Fix-device-detection.patch |   38 -------------------------------
 bluez.spec                              |   10 +++++--
 sources                                 |    2 +-
 4 files changed, 9 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 150dde3..ee2cdc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /bluez-5.10.tar.xz
 /bluez-5.11.tar.xz
 /bluez-5.12.tar.xz
+/bluez-5.13.tar.xz
diff --git a/bluez.spec b/bluez.spec
index bb754b8..511de62 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -2,8 +2,8 @@
 
 Summary: Bluetooth utilities
 Name: bluez
-Version: 5.12
-Release: 2%{?dist}
+Version: 5.13
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.bluez.org/
@@ -18,7 +18,6 @@ Patch3: 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
 Patch4: 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
 Patch5: 0002-autopair-Don-t-handle-the-iCade.patch
 Patch7: 0004-agent-Assert-possible-infinite-loop.patch
-Patch8: 0001-sixaxis-Fix-device-detection.patch
 
 BuildRequires: git
 BuildRequires: flex
@@ -138,6 +137,7 @@ git am -p1 %{patches} < /dev/null
 libtoolize -f -c
 autoreconf -f -i
 %configure --enable-cups --enable-tools --enable-library \
+           --enable-sixaxis \
            --with-systemdsystemunitdir=%{_unitdir} \
            --with-systemduserunitdir=%{_userunitdir}
 make %{?_smp_mflags} V=1
@@ -233,6 +233,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
 /lib/udev/rules.d/97-hid2hci.rules
 
 %changelog
+* Mon Jan 06 2014 Bastien Nocera <bnocera at redhat.com> 5.13-1
+- Update to 5.13
+- Enable sixaxis plugin by default
+
 * Thu Dec 12 2013 Bastien Nocera <bnocera at redhat.com> 5.12-2
 - This update fixes Sixaxis PS3 joypad detection
 
diff --git a/sources b/sources
index eb809d2..e19c08b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d37e581107b3d6f91b81194a5006407  bluez-5.12.tar.xz
+c68f8cb270110256a684403ee43b5f79  bluez-5.13.tar.xz


More information about the scm-commits mailing list