[bluez/f17] Enable pairing Wiimote support (#847481)

Bastien Nocera hadess at fedoraproject.org
Wed Aug 15 13:38:20 UTC 2012


commit 5ce3941454787b40a9edb0a4f363079859603177
Author: Bastien Nocera <hadess at hadess.net>
Date:   Wed Aug 15 14:18:26 2012 +0100

    Enable pairing Wiimote support (#847481)
    
    Conflicts:
    	bluez.spec

 bluez.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 4c67c3a..3183cde 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.99
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.bluez.org/
@@ -151,8 +151,8 @@ and mouse.
 %build
 libtoolize -f -c
 autoreconf
-%configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system
-make
+%configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system --enable-wiimote
+make V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -311,6 +311,9 @@ fi
 %exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
 
 %changelog
+* Wed Aug 15 2012 Bastien Nocera <bnocera at redhat.com> 4.99-2
+- Enable pairing Wiimote support (#847481)
+
 * Tue Mar 06 2012 Bastien Nocera <bnocera at redhat.com> 4.99-1
 - Update to 4.99
 


More information about the scm-commits mailing list