This commit is contained in:
Jon Ciesla 2009-04-02 19:33:29 +00:00
parent 05fd7d44a1
commit 12bd49b0c3
3 changed files with 9 additions and 6 deletions

View File

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

View File

@ -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 <limb@jcomserv.net> 1.3.0-0.rc1
- Update to latest upstream.
* Thu Mar 05 2009 Jon Ciesla <limb@jcomserv.net> 1.2.1-3
- Require python-devel, BZ 488464.

View File

@ -1 +1 @@
1bc6dbddaf4b48ded8a619c6438fff37 numpy-1.2.1.tar.gz
20cdddd69594420b0f8556bbc4a27a5a numpy-1.3.0rc1.tar.gz