From 8b5b78a6166fa20c7d7ead0e74e44d2406be3850 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Apr 12 2010 15:15:27 +0000 Subject: - And actually apply the aforementioned patch --- diff --git a/bluez.spec b/bluez.spec index 2f4cf16..8aa0b84 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez Version: 4.63 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz @@ -130,6 +130,7 @@ This includes hidd, dund and pand. %setup -q %patch1 -p0 -b .oui %patch2 -p1 -b .non-utf8-name +%patch3 -p1 -b .security %patch4 -p1 -b .socket-mobile %patch5 -p1 -b .cable-pairing @@ -272,6 +273,9 @@ fi %config(noreplace) %{_sysconfdir}/sysconfig/pand %changelog +* Mon Apr 12 2010 Bastien Nocera 4.63-3 +- And actually apply the aforementioned patch + * Mon Apr 12 2010 Bastien Nocera 4.63-2 - Fix pairing and using mice, due to recent BtIO changes