diff --git a/.gitignore b/.gitignore index 699ff4d..96108c3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ numpy-1.4.1.tar.gz /numpy-cc2b04.tar.gz /numpy-1.11.0b2.tar.gz /numpy-1.11.0b3.tar.gz +/numpy-1.11.0rc2.tar.gz diff --git a/numpy.spec b/numpy.spec index ef63f2c..a3c1351 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,13 @@ %endif #uncomment next line for a release candidate or a beta -%global relc b3 +%global relc rc2 %global modname numpy Name: numpy Version: 1.11.0 -Release: 2.%{?relc}%{?dist} +Release: 3.%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -254,6 +254,9 @@ popd &> /dev/null %changelog +* Wed Mar 23 2016 Orion Poplawski - 1:1.11.0-3.rc2 +- Update to 1.11.0rc2 + * Sun Mar 6 2016 Peter Robinson 1:1.11.0-2.b3 - Bump Release. 1b2 is higher than 0b3 diff --git a/sources b/sources index e7e98b4..0392323 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c85878b20ddb8dd1f6e3aa0046719f7 numpy-1.11.0b3.tar.gz +5cacb742522b42ae695ec4e30c21bc12 numpy-1.11.0rc2.tar.gz