1.3.0 final.

This commit is contained in:
Jon Ciesla 2009-04-07 16:19:56 +00:00
parent 12bd49b0c3
commit 4655ff2131
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
numpy-1.3.0rc1.tar.gz
numpy-1.3.0.tar.gz

View File

@ -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 <limb@jcomserv.net> 1.3.0-1
- Update to latest upstream.
- Fixed Source0 URL.
* Thu Apr 02 2009 Jon Ciesla <limb@jcomserv.net> 1.3.0-0.rc1
- Update to latest upstream.

View File

@ -1 +1 @@
20cdddd69594420b0f8556bbc4a27a5a numpy-1.3.0rc1.tar.gz
3f7773ff0971a5ebb8591536d8ec7bd6 numpy-1.3.0.tar.gz