rpms/numpy/devel .cvsignore, 1.13, 1.14 numpy.spec, 1.25, 1.26 sources, 1.13, 1.14

Jon Ciesla limb at fedoraproject.org
Wed Oct 8 13:50:55 UTC 2008


Author: limb

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

Modified Files:
	.cvsignore numpy.spec sources 
Log Message:
 - New upstream release, added python-nose BR. BZ 465999.
 - Using atlas blas, not blas-devel. BZ 461472.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	6 Aug 2008 16:43:27 -0000	1.13
+++ .cvsignore	8 Oct 2008 13:50:24 -0000	1.14
@@ -1 +1 @@
-numpy-1.1.1.tar.gz
+numpy-1.2.0.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- numpy.spec	6 Aug 2008 16:43:27 -0000	1.25
+++ numpy.spec	8 Oct 2008 13:50:24 -0000	1.26
@@ -3,7 +3,7 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.1.1
+Version:        1.2.0
 Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
@@ -14,7 +14,8 @@
 Patch0:         numpy-1.0.1-f2py.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel blas-devel lapack-devel python-setuptools gcc-gfortran
+BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas python-nose
+Requires:	python-nose
 
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -58,7 +59,7 @@
 
 %check
 pushd doc &> /dev/null
-PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test(1, 1)"
+PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()"
 popd &> /dev/null
 
 %clean
@@ -75,6 +76,10 @@
 %endif
 
 %changelog
+* Tue Oct 07 2008 Jon Ciesla <limb at jcomserv.net> 1.2.0-1
+- New upstream release, added python-nose BR. BZ 465999.
+- Using atlas blas, not blas-devel. BZ 461472.
+
 * Wed Aug 06 2008 Jon Ciesla <limb at jcomserv.net> 1.1.1-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	6 Aug 2008 16:43:27 -0000	1.13
+++ sources	8 Oct 2008 13:50:24 -0000	1.14
@@ -1 +1 @@
-af066b59a50bf5dbe1a14d6be3df6937  numpy-1.1.1.tar.gz
+1e760a8bca54f6116c42cd1b124673af  numpy-1.2.0.tar.gz




More information about the scm-commits mailing list