rpms/gnucash/devel gnucash-quiet.patch, NONE, 1.1 gnucash.spec, 1.79, 1.80

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Oct 10 16:50:04 UTC 2007


Author: notting

Update of /cvs/extras/rpms/gnucash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26954

Modified Files:
	gnucash.spec 
Added Files:
	gnucash-quiet.patch 
Log Message:
silence binreloc warning

gnucash-quiet.patch:

--- NEW FILE gnucash-quiet.patch ---
diff -up gnucash-2.2.1/src/bin/gnucash-bin.c.foo gnucash-2.2.1/src/bin/gnucash-bin.c
--- gnucash-2.2.1/src/bin/gnucash-bin.c.foo	2007-10-10 12:40:34.000000000 -0400
+++ gnucash-2.2.1/src/bin/gnucash-bin.c	2007-10-10 12:40:57.000000000 -0400
@@ -568,8 +568,6 @@ main(int argc, char ** argv)
             g_error_free(binreloc_error);
         }
     }
-#else
-    g_message("main: binreloc relocation support was disabled at configure time.\n");
 #endif
 
 #ifdef HAVE_GETTEXT


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/devel/gnucash.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- gnucash.spec	30 Aug 2007 02:12:50 -0000	1.79
+++ gnucash.spec	10 Oct 2007 16:49:30 -0000	1.80
@@ -4,7 +4,7 @@
 Summary: GnuCash is an application to keep track of your finances
 Version: 2.2.1
 URL: http://gnucash.org/
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2
@@ -15,6 +15,7 @@
 BuildRequires: libofx-devel, aqbanking-devel, guile-devel
 BuildRequires: desktop-file-utils, texinfo
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
+Patch: gnucash-quiet.patch
 Requires: gnucash-docs >= 2.2.0
 Requires: slib >= 3a1-5
 Requires: perl(Finance::Quote)
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 chmod 644 src/import-export/import-commodity-matcher.c
@@ -118,6 +120,9 @@
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Wed Oct 10 2007 Bill Nottingham <notting at redhat.com> - 2.2.1-3
+- silence binreloc warning
+
 * Wed Aug 29 2007 Bill Nottingham <notting at redhat.com> - 2.2.1-2
 - fix build
 




More information about the fedora-extras-commits mailing list