diff --git a/.cvsignore b/.cvsignore index 1b8887f..c0570da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-0.9.5.tar.gz +numpy-0.9.6.tar.gz diff --git a/numpy.spec b/numpy.spec index 7dd7ad5..78d3c41 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: numpy -Version: 0.9.5 +Version: 0.9.6 Release: 1%{?dist} Summary: A fast multidimensional array facility for Python @@ -35,7 +35,7 @@ This package also contains a version of f2py that works properly with it. %patch1 -p1 -b .gfortran %build -BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name} %changelog +* Wed Apr 26 2006 Ignacio Vazquez-Abrams 0.9.6-1 +- Upstream update + * Thu Feb 16 2006 Ignacio Vazquez-Abrams 0.9.5-1 - Upstream update diff --git a/sources b/sources index 7401109..d395b91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47fe186078c5e1f68b37e0ffc4994178 numpy-0.9.5.tar.gz +eac9ae05bd7511cecf1ffd12da0e1993 numpy-0.9.6.tar.gz