Update to 1.6.0 final

This commit is contained in:
Orion Poplawski 2011-05-16 14:09:51 -06:00
parent 5c2daceb50
commit c5f8f0a44e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ numpy-1.4.1.tar.gz
/numpy-1.5.1.tar.gz
/numpy-1.6.0b1.tar.gz
/numpy-1.6.0b2.tar.gz
/numpy-1.6.0.tar.gz

View File

@ -5,11 +5,11 @@
%endif
#uncomment next line for a release candidate or a beta
%global relc b2
%global relc %{nil}
Name: numpy
Version: 1.6.0
Release: 0.2.%{relc}%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -247,6 +247,9 @@ rm -rf %{buildroot}
%changelog
* Mon May 16 2011 Orion Poplawski <orion@cora.nwra.com> - 1:1.6.0-1
- Update to 1.6.0 final
* Mon Apr 4 2011 Orion Poplawski <orion@cora.nwra.com> - 1:1.6.0-0.2.b2
- Update to 1.6.0b2
- Drop import patch fixed upstream

View File

@ -1 +1 @@
52b627e008548bc5f2d62d461a654fd6 numpy-1.6.0b2.tar.gz
e0993c74cb8e83292e560eac1a9be8e9 numpy-1.6.0.tar.gz