diff --git a/.gitignore b/.gitignore index 96108c3..4aa0828 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ numpy-1.4.1.tar.gz /numpy-1.11.0b2.tar.gz /numpy-1.11.0b3.tar.gz /numpy-1.11.0rc2.tar.gz +/numpy-1.11.0.tar.gz diff --git a/numpy.spec b/numpy.spec index a3c1351..38cd183 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,13 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc2 +%global relc %{nil} %global modname numpy Name: numpy Version: 1.11.0 -Release: 3.%{?relc}%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -254,6 +254,9 @@ popd &> /dev/null %changelog +* Mon Mar 28 2016 Orion Poplawski - 1:1.11.0-4 +- Update to 1.11.0 final + * Wed Mar 23 2016 Orion Poplawski - 1:1.11.0-3.rc2 - Update to 1.11.0rc2 diff --git a/sources b/sources index 0392323..bf4679d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cacb742522b42ae695ec4e30c21bc12 numpy-1.11.0rc2.tar.gz +bc56fb9fc2895aa4961802ffbdb31d0b numpy-1.11.0.tar.gz