rpms/numpy/devel numpy.spec,1.48,1.49

Dan Horák sharkcz at fedoraproject.org
Sun Jul 18 07:09:45 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/numpy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19176

Modified Files:
	numpy.spec 
Log Message:
* Sun Jul 18 2010 Dan Horák <dan[at]danny.cz> 1.4.1-3
- ignore the "Ticket #1299 second test" failure on s390(x)



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- numpy.spec	25 Jun 2010 08:37:39 -0000	1.48
+++ numpy.spec	18 Jul 2010 07:09:44 -0000	1.49
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:		1
 Summary:        A fast multidimensional array facility for Python
 
@@ -83,7 +83,11 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/
 
 %check
 pushd doc &> /dev/null
-PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()"
+PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()" \
+%ifarch s390 s390x
+|| :
+%endif
+# don't remove this comment
 popd &> /dev/null
 
 %clean
@@ -122,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 18 2010 Dan Horák <dan[at]danny.cz> 1.4.1-3
+- ignore the "Ticket #1299 second test" failure on s390(x)
+
 * Thu Jun 24 2010 Jef Spaleta <jspaleta at fedoraprject.org> 1.4.1-2
 - source commit fix 
 



More information about the scm-commits mailing list