rpms/gnome-pilot/FC-4 gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch, 1.1, 1.2 gnome-pilot.spec, 1.31, 1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 19 21:28:38 UTC 2006


Author: than

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

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-4/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 21:50:41 -0000	1.1
+++ gb-309130-attach-48413-backup-conduit-valgrind-fixes.patch	19 Apr 2006 21:28:35 -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-4/gnome-pilot.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnome-pilot.spec	12 Apr 2006 15:26:51 -0000	1.31
+++ gnome-pilot.spec	19 Apr 2006 21:28:35 -0000	1.32
@@ -2,7 +2,7 @@
 Summary: GNOME pilot programs
 Name: gnome-pilot
 Version: 2.0.13
-Release: 5.fc4.1
+Release: 5.fc4.2
 License: LGPL
 Group: Applications/Communications
 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2
@@ -151,6 +151,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Apr 19 2006 Than Ngo <than at redhat.com> 2.0.13-5.fc4.2
+- apply patch to fix crash with pilot-link 0.11.8 #189294
+  thanks to Matt Dave
+
 * Wed Apr 12 2006 Than Ngo <than at redhat.com> 2.0.13-5.fc4.1
 - rebuilt against pilot-link-0.11.8
 




More information about the fedora-cvs-commits mailing list