rpms/abiword/FC-3 abiword-2.0.12.libwpd.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 17 09:19:28 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/abiword/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv13987

Modified Files:
	abiword-2.0.12.libwpd.patch 
Log Message:
foo

abiword-2.0.12.libwpd.patch:
 abi/ac-helpers/abi-plugins.m4                   |    2 +-
 abi/configure                                   |   16 ++++++++--------
 abiword-plugins/acinclude.m4                    |    4 ++--
 abiword-plugins/aclocal.m4                      |    4 ++--
 abiword-plugins/configure                       |   16 ++++++++--------
 abiword-plugins/wp/impexp/wordperfect/plugin.m4 |    4 ++--
 6 files changed, 23 insertions(+), 23 deletions(-)

Index: abiword-2.0.12.libwpd.patch
===================================================================
RCS file: /cvs/dist/rpms/abiword/FC-3/abiword-2.0.12.libwpd.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abiword-2.0.12.libwpd.patch	17 Oct 2005 08:55:46 -0000	1.2
+++ abiword-2.0.12.libwpd.patch	17 Oct 2005 09:19:19 -0000	1.3
@@ -129,3 +129,31 @@
  	fi
  
  	abi_plugin_disable=yes
+--- abiword-2.0.12/abiword-plugins/aclocal.m4.orig	2005-10-17 05:15:00.000000000 -0400
++++ abiword-2.0.12/abiword-plugins/aclocal.m4	2005-10-17 05:17:15.000000000 -0400
+@@ -1102,9 +1102,9 @@
+ # Checks for libraries.
+ # Checks for header fils.
+ 
+-PKG_CHECK_MODULES(_abi_wordperfect,libwpd-1 >= 0.7.0,[
++PKG_CHECK_MODULES(_abi_wordperfect,libwpd >= 0.7.0,[
+ 	ABI_PLUGIN_REPORT([WordPerfect: okay])
+-],[	ABI_PLUGIN_REPORT([WordPerfect: error - libwpd-1 >= 0.7.0 required])
++],[	ABI_PLUGIN_REPORT([WordPerfect: error - libwpd >= 0.7.0 required])
+ 	abi_plugin_disable=yes
+ ])
+ if test $abi_plugin_disable = no; then
+--- abiword-2.0.12/abiword-plugins/wp/impexp/wordperfect/plugin.m4.orig	2005-10-17 05:14:59.000000000 -0400
++++ abiword-2.0.12/abiword-plugins/wp/impexp/wordperfect/plugin.m4	2005-10-17 05:17:07.000000000 -0400
+@@ -27,9 +27,9 @@
+ # Checks for libraries.
+ # Checks for header fils.
+ 
+-PKG_CHECK_MODULES(_abi_wordperfect,libwpd-1 >= 0.7.0,[
++PKG_CHECK_MODULES(_abi_wordperfect,libwpd >= 0.7.0,[
+ 	ABI_PLUGIN_REPORT([WordPerfect: okay])
+-],[	ABI_PLUGIN_REPORT([WordPerfect: error - libwpd-1 >= 0.7.0 required])
++],[	ABI_PLUGIN_REPORT([WordPerfect: error - libwpd >= 0.7.0 required])
+ 	abi_plugin_disable=yes
+ ])
+ if test $abi_plugin_disable = no; then




More information about the fedora-cvs-commits mailing list