1.3.0rc1
This commit is contained in:
parent
05fd7d44a1
commit
12bd49b0c3
@ -1 +1 @@
|
|||||||
numpy-1.2.1.tar.gz
|
numpy-1.3.0rc1.tar.gz
|
||||||
|
|||||||
11
numpy.spec
11
numpy.spec
@ -3,14 +3,14 @@
|
|||||||
%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
|
%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
|
||||||
|
|
||||||
Name: numpy
|
Name: numpy
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 3%{?dist}
|
Release: 0.rc1%{?dist}
|
||||||
Summary: A fast multidimensional array facility for Python
|
Summary: A fast multidimensional array facility for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://numeric.scipy.org/
|
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
|
Patch0: numpy-1.0.1-f2py.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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.
|
this package is a version of f2py that works properly with NumPy.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}rc1
|
||||||
%patch0 -p1 -b .f2py
|
%patch0 -p1 -b .f2py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 05 2009 Jon Ciesla <limb@jcomserv.net> 1.2.1-3
|
||||||
- Require python-devel, BZ 488464.
|
- Require python-devel, BZ 488464.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user