diff --git a/gnucash-tip.patch b/gnucash-tip.patch new file mode 100644 index 0000000..184e100 --- /dev/null +++ b/gnucash-tip.patch @@ -0,0 +1,31 @@ +Author: cstim +Date: 2011-01-11 16:07:54 -0500 (Tue, 11 Jan 2011) +New Revision: 20071 +Trac: http://svn.gnucash.org/trac/changeset/20071 + +Modified: + gnucash/trunk/doc/tip_of_the_day.list.in +Log: +Bug #639172: Remove "Warning!! This is a DEVELOPMENT version .." tip of the day + +Also, to my knowledge the docs don't contain a "what's new in 2.4" section, +so I removed that tip as well. + +Modified: gnucash/trunk/doc/tip_of_the_day.list.in +=================================================================== +--- gnucash/trunk/doc/tip_of_the_day.list.in 2011-01-11 21:07:43 UTC (rev 20070) ++++ gnucash/trunk/doc/tip_of_the_day.list.in 2011-01-11 21:07:54 UTC (rev 20071) +@@ -1,12 +1,5 @@ +- N_( "Warning!! This is a DEVELOPMENT version of GnuCash. \ +-It probably has lots of bugs and unstable features! \ +-If you are looking for a stable personal finance application, \ +-you should use the latest release of GnuCash %s.")|@-GNUCASH_LATEST_STABLE_SERIES-@ +- + N_( "The GnuCash online manual has lots of helpful information. \ +-If you are upgrading from earlier versions of GnuCash, the section \ +-\"What's new in GnuCash 2.0\" is particularly interesting. You can \ +-access the manual under the Help menu.") ++You can access the manual under the Help menu.") + + N_( "You can easily import your existing financial data from Quicken, \ + MS Money or other programs that export QIF files or OFX files. In the \ diff --git a/gnucash.spec b/gnucash.spec index ada4fc7..aca535d 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -4,7 +4,7 @@ Name: gnucash Summary: Finance management application Version: 2.4.0 URL: http://gnucash.org/ -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x/gnucash-%{version}.tar.bz2 @@ -17,6 +17,7 @@ BuildRequires: desktop-file-utils, texinfo BuildRequires: gettext, slib >= 3a1-5, libtool, intltool BuildRequires: python-devel, libdbi-devel Patch0: gnucash-quiet.patch +Patch1: gnucash-tip.patch Requires: gnucash-docs >= 2.2.0 Requires: slib >= 3a1-5 Requires: perl(Finance::Quote) @@ -38,6 +39,7 @@ balanced books. %prep %setup -q %patch0 -p1 +%patch1 -p2 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \; %build @@ -128,6 +130,9 @@ fi %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI %changelog +* Wed Jan 12 2011 Bill Nottingham - 2.4.0-2 +- remove 'this is a development version' warning + * Mon Jan 3 2011 Bill Nottingham - 2.4.0-1 - update to 2.4.0