diff --git a/.cvsignore b/.cvsignore index d48ded1..e27acc6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ numpy-1.0.tar.gz numpy-1.0.1.tar.gz numpy-1.0.2.tar.gz numpy-1.0.3-2.tar.gz +numpy-1.0.3.1.tar.gz diff --git a/numpy-1.0.3-setup.patch b/numpy-1.0.3-setup.patch deleted file mode 100644 index f33999e..0000000 --- a/numpy-1.0.3-setup.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- numpy-1.0.3/setup.py.orig 2007-06-06 10:06:58.000000000 -0400 -+++ numpy-1.0.3/setup.py 2007-06-06 10:07:32.000000000 -0400 -@@ -49,8 +49,8 @@ def configuration(parent_package='',top_ - config.add_subpackage('numpy') - - config.add_data_files(('numpy','*.txt')) -- config.add_data_files(('.','COMPATIBILITY'),('.','scipy_compatibility'), -- ('.','site.cfg.example')) -+ config.add_data_files(('numpy','COMPATIBILITY'),('numpy','scipy_compatibility'), -+ ('numpy','site.cfg.example')) - - config.get_version('numpy/version.py') # sets config.version - diff --git a/numpy.spec b/numpy.spec index 8f99e13..76abc19 100644 --- a/numpy.spec +++ b/numpy.spec @@ -3,18 +3,15 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.0.3 +Version: 1.0.3.1 Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages License: BSD URL: http://numeric.scipy.org/ -#Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz -# Upstream apparently had a problem with their first 1.0.3 tarball... -Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}-2.tar.gz +Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz Patch0: numpy-1.0.1-f2py.patch -Patch1: numpy-1.0.3-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel blas-devel lapack-devel python-setuptools gcc-gfortran @@ -37,7 +34,6 @@ this package is a version of f2py that works properly with NumPy. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .f2py -%patch1 -p1 -b .setup %build env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ @@ -76,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name} %changelog +* Wed Aug 22 2007 Jarod Wilson 1.0.3.1-1 +- New upstream release + * Wed Jun 06 2007 Jarod Wilson 1.0.3-1 - New upstream release diff --git a/sources b/sources index 40074a7..05134ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff0ec1a633e426c8230b6c9d333cc1e6 numpy-1.0.3-2.tar.gz +3358c772f0d51dcfd78c5ee23126aff9 numpy-1.0.3.1.tar.gz