rpms/bluez-gnome/devel bluez-gnome-0.28-services.patch, NONE, 1.1 bluez-gnome.spec, 1.51, 1.52

David Woodhouse dwmw2 at fedoraproject.org
Wed Sep 10 06:13:43 UTC 2008


Author: dwmw2

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

Modified Files:
	bluez-gnome.spec 
Added Files:
	bluez-gnome-0.28-services.patch 
Log Message:
assume services are running

bluez-gnome-0.28-services.patch:

--- NEW FILE bluez-gnome-0.28-services.patch ---
--- bluez-gnome-0.28/properties/service.c~	2008-06-25 13:22:09.000000000 -0700
+++ bluez-gnome-0.28/properties/service.c	2008-09-09 23:10:34.000000000 -0700
@@ -264,7 +264,7 @@ static void add_service(const char *path
 	GList *list;
 	struct service_data *service;
 	const char *identifier = NULL;
-	gboolean running = FALSE;
+	gboolean running = TRUE;
 
 	list = g_list_find_custom(service_list, path, service_compare);
 	if (list && list->data) {


Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- bluez-gnome.spec	27 Aug 2008 14:31:13 -0000	1.51
+++ bluez-gnome.spec	10 Sep 2008 06:13:13 -0000	1.52
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.28
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -8,6 +8,7 @@
 URL:		http://www.bluez.org/
 Source0:	http://bluez.sf.net/download/%{name}-%{version}.tar.gz
 Patch1:		bluez-gnome-remove-class-file-sharing.patch
+Patch2:		bluez-gnome-0.28-services.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -46,6 +47,7 @@
 %prep
 %setup -q
 %patch1 -p0 -b .remove-class
+%patch2 -p1 -b .services
 
 %build
 %configure --disable-mime-update --disable-desktop-update --disable-icon-update
@@ -134,6 +136,9 @@
 %{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Tue Sep 09 2008 - David Woodhouse <David.Woodhouse at intel.com> -0.28-3
+- Fix device addition
+
 * Wed Aug 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.28-2
 - Update requirements for obexftp browsing
 




More information about the fedora-extras-commits mailing list