This commit is contained in:
Jon Ciesla 2015-10-13 07:40:39 -05:00
parent ec0d4ceff9
commit f8773bd5e2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ numpy-1.4.1.tar.gz
/numpy-1.9.2.tar.gz
/numpy-1.10.0b1.tar.gz
/numpy-1.10.0.tar.gz
/numpy-1.10.1.tar.gz

View File

@ -9,8 +9,8 @@
#%%global relc b1
Name: numpy
Version: 1.10.0
Release: 2%{?relc}%{?dist}
Version: 1.10.1
Release: 1%{?relc}%{?dist}
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -226,6 +226,9 @@ popd &> /dev/null
%changelog
* Tue Oct 13 2015 Jon Ciesla <limburgher@gmail.com> - 1:1.10.1-1
- Update to 1.10.1, BZ 1271022.
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1:1.10.0-2
- Rebuilt for Python3.5 rebuild

View File

@ -1 +1 @@
116c65ae392e9b50aad713f42158f32a numpy-1.10.0.tar.gz
3fed2b50906bc19018cec5fa26168aa5 numpy-1.10.1.tar.gz