rpms/grisbi/F-7 grisbi-0.5.9-check.g_free.patch, NONE, 1.1 grisbi.spec, 1.14, 1.15

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


Author: abompard

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

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/F-7/grisbi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- grisbi.spec	28 Sep 2006 08:26:48 -0000	1.14
+++ grisbi.spec	26 Aug 2007 12:57:11 -0000	1.15
@@ -1,15 +1,16 @@
 %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help
 Name:		grisbi
 Version:	0.5.9
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	Personal finances manager
 
 Group:		Applications/Productivity
-License:	GPL
+License:	GPLv2+
 URL:		http://www.grisbi.org
 Source0:	http://dl.sf.net/grisbi/%{name}-%{version}.tar.bz2
 Source1:	%{name}.desktop
 Patch0:		%{name}-0.5.5-htmlview.diff
+Patch1:     grisbi-0.5.9-check.g_free.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk2-devel, libxml2-devel, glib2-devel, gettext
@@ -33,6 +34,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1 -b .check-g_free
 
 %build
 %configure
@@ -112,6 +114,13 @@
 %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
+
 * Wed Sep 27 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-1
 - version 0.5.9
 




More information about the fedora-extras-commits mailing list