rpms/bluez-gnome/F-9 bluez-gnome-0.28-services-running.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 bluez-gnome.spec, 1.48, 1.49 sources, 1.21, 1.22 bluez-gnome-sendto-palm.patch, 1.1, NONE

David Woodhouse dwmw2 at fedoraproject.org
Sat Sep 13 21:02:18 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/bluez-gnome/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16399

Modified Files:
	.cvsignore bluez-gnome.spec sources 
Added Files:
	bluez-gnome-0.28-services-running.patch 
Removed Files:
      Tag: bluez-gnome-0_26-1_fc9
	bluez-gnome-sendto-palm.patch 
Log Message:
0.28, fix input pairin

bluez-gnome-0.28-services-running.patch:

--- NEW FILE bluez-gnome-0.28-services-running.patch ---
--- bluez-gnome-0.28/properties/service.c~	2008-09-13 12:56:31.000000000 -0700
+++ bluez-gnome-0.28/properties/service.c	2008-09-13 12:46:09.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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/F-9/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	8 Apr 2008 16:00:42 -0000	1.21
+++ .cvsignore	13 Sep 2008 21:02:18 -0000	1.22
@@ -1 +1 @@
-bluez-gnome-0.26.tar.gz
+bluez-gnome-0.28.tar.gz


Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/F-9/bluez-gnome.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- bluez-gnome.spec	8 Apr 2008 16:00:42 -0000	1.48
+++ bluez-gnome.spec	13 Sep 2008 21:02:18 -0000	1.49
@@ -1,5 +1,5 @@
 Name:		bluez-gnome
-Version:	0.26
+Version:	0.28
 Release:	1%{?dist}
 Summary:	Bluetooth pairing and control applet
 
@@ -8,8 +8,8 @@
 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-sendto-palm.patch
-
+Patch2:		bluez-gnome-0.26-handle-error.patch
+Patch3:		bluez-gnome-0.28-services-running.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExcludeArch:	s390 s390x
@@ -47,7 +47,8 @@
 %prep
 %setup -q
 %patch1 -p0 -b .remove-class
-%patch2 -p0 -b .sendto
+%patch2 -p1 -b .error
+%patch3 -p1 -b .services
 
 %build
 %configure --disable-mime-update --disable-desktop-update --disable-icon-update
@@ -136,6 +137,10 @@
 %{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Sat Sep 13 2008 - David Woodhouse <David.Woodhouse at intel.com> - 0.28-1
+- Update to 0.28
+- Fix crash on input device pairing failure
+
 * Tue Apr 08 2008 - Bastien Nocera <bnocera at redhat.com> - 0.26-1
 - Update to 0.26
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/F-9/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	8 Apr 2008 16:00:42 -0000	1.21
+++ sources	13 Sep 2008 21:02:18 -0000	1.22
@@ -1 +1 @@
-d1e68cf63458472eaeb70ef1b3f1df5d  bluez-gnome-0.26.tar.gz
+f2afcb04e998fdc6aa545633190bc941  bluez-gnome-0.28.tar.gz


--- bluez-gnome-sendto-palm.patch DELETED ---




More information about the fedora-extras-commits mailing list