rpms/R-bigmemory/devel R-bigmemory.spec,1.3,1.4

Karsten Hopp karsten at fedoraproject.org
Sat May 16 19:32:15 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/R-bigmemory/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14452

Modified Files:
	R-bigmemory.spec 
Log Message:
- excludearch s390*, hangs similar to ppc


Index: R-bigmemory.spec
===================================================================
RCS file: /cvs/extras/rpms/R-bigmemory/devel/R-bigmemory.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- R-bigmemory.spec	23 Feb 2009 22:58:14 -0000	1.3
+++ R-bigmemory.spec	16 May 2009 19:31:44 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:             R-%{packname}
 Version:          2.3
-Release:          4%{?dist}
+Release:          4%{?dist}.1
 Summary:          Manage massive matrices in R using C++, with support for shared memory
 
 Group:            Applications/Productivity
@@ -17,7 +17,7 @@ Requires(postun): R
 BuildRequires:    R-devel >= 2.5.0, R-biglm, R-nws
 # Hangs trying to check the examples in the test suite, not endian clean?
 # https://bugzilla.redhat.com/show_bug.cgi?id=471422
-ExcludeArch:      ppc ppc64
+ExcludeArch:      ppc ppc64 s390 s390x
 
 %description
 Use C++ to create, store, access, and manipulate massive matrices. Under 
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %{_libdir}/R/library/%{packname}/libs/
 
 %changelog
+* Sat May 16 2009 Karsten Hopp <karsten at redhat.com> 2.3-4.1
+- excludearch s390*, hangs similar to ppc
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list