diff --git a/gnucash-1.8.6-64bit-fixes.patch b/gnucash-1.8.6-64bit-fixes.patch index a4e1249..31d0d69 100644 --- a/gnucash-1.8.6-64bit-fixes.patch +++ b/gnucash-1.8.6-64bit-fixes.patch @@ -9,25 +9,3 @@ gpointer user_data) { FILE *fh = (FILE *) user_data; ---- gnucash-1.8.8/aclocal.m4.cow 2004-03-12 17:36:40.478189512 -0500 -+++ gnucash-1.8.8/aclocal.m4 2004-03-12 17:37:23.728614448 -0500 -@@ -3304,7 +3304,7 @@ - # This must be Linux ELF. - linux-gnu*) - case $host_cpu in -- alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) -+ alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | s390* ) - lt_cv_deplibs_check_method=pass_all ;; - *) - # glibc up to 2.1.1 does not perform some relocations on ARM ---- gnucash-1.8.8/acinclude.m4.cow 2004-03-12 17:36:51.352536360 -0500 -+++ gnucash-1.8.8/acinclude.m4 2004-03-12 17:37:10.250663408 -0500 -@@ -3374,7 +3374,7 @@ - # This must be Linux ELF. - linux-gnu*) - case $host_cpu in -- alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) -+ alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | s390* ) - lt_cv_deplibs_check_method=pass_all ;; - *) - # glibc up to 2.1.1 does not perform some relocations on ARM diff --git a/gnucash.spec b/gnucash.spec index 8229b45..5a7d7ac 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -2,20 +2,21 @@ Name: gnucash Summary: GnuCash is an application to keep track of your finances. -Version: 1.8.11 -Release: 4.1 +Version: 1.8.12 +Release: 1 License: GPL/GFDL Group: Applications/Productivity Source: http://www.gnucash.org/pub/gnucash/sources/unstable/%{name}-%{version}.tar.gz Source1: http://www.gnucash.org/pub/gnucash/sources/unstable/%{name}-docs-%{docver}.tar.gz Patch3: gnucash-1.8.11-icon.patch Patch4: gnucash-1.8.6-64bit-fixes.patch +Patch5: gnucash-1.8.12-aq.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: g-wrap-devel >= 1.3.2, gtkhtml-devel >= 1.1.4, BuildPrereq: Guppi-devel, gal-devel, libxml-devel, db4-devel BuildPrereq: libglade-devel, libghttp-devel, python-devel, libtermcap-devel -BuildPrereq: readline-devel postgresql-devel /usr/bin/autoconf-2.13 -BuildPrereq: libofx-devel, aqhbci-devel, docbook-style-xsl +BuildPrereq: readline-devel postgresql-devel, autoconf +BuildPrereq: libofx-devel, aqbanking-devel, docbook-style-xsl BuildPrereq: libtool-ltdl-devel, GConf-devel BuildRequires: desktop-file-utils, scrollkeeper Requires: slib >= 3a1-5 @@ -45,15 +46,15 @@ want to keep your financial data in a database instead of a flat file %setup -q -a 1 %patch3 -p1 -b .icon %patch4 -p1 -b .64bit +%patch5 -p1 -b .aq %build -autoconf-2.13 -cp %{_datadir}/libtool/config.{sub,guess} . +autoconf %configure --enable-sql --enable-error-on-warning=no \ --enable-ofx \ --enable-hbci -make LIBTOOL=/usr/bin/libtool +make LIBTOOL=/usr/bin/libtool CC=gcc cd gnucash-docs-%{docver} autoconf-2.13 @@ -122,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gnucash/libgncmod-backend-postgres* %changelog +* Thu Dec 22 2005 Bill Nottingham 1.8.12-1 +- update to 1.8.12 + * Fri Dec 09 2005 Jesse Keating - rebuilt diff --git a/sources b/sources index d9c8974..40f7d20 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -62f94331936e37ed1b1d28b5a1863bb3 gnucash-1.8.11.tar.gz +81e7c703db56bb203e106664157779cc gnucash-1.8.12.tar.gz 9758d8e523530c2509912761e327a9d5 gnucash-docs-1.8.5.tar.gz