- Update to 4.30
This commit is contained in:
parent
88fbac0c8c
commit
ddd470f38e
@ -1 +1 @@
|
|||||||
bluez-4.29.tar.gz
|
bluez-4.30.tar.gz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From 9c85f509761b3f5484f988c485bc42b555c03871 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
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
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 4.29
|
Version: 4.30
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
|
Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
|
||||||
@ -9,7 +9,6 @@ Source1: bluetooth.init
|
|||||||
Source2: bluetooth.conf
|
Source2: bluetooth.conf
|
||||||
Source3: bluez-uinput.modules
|
Source3: bluez-uinput.modules
|
||||||
Patch1: bluez-utils-oui-usage.patch
|
Patch1: bluez-utils-oui-usage.patch
|
||||||
Patch2: 0001-Add-icon-for-other-audio-device.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
URL: http://www.bluez.org/
|
URL: http://www.bluez.org/
|
||||||
@ -96,7 +95,6 @@ use in Bluetooth applications.
|
|||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p0 -b .oui
|
%patch1 -p0 -b .oui
|
||||||
#patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
|
%configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
|
||||||
@ -187,6 +185,9 @@ fi
|
|||||||
%{_libdir}/alsa-lib/*.so
|
%{_libdir}/alsa-lib/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-1
|
||||||
|
- Update to 4.30
|
||||||
|
|
||||||
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
|
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
|
||||||
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
|
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user