From cb9b87bf69dba08409a8645a1a8cd9e2059d4518 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 30 Oct 2013 16:55:35 -0600 Subject: [PATCH] Update to 1.8.0 final --- .gitignore | 1 + numpy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93fdb5d..85cc961 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ numpy-1.4.1.tar.gz /numpy-1.8.0b1.tar.gz /numpy-1.8.0b2.tar.gz /numpy-1.8.0rc2.tar.gz +/numpy-1.8.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 098dbb2..62668c8 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc2 +%global relc %{nil} Name: numpy Version: 1.8.0 -Release: 0.7.rc2%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -251,6 +251,9 @@ popd &> /dev/null %changelog +* Wed Oct 30 2013 Orion Poplawski - 1:1.8.0-1 +- Update to 1.8.0 final + * Mon Oct 14 2013 Orion Poplawski - 1:1.8.0-0.7.rc2 - Update to 1.8.0rc2 - Create clean site.cfg diff --git a/sources b/sources index 37aecb5..0693894 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe732ea9f82da2bdf173e4b3832983f3 numpy-1.8.0rc2.tar.gz +2a4b0423a758706d592abb6721ec8dcd numpy-1.8.0.tar.gz