diff --git a/abiword-2.8.6-no-undefined.patch b/abiword-2.8.6-no-undefined.patch index fe858aa..c07000e 100644 --- a/abiword-2.8.6-no-undefined.patch +++ b/abiword-2.8.6-no-undefined.patch @@ -1,15 +1,6 @@ diff -u -r abiword-2.8.6.orig/src/Makefile.am abiword-2.8.6/src/Makefile.am --- abiword-2.8.6.orig/src/Makefile.am 2009-09-09 15:11:01.000000000 +0200 -+++ abiword-2.8.6/src/Makefile.am 2011-08-02 23:13:52.690011591 +0200 -@@ -44,7 +44,7 @@ - - libabiword_2_8_la_LDFLAGS = \ - $(DEPS_LIBS) \ -- --no-undefined \ -+ -Wl,--no-undefined \ - -avoid-version \ - -export-dynamic - ++++ abiword-2.8.6/src/Makefile.am 2011-08-02 23:35:51.904761961 +0200 @@ -107,7 +107,7 @@ AbiWord_LDFLAGS = \ diff --git a/abiword.spec b/abiword.spec index e16ecb8..e983cb9 100644 --- a/abiword.spec +++ b/abiword.spec @@ -7,7 +7,7 @@ Summary: The AbiWord word processor Name: abiword Version: %{majorversion}.%{minorversion}.%{microversion} -Release: 10%{?dist} +Release: 12%{?dist} Epoch: 1 Group: Applications/Editors License: GPLv2+ @@ -190,6 +190,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc %changelog +* Tue Aug 02 2011 Marc Maurer - 1:2.8.6-12 +- Fix a typo in the previous patch + * Tue Aug 02 2011 Marc Maurer - 1:2.8.6-11 - Fix BZ 716005: --no-undefined is a linker flag, not a g++ flag