From 815707c75c3468e5c16e498fe4ac437036fc65d7 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Feb 13 2009 10:07:57 +0000 Subject: - Update to 4.30 --- diff --git a/.cvsignore b/.cvsignore index 585ef66..db0b8f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bluez-4.22.tar.gz +bluez-4.30.tar.gz diff --git a/0001-Add-icon-for-other-audio-device.patch b/0001-Add-icon-for-other-audio-device.patch deleted file mode 100644 index ec3c845..0000000 --- a/0001-Add-icon-for-other-audio-device.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 9c85f509761b3f5484f988c485bc42b555c03871 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Sat, 29 Nov 2008 16:17:53 +0000 -Subject: [PATCH] Add icon for other audio device - -. ---- - src/dbus-hci.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/src/dbus-hci.c b/src/dbus-hci.c -index f2b6f2e..a0de9a0 100644 ---- a/src/dbus-hci.c -+++ b/src/dbus-hci.c -@@ -85,6 +85,8 @@ const char *class_to_icon(uint32_t class) - return "audio-card"; /* Headset */ - case 0x06: - return "audio-card"; /* Headphone */ -+ default: -+ return "audio-card"; /* Other audio device */ - } - break; - case 0x05: --- -1.6.0.4 - diff --git a/bluez.spec b/bluez.spec index 6615d1a..d70d575 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez -Version: 4.22 -Release: 2%{?dist} +Version: 4.30 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz @@ -10,7 +10,6 @@ Source2: bluetooth.conf Source3: bluez-uinput.modules Source4: dbus-bluetooth.conf Patch1: bluez-utils-oui-usage.patch -Patch2: 0001-Add-icon-for-other-audio-device.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://www.bluez.org/ @@ -99,7 +98,6 @@ use in Bluetooth applications. %setup -q %patch1 -p0 -b .oui -%patch2 -p1 cp -a %{SOURCE4} src/bluetooth.conf @@ -192,6 +190,9 @@ fi %{_libdir}/alsa-lib/*.so %changelog +* Thu Feb 12 2009 - Bastien Nocera - 4.30-1 +- Update to 4.30 + * Tue Dec 09 2008 - Bastien Nocera - 4.22-2 - Fix D-Bus configuration for latest D-Bus (#475069) diff --git a/sources b/sources index 8581267..7fb0ef4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8302c23d08c1fa370f8bb81a6926ff2 bluez-4.22.tar.gz +f6a4b58907a6bec424247ee572d43a2c bluez-4.30.tar.gz