diff --git a/.cvsignore b/.cvsignore index 10b0ef1..4a34c29 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -numpy-1.2.1.tar.gz +numpy-1.3.0rc1.tar.gz diff --git a/numpy.spec b/numpy.spec index b1547c5..9c9c445 100644 --- a/numpy.spec +++ b/numpy.spec @@ -3,14 +3,14 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.3.0 +Release: 0.rc1%{?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 +Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}rc1.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} +%setup -q -n %{name}-%{version}rc1 %patch0 -p1 -b .f2py %build @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Apr 02 2009 Jon Ciesla 1.3.0-0.rc1 +- Update to latest upstream. + * Thu Mar 05 2009 Jon Ciesla 1.2.1-3 - Require python-devel, BZ 488464. diff --git a/sources b/sources index 4c3f52a..65d5706 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bc6dbddaf4b48ded8a619c6438fff37 numpy-1.2.1.tar.gz +20cdddd69594420b0f8556bbc4a27a5a numpy-1.3.0rc1.tar.gz