rpms/automake/F-11 automake-check10-fix.patch, NONE, 1.1 automake.spec, 1.40, 1.41

Štěpán Kasal kasal at fedoraproject.org
Tue May 26 10:33:37 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/automake/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25989

Modified Files:
	automake.spec 
Added Files:
	automake-check10-fix.patch 
Log Message:
- fix the failing test, re-enable check

automake-check10-fix.patch:

--- NEW FILE automake-check10-fix.patch ---
2009-05-25  Stepan Kasal  <skasal at redhat.com>

	* tests/check10.test: Fix the exit code of the subshell; the
	same as commit f51165dd1a6ca52d64ba73697e9ba4a24715b0ec

--- automake-1.10.2/tests/check10.test.orig	2008-11-23 09:29:00.000000000 +0100
+++ automake-1.10.2/tests/check10.test	2009-05-25 12:57:21.000000000 +0200
@@ -72,6 +72,7 @@
   env TESTS="xpass xpass2" $MAKE -e check
   env TESTS='pass skip xfail' $MAKE -e check
   $MAKE check
+  :
 ) >stdout
 cat stdout
 


Index: automake.spec
===================================================================
RCS file: /cvs/extras/rpms/automake/F-11/automake.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- automake.spec	24 Feb 2009 03:26:13 -0000	1.40
+++ automake.spec	26 May 2009 10:33:07 -0000	1.41
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
 Version:    %{api_version}.2
-Release:    3
+Release:    4
 License:    GPLv2+ and GFDL and MIT 
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -11,6 +11,7 @@ Source1:    filter-provides-automake.sh
 Source2:    filter-requires-automake.sh
 Source3:    automake.man
 Source4:    aclocal.man
+Patch0:     automake-check10-fix.patch
 URL:        http://sources.redhat.com/automake
 Requires:   autoconf >= 2.60
 Buildrequires:  autoconf >= 2.60
@@ -34,6 +35,7 @@ GNU's Autoconf package.
 
 %prep
 %setup -q -n automake-%{version}
+%patch0 -p1
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -56,7 +58,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/ac
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %check
-#make check || make check VERBOSE=yes
+make check
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -80,6 +82,9 @@ fi
 %dir %{_datadir}/aclocal
 
 %changelog
+* Mon May 25 2009 Stepan Kasal <skasal at redhat.com> - 1.10.2-4
+- fix the failing test, re-enable check
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list