rpms/abiword/devel abiword.spec,1.88,1.89

Marc Maurer uwog at fedoraproject.org
Mon Jul 27 15:05:33 UTC 2009


Author: uwog

Update of /cvs/pkgs/rpms/abiword/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19616

Modified Files:
	abiword.spec 
Log Message:
Fix a template build error




Index: abiword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- abiword.spec	27 Jul 2009 14:45:58 -0000	1.88
+++ abiword.spec	27 Jul 2009 15:05:32 -0000	1.89
@@ -7,7 +7,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: %{majorversion}.%{minorversion}.%{microversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPLv2+
@@ -30,6 +30,7 @@ Patch0: abiword-2.6.0-windowshelppaths.p
 Patch1: abiword-2.7.6-desktop.patch
 Patch2: abiword-2.6.0-boolean.patch
 Patch3: abiword-plugins-2.6.0-boolean.patch
+Patch4: abiword-2.7.7-templates.patch
 %if %{olpc_build}
 Patch100: abiword-2.6.4-defaultfont.patch
 Patch101: abiword-2.6.4-draghandles.patch
@@ -84,6 +85,7 @@ Includes and definitions for developing 
 %if 0%{?fedora} >= 9
 %patch2 -p1 -b .boolean
 %endif
+%patch4 -p1 -b .templates
 %if %{olpc_build}
 %patch100 -p1 -b .defaultfont
 %patch101 -p1 -b .draghandles
@@ -179,6 +181,9 @@ update-desktop-database %{_datadir}/appl
 %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
 
 %changelog
+* Mon Jul 27 2009 Marc Maurer <uwog at abisource.com> - 1:2.7.7-2
+- Add a patch to work around a templates makefile bug
+
 * Mon Jul 27 2009 Marc Maurer <uwog at abisource.com> - 1:2.7.7-1
 - New upstream release
 - Add --enable-dynamic to configure so plugins link against libabiword.so




More information about the fedora-extras-commits mailing list