From d14d6da30e24b2b61ae80a30ab21a32df5b00488 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Oct 10 2007 16:49:30 +0000 Subject: silence binreloc warning --- diff --git a/gnucash-quiet.patch b/gnucash-quiet.patch new file mode 100644 index 0000000..61c2351 --- /dev/null +++ b/gnucash-quiet.patch @@ -0,0 +1,12 @@ +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 diff --git a/gnucash.spec b/gnucash.spec index 9ba9ddc..1e97398 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -4,7 +4,7 @@ Name: gnucash 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: libglade2-devel >= 2.3.6, libgnomeprint22-devel >= 2.8.0 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 @@ balanced books. %prep %setup -q +%patch -p1 %build chmod 644 src/import-export/import-commodity-matcher.c @@ -118,6 +120,9 @@ fi %doc doc/README.german doc/README.francais doc/guile-hackers.txt %changelog +* Wed Oct 10 2007 Bill Nottingham - 2.2.1-3 +- silence binreloc warning + * Wed Aug 29 2007 Bill Nottingham - 2.2.1-2 - fix build