rpms/gnome-pilot/FC-5 gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch, 1.1, 1.2 gnome-pilot.spec, 1.37, 1.38

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 19 21:18:35 UTC 2006


Author: than

Update of /cvs/dist/rpms/gnome-pilot/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv9800

Modified Files:
	gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch 
	gnome-pilot.spec 
Log Message:
- apply patch to fix crash with pilot-link 0.11.8 #189294
  thanks to Matt Dave


gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch:
 backup_conduit.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

Index: gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/gnome-pilot/FC-5/gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch	27 Jun 2005 22:08:36 -0000	1.1
+++ gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch	19 Apr 2006 21:18:33 -0000	1.2
@@ -33,7 +33,7 @@
   db_close:
  	dlp_CloseDB (dbinfo->pilot_socket, dbinfo->db_handle);
   exit_and_free:
-+	pi_file_close (f);
++	if(f != NULL) pi_file_close (f);
  	g_free (name);
   exit:	
  	return result;	


Index: gnome-pilot.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-pilot/FC-5/gnome-pilot.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnome-pilot.spec	11 Apr 2006 13:01:46 -0000	1.37
+++ gnome-pilot.spec	19 Apr 2006 21:18:33 -0000	1.38
@@ -2,7 +2,7 @@
 Summary: GNOME pilot programs
 Name: gnome-pilot
 Version: 2.0.13
-Release: 7.fc5.5
+Release: 7.fc5.6
 License: LGPL
 Group: Applications/Communications
 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2
@@ -152,6 +152,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Apr 19 2006 Than Ngo <than at redhat.com> 2.0.13-7.fc5.6
+- apply patch to fix crash with pilot-link 0.11.8 #189294
+  thanks to Matt Dave
+
 * Tue Apr 11 2006 Than Ngo <than at redhat.com> 2.0.13-7.fc5.5
 - rebuilt against pilot-link-0.11.8
 




More information about the fedora-cvs-commits mailing list