diff --git a/gnucash.spec b/gnucash.spec index bb5e552..25f2a1c 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -4,13 +4,16 @@ Name: gnucash Summary: GnuCash is an application to keep track of your finances Version: 2.0.5 URL: http://gnucash.org/ -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2 +Patch1: foo Patch4: gnucash-1.8.6-64bit-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: g-wrap-devel >= 1.3.2, gtkhtml3-devel +BuildRequires: g-wrap-devel >= 1.3.2 +# for gtkhtml3-devel +BuildRequires: /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h BuildRequires: libgsf-devel >= 1.12.2, libgsf-gnome-devel, goffice-devel BuildRequires: libglade2-devel >= 2.3.6, libgnomeprint22-devel >= 2.8.0 BuildRequires: libofx-devel, aqbanking-devel @@ -37,6 +40,7 @@ balanced books. %prep %setup -q +%patch1 -p1 -b .foo %patch4 -p1 -b .64bit %build @@ -120,6 +124,9 @@ fi %doc doc/README.german doc/README.francais doc/guile-hackers.txt %changelog +* Tue Mar 13 2007 Bill Nottingham - 2.0.5-2 +- require gtkhtml38 include file to pull in the proper gtkhtml version + * Mon Feb 19 2007 Bill Nottingham - 2.0.5-1 - update to 2.0.5 - fixes: CVE-2007-0007 (#223233)