From 593c8bfd5072da89df3e58cb984db670ff7c5add Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Wed, 8 Oct 2008 13:50:24 +0000 Subject: [PATCH] - New upstream release, added python-nose BR. BZ 465999. - Using atlas blas, not blas-devel. BZ 461472. --- .cvsignore | 2 +- numpy.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3d3e7b3..14adeb8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-1.1.1.tar.gz +numpy-1.2.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 2c0bd10..aff5bf4 100644 --- a/numpy.spec +++ b/numpy.spec @@ -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 @@ Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz 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 @@ popd &> /dev/null %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 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 07 2008 Jon Ciesla 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 1.1.1-1 - New upstream release diff --git a/sources b/sources index eb4a5d0..b9c1b4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af066b59a50bf5dbe1a14d6be3df6937 numpy-1.1.1.tar.gz +1e760a8bca54f6116c42cd1b124673af numpy-1.2.0.tar.gz