diff --git a/.gitignore b/.gitignore index 5571750..9d4b94f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ numpy-1.4.1.tar.gz /numpy-1.6.0.tar.gz /numpy-1.6.1.tar.gz /numpy-1.6.2rc1.tar.gz +/numpy-1.6.2.tar.gz diff --git a/numpy.spec b/numpy.spec index 7c2c77a..8caad7d 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.6.2 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -247,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Sun May 20 2012 Orion Poplawski - 1:1.6.2-1 +- Update to 1.6.2 final + * Sat May 12 2012 Orion Poplawski - 1:1.6.2rc1-0.1 - Update to 1.6.2rc1 diff --git a/sources b/sources index aae3d66..559d8d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33bb5d31aa7d1d29bac666d14cef51b0 numpy-1.6.2rc1.tar.gz +95ed6c9dcc94af1fc1642ea2a33c1bba numpy-1.6.2.tar.gz