rpms/numpy/devel numpy.spec,1.42,1.43

Jon Ciesla limb at fedoraproject.org
Tue Feb 16 17:36:51 UTC 2010


Author: limb

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

Modified Files:
	numpy.spec 
Log Message:
Re-enabling atlas BR, dropping lapack Requires.



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- numpy.spec	10 Feb 2010 14:11:38 -0000	1.42
+++ numpy.spec	16 Feb 2010 17:36:48 -0000	1.43
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.4.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -15,8 +15,8 @@ Patch0:         numpy-1.0.1-f2py.patch
 #Patch1:         numpy-arm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran python-nose
-Requires:	python-nose lapack
+BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
+Requires:	python-nose
 
 %description
 NumPy is a general-purpose array-processing package designed to
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Jon Ciesla <limb at jcomserv.net> 1.4.0-4
+- Re-enabling atlas BR, dropping lapack Requires.
+
 * Wed Feb 10 2010 Jon Ciesla <limb at jcomserv.net> 1.4.0-3
 - Since the previous didn't work, Requiring lapack.
 



More information about the scm-commits mailing list