diff --git a/abiword-2.3.4-pangographics.patch b/abiword-2.3.4-pangographics.patch new file mode 100644 index 0000000..48d32b7 --- /dev/null +++ b/abiword-2.3.4-pangographics.patch @@ -0,0 +1,11 @@ +diff --recursive -Nau abiword-2.3.4.org/abi/src/af/gr/unix/GNUmakefile.am abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am +--- abiword-2.3.4.org/abi/src/af/gr/unix/GNUmakefile.am 2005-03-20 18:41:14.000000000 +0100 ++++ abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am 2005-08-19 15:20:28.000000000 +0200 +@@ -24,6 +24,5 @@ + + libGr_unix_a_SOURCES=\ + gr_UnixGraphics.cpp \ +- gr_UnixImage.cpp \ +- gr_UnixPangoGraphics.cpp ++ gr_UnixImage.cpp + diff --git a/abiword.spec b/abiword.spec index a1f917f..76e8fae 100644 --- a/abiword.spec +++ b/abiword.spec @@ -3,7 +3,7 @@ Summary: The AbiWord word processor Name: abiword Version: 2.3.4 -Release: 1 +Release: 2 Epoch: 1 Group: Applications/Editors License: GPL @@ -41,6 +41,7 @@ URL: http://www.abisource.com/ Patch0: abiword-2.0.9-windowshelppaths.patch Patch1: abiword-2.2.6-desktop.patch +Patch2: abiword-2.3.4-pangographics.patch %description AbiWord is a cross-platform Open Source word processor. The goal is to make @@ -50,6 +51,7 @@ AbiWord full-featured, and remain lean. %setup -q %patch0 -p1 -b .windowshelppaths %patch1 -p1 -b .desktop +%patch2 -p1 -b .pangographics %build cd abi @@ -128,7 +130,10 @@ update-desktop-database %{_datadir}/applications %{_datadir}/icons/*png %changelog -* Thu Aug 17 2005 Marc Maurer - 1:2.3.4-1 +* Fri Aug 19 2005 Marc Maurer - 1:2.3.4-2 +- Disable the experimental pango renderer + +* Thu Aug 17 2005 Marc Maurer - 1:2.3.4-1 - Update to 2.3.4 - Add link-grammar dependency