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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 19 21:48:57 UTC 2006


Author: than

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

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/devel/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:48:54 -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/devel/gnome-pilot.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gnome-pilot.spec	29 Mar 2006 22:02:44 -0000	1.38
+++ gnome-pilot.spec	19 Apr 2006 21:48:54 -0000	1.39
@@ -2,7 +2,7 @@
 Summary: GNOME pilot programs
 Name: gnome-pilot
 Version: 2.0.13
-Release: 8
+Release: 9
 License: LGPL
 Group: Applications/Communications
 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2
@@ -150,6 +150,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Apr 19 2006 Than Ngo <than at redhat.com> 2.0.13-9 
+- apply patch to fix crash with pilot-link 0.11.8 #189294
+  thanks to Matt Dave
+
 * Wed Mar 29 2006 Than Ngo <than at redhat.com> 2.0.13-8 
 - rebuilt against pilot-link-0.11.8
 




More information about the fedora-cvs-commits mailing list