rpms/hunspell/devel hunspell-1.2.8-2826164.fixtests.patch, NONE, 1.1 hunspell.spec, 1.70, 1.71

Caolan McNamara caolanm at fedoraproject.org
Thu Jul 23 19:34:18 UTC 2009


Author: caolanm

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

Modified Files:
	hunspell.spec 
Added Files:
	hunspell-1.2.8-2826164.fixtests.patch 
Log Message:
fix tests

hunspell-1.2.8-2826164.fixtests.patch:
 test.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE hunspell-1.2.8-2826164.fixtests.patch ---
--- hunspell-1.2.8.orig/tests/test.sh	2009-07-23 19:19:57.000000000 +0100
+++ hunspell-1.2.8/tests/test.sh	2009-07-23 19:20:45.000000000 +0100
@@ -33,8 +33,8 @@
 
 shopt -s expand_aliases
 
-alias hunspell='../src/tools/hunspell'
-alias analyze='../src/tools/analyze'
+alias hunspell='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools/hunspell'
+alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools/analyze'
 
 if [ "$VALGRIND" != "" ]; then
   rm -f $TEMPDIR/test.pid*


Index: hunspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/hunspell.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- hunspell.spec	22 Jul 2009 14:24:26 -0000	1.70
+++ hunspell.spec	23 Jul 2009 19:33:47 -0000	1.71
@@ -13,6 +13,7 @@ BuildRequires: libtool, ncurses-devel
 Patch1:    hunspell-1.2.7-2314461.ispell-alike.patch
 Patch2:    hunspell-1.2.8-2784983.defaultlanguage.patch
 Patch3:    hunspell-1.2.8-2812045.warnings.fortify.patch
+Patch4:    hunspell-1.2.8-2826164.fixtests.patch
 
 %description
 Hunspell is a spell checker and morphological analyzer library and program 
@@ -33,6 +34,7 @@ Includes and definitions for developing 
 %patch1 -p1 -b .ispell-alike.patch
 %patch2 -p1 -b .defaultlanguage.patch
 %patch3 -p1 -b .warnings.fortify.patch
+%patch4 -p1 -b .fixtests.patch
 # Filter unwanted Requires for the "use explicitely" string in ispellaff2myspell
 cat << \EOF > %{name}-req
 #!/bin/sh
@@ -123,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
-* Wed Jul 22 2009 Caolan McNamara <caolanm at redhat.com> - 1.2.8-10
+* Thu Jul 23 2009 Caolan McNamara <caolanm at redhat.com> - 1.2.8-10
 - run tests in check
 
 * Thu Jul 09 2009 Caolan McNamara <caolanm at redhat.com> - 1.2.8-9




More information about the fedora-extras-commits mailing list