diff --git a/.gitignore b/.gitignore index 17f9d6c..eb89b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/numpy.spec b/numpy.spec index e8ab031..895341b 100644 --- a/numpy.spec +++ b/numpy.spec @@ -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 - 1:1.11.2-0.rc1 +- Update to 1.11.2rc1, BZ 1340440. + * Tue Jul 19 2016 Fedora Release Engineering - 1:1.11.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 0f6f8d3..20b25dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f44a895a8104ffac140c3a70edbd450 numpy-1.11.1.tar.gz +2a70717c1d42e973e751ce85c20e4dad numpy-1.11.2rc1.tar.gz