diff --git a/gnucash.spec b/gnucash.spec index e282bfb..ac74768 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -7,9 +7,9 @@ Name: gnucash Summary: GnuCash is an application to keep track of your finances. Version: 2.0.1 %if %{buildsvn} -Release: 4%{?dist}.%{svnrev}svn.1 +Release: 5%{?dist}.%{svnrev}svn.1 %else -Release: 4%{?dist} +Release: 5%{?dist} %endif License: GPL/GFDL Group: Applications/Productivity @@ -31,7 +31,7 @@ BuildRequires: libgsf-devel >= 1.12.2 BuildRequires: libglade2-devel >= 2.3.6, libgnomeprint22-devel >= 2.8.0 BuildRequires: libofx-devel, aqbanking-devel, docbook-style-xsl BuildRequires: desktop-file-utils, scrollkeeper, texinfo, libtool-ltdl-devel -BuildRequires: gettext, slib >= 3a1-5, libtool +BuildRequires: gettext, slib >= 3a1-5, libtool, intltool Requires: slib >= 3a1-5, yelp # hack Requires: perl(Date::Manip) @@ -151,6 +151,10 @@ done %doc doc/README.german doc/README.francais doc/guile-hackers.txt %changelog +* Sat Aug 26 2006 Karsten Hopp - 2.0.1-5 +- buildrequire intltool which was previously pulled in by scrollkeeper but + dropped this requirement because of bz #203606 + * Tue Aug 22 2006 Bill Nottingham - 2.0.1-4 - require perl-Crypt-SSLeay (#203050)