From 39f6d7038530ab613cd68e1eab072a13f3a189ad Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 30 Dec 2012 20:36:14 -0700 Subject: [PATCH] Update to 1.7.0rc1 --- .gitignore | 1 + numpy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acfcb23..e5d71ed 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ numpy-1.4.1.tar.gz /numpy-1.6.2.tar.gz /numpy-1.7.0b1.tar.gz /numpy-1.7.0b2.tar.gz +/numpy-1.7.0rc1.tar.gz diff --git a/numpy.spec b/numpy.spec index 0fd675d..24bbcd1 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc b2 +%global relc rc1 Name: numpy Version: 1.7.0 -Release: 0.4.%{relc}%{?dist} +Release: 0.5.%{relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -253,6 +253,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 30 2012 Orion Poplawski - 1:1.7.0-0.5.rc1 +- Update to 1.7.0rc1 + * Thu Sep 20 2012 Orion Poplawski - 1:1.7.0-0.4.b2 - Update to 1.7.0b2 - Drop patches applied upstream diff --git a/sources b/sources index e8c5d65..475f15a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b62cf0e34e2db58b0241b00d603df24 numpy-1.7.0b2.tar.gz +a4719f5a1853bc0f8892a5956d5c4229 numpy-1.7.0rc1.tar.gz