diff --git a/.cvsignore b/.cvsignore index 16716d5..f584dcf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-1.3.0.tar.gz +numpy-1.4.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 2e5beab..a9d8e96 100644 --- a/numpy.spec +++ b/numpy.spec @@ -3,8 +3,8 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.3.0 -Release: 6%{?dist}.fa1 +Version: 1.4.0 +Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -12,7 +12,7 @@ License: BSD URL: http://numeric.scipy.org/ Source0: http://downloads.sourceforge.net/numpy/%{name}-%{version}.tar.gz Patch0: numpy-1.0.1-f2py.patch -Patch1: numpy-arm.patch +#Patch1: numpy-arm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose @@ -44,7 +44,7 @@ This package includes a version of f2py that works properly with NumPy. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .f2py -%patch1 -p1 -b .arm +#%patch1 -p1 -b .arm %build env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name}/random %{python_sitearch}/%{name}/testing %{python_sitearch}/%{name}/tests +%{python_sitearch}/%{name}/compat +%{python_sitearch}/%{name}/matrixlib +%{python_sitearch}/%{name}/polynomial %if 0%{?fedora} >= 9 %{python_sitearch}/%{name}-*.egg-info %endif @@ -113,10 +116,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 22 2010 Jon Ciesla 1.4.0-1 +- 1.4.0. +- Dropped ARM patch, ARM support added upstream. + * Tue Nov 17 2009 Jitesh Shah - 1.3.0-6.fa1 - Add ARM support - * Sat Jul 25 2009 Fedora Release Engineering - 1.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 9e496b8..8569a57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f7773ff0971a5ebb8591536d8ec7bd6 numpy-1.3.0.tar.gz +6d0ea698beda38109796240d08ecb296 numpy-1.4.0.tar.gz