rpms/grisbi/devel grisbi-0.5.9-check.g_free.patch, NONE, 1.1 grisbi.spec, 1.15, 1.16

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Aug 26 12:57:49 UTC 2007


Author: abompard

Update of /cvs/pkgs/rpms/grisbi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23937/devel

Modified Files:
	grisbi.spec 
Added Files:
	grisbi-0.5.9-check.g_free.patch 
Log Message:
* Sat Aug 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-3
- rebuild


grisbi-0.5.9-check.g_free.patch:

--- NEW FILE grisbi-0.5.9-check.g_free.patch ---
--- grisbi-0.5.9/src/check.c	2005-12-19 16:24:29.000000000 +0100
+++ grisbi-0.5.9-fedora/src/check.c	2007-07-14 20:00:32.000000000 +0200
@@ -6,7 +6,7 @@
 /*                                                                            */
 /* 				check.c                                       */
 /*                                                                            */
-/*     Copyright (C)	2004-2005 Alain Portal (aportal at univ-montp2.fr)	      */
+/*     Copyright (C)	2004-2007 Alain Portal (aportal at univ-montp2.fr)	      */
 /*			http://www.grisbi.org   			      */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
@@ -175,7 +175,7 @@
     }
     else
     {
-      pHint = _("An account has inconsistencies.");
+      pHint = g_strdup_printf (_("An account has inconsistencies."));
     }
 
     dialogue_warning_hint ( pText, pHint );
@@ -530,7 +530,7 @@
     }
     else
     {
-      pHint = _("An account has inconsistencies.");
+      pHint = g_strdup_printf (_("An account has inconsistencies."));
     }
 
     dialogue_warning_hint ( pText, pHint );
@@ -668,7 +668,7 @@
     }
     else
     {
-      pHint = _("An account has inconsistencies.");
+      pHint = g_strdup_printf ( _("An account has inconsistencies."));
     }
 
     dialogue_warning_hint ( pText, pHint );


Index: grisbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grisbi/devel/grisbi.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grisbi.spec	25 Aug 2007 21:48:58 -0000	1.15
+++ grisbi.spec	26 Aug 2007 12:57:17 -0000	1.16
@@ -1,7 +1,7 @@
 %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help
 Name:		grisbi
 Version:	0.5.9
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Personal finances manager
 
 Group:		Applications/Productivity
@@ -114,6 +114,9 @@
 %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html
 
 %changelog
+* Sat Aug 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-3
+- rebuild
+
 * Sat Aug 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-2
 - fix bug 248264
 - fix license tag




More information about the fedora-extras-commits mailing list