1.11.2 rc1

This commit is contained in:
Jon Ciesla 2016-09-15 09:28:46 -05:00
parent da66db9c76
commit 3918bd9c45
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ numpy-1.4.1.tar.gz
/numpy-1.11.0.tar.gz
/numpy-1.11.1rc1.tar.gz
/numpy-1.11.1.tar.gz
/numpy-1.11.2rc1.tar.gz

View File

@ -5,13 +5,13 @@
%endif
#uncomment next line for a release candidate or a beta
#%%global relc %%{nil}
%global relc rc1
%global modname numpy
Name: numpy
Version: 1.11.1
Release: 2%{?relc:.%relc}%{?dist}
Version: 1.11.2
Release: 0%{?relc:.%relc}%{?dist}
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -254,6 +254,9 @@ popd &> /dev/null
%changelog
* Thu Sep 15 2016 Jon Ciesla <limburgher@gmail.com> - 1:1.11.2-0.rc1
- Update to 1.11.2rc1, BZ 1340440.
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.11.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
2f44a895a8104ffac140c3a70edbd450 numpy-1.11.1.tar.gz
2a70717c1d42e973e751ce85c20e4dad numpy-1.11.2rc1.tar.gz