diff --git a/.cvsignore b/.cvsignore index 8fa9f60..1b8887f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-0.9.4.tar.gz +numpy-0.9.5.tar.gz diff --git a/numpy.spec b/numpy.spec index cad852a..7dd7ad5 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: numpy -Version: 0.9.4 -Release: 2%{?dist} +Version: 0.9.5 +Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name} %changelog +* Thu Feb 16 2006 Ignacio Vazquez-Abrams 0.9.5-1 +- Upstream update + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.9.4-2 - Rebuild for Fedora Extras 5 diff --git a/sources b/sources index 8661184..7401109 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -104ef1beb4b0182be52e2c0849305427 numpy-0.9.4.tar.gz +47fe186078c5e1f68b37e0ffc4994178 numpy-0.9.5.tar.gz