rpms/bluez/devel 0001-Add-icon-for-other-audio-device.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 bluez.spec, 1.26, 1.27 sources, 1.17, 1.18

Bastien Nocera hadess at fedoraproject.org
Mon Dec 1 09:21:39 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1837

Modified Files:
	.cvsignore bluez.spec sources 
Added Files:
	0001-Add-icon-for-other-audio-device.patch 
Log Message:
* Mon Dec 01 2008 - Bastien Nocera <bnocera at redhat.com> - 4.21-1
- Update to 4.21


0001-Add-icon-for-other-audio-device.patch:

--- NEW FILE 0001-Add-icon-for-other-audio-device.patch ---
>From 9c85f509761b3f5484f988c485bc42b555c03871 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	21 Nov 2008 16:47:05 -0000	1.17
+++ .cvsignore	1 Dec 2008 09:21:08 -0000	1.18
@@ -1 +1 @@
-bluez-4.19.tar.gz
+bluez-4.21.tar.gz


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bluez.spec	21 Nov 2008 16:47:05 -0000	1.26
+++ bluez.spec	1 Dec 2008 09:21:08 -0000	1.27
@@ -1,6 +1,6 @@
 Summary: Bluetooth utilities
 Name: bluez
-Version: 4.19
+Version: 4.21
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -9,6 +9,7 @@
 Source2: bluetooth.conf
 Source3: bluez-uinput.modules
 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/
@@ -97,6 +98,7 @@
 
 %setup -q
 %patch1 -p0 -b .oui
+%patch2 -p1
 
 %build
 %configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
@@ -187,6 +189,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Mon Dec 01 2008 - Bastien Nocera <bnocera at redhat.com> - 4.21-1
+- Update to 4.21
+
 * Fri Nov 21 2008 - Bastien Nocera <bnocera at redhat.com> - 4.19-1
 - Update to 4.19
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	21 Nov 2008 16:47:05 -0000	1.17
+++ sources	1 Dec 2008 09:21:08 -0000	1.18
@@ -1 +1 @@
-9deeb6979c87fa78c2cbf3d393172ed8  bluez-4.19.tar.gz
+defd21d1343d12fa64638f78103b0c5b  bluez-4.21.tar.gz




More information about the fedora-extras-commits mailing list