rpms/gnucash/devel gnucash.spec,1.67,1.68

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Mar 14 02:25:55 UTC 2007


Author: notting

Update of /cvs/extras/rpms/gnucash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11592

Modified Files:
	gnucash.spec 
Log Message:
flip gtkhtml38 requirement so we pull in gtkhtml38



Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/devel/gnucash.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- gnucash.spec	19 Feb 2007 17:35:43 -0000	1.67
+++ gnucash.spec	14 Mar 2007 02:25:22 -0000	1.68
@@ -4,13 +4,16 @@
 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 @@
 %prep
 %setup -q
 
+%patch1 -p1 -b .foo
 %patch4 -p1 -b .64bit
 
 %build
@@ -120,6 +124,9 @@
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Tue Mar 13 2007 Bill Nottingham <notting at redhat.com> - 2.0.5-2
+- require gtkhtml38 include file to pull in the proper gtkhtml version
+
 * Mon Feb 19 2007 Bill Nottingham <notting at redhat.com> - 2.0.5-1
 - update to 2.0.5
 - fixes: CVE-2007-0007 (#223233)




More information about the scm-commits mailing list