diff --git a/.cvsignore b/.cvsignore index 4a34c29..16716d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-1.3.0rc1.tar.gz +numpy-1.3.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 9c9c445..591bebe 100644 --- a/numpy.spec +++ b/numpy.spec @@ -4,13 +4,13 @@ Name: numpy Version: 1.3.0 -Release: 0.rc1%{?dist} +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}rc1.tar.gz +Source0: http://downloads.sourceforge.net/numpy/%{name}-%{version}.tar.gz Patch0: numpy-1.0.1-f2py.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,7 +33,7 @@ basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy. %prep -%setup -q -n %{name}-%{version}rc1 +%setup -q -n %{name}-%{version} %patch0 -p1 -b .f2py %build @@ -76,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Apr 07 2009 Jon Ciesla 1.3.0-1 +- Update to latest upstream. +- Fixed Source0 URL. + * Thu Apr 02 2009 Jon Ciesla 1.3.0-0.rc1 - Update to latest upstream. diff --git a/sources b/sources index 65d5706..9e496b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20cdddd69594420b0f8556bbc4a27a5a numpy-1.3.0rc1.tar.gz +3f7773ff0971a5ebb8591536d8ec7bd6 numpy-1.3.0.tar.gz