diff --git a/.gitignore b/.gitignore index 4a1a5a3..2a4efd3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ numpy-1.4.1.tar.gz /numpy-1.8.1.tar.gz /numpy-1.8.2.tar.gz /numpy-1.9.0rc1.tar.gz +/numpy-1.9.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 8d29006..fc0474b 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc1 +%global relc %{nil} Name: numpy Version: 1.9.0 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -223,6 +223,9 @@ popd &> /dev/null %changelog +* Sun Sep 7 2014 Orion Poplawski - 1:1.9.1-1 +- Update to 1.9.1 + * Wed Aug 27 2014 Orion Poplawski - 1:1.9.0-0.1.rc1 - Update to 1.9.0rc1 diff --git a/sources b/sources index ae1829a..e710e5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe4a2b5415c3826d7fd8f849c6f67929 numpy-1.9.0rc1.tar.gz +a93dfc447f3ef749b31447084839930b numpy-1.9.0.tar.gz