[abiword] Fix typo in previous patch

Marc Maurer uwog at fedoraproject.org
Tue Aug 2 21:37:54 UTC 2011


commit c92d41dbc672b3f6d846fb4214e8136c3a7bd833
Author: J.M. Maurer <uwog at uwog.net>
Date:   Tue Aug 2 23:37:41 2011 +0200

    Fix typo in previous patch

 abiword-2.8.6-no-undefined.patch |   11 +----------
 abiword.spec                     |    5 ++++-
 2 files changed, 5 insertions(+), 11 deletions(-)
---
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 <uwog at abisource.com> - 1:2.8.6-12
+- Fix a typo in the previous patch
+
 * Tue Aug 02 2011 Marc Maurer <uwog at abisource.com> - 1:2.8.6-11
 - Fix BZ 716005: --no-undefined is a linker flag, not a g++ flag
 


More information about the scm-commits mailing list