From 14896d747a02f1aafa0106720a9142c9a881715e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Feb 10 2013 04:18:50 +0000 Subject: Update to 1.7.0 final --- diff --git a/.gitignore b/.gitignore index e5d71ed..78faf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ numpy-1.4.1.tar.gz /numpy-1.7.0b1.tar.gz /numpy-1.7.0b2.tar.gz /numpy-1.7.0rc1.tar.gz +/numpy-1.7.0.tar.gz diff --git a/numpy.spec b/numpy.spec index 24bbcd1..bfe8163 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 rc1 Name: numpy Version: 1.7.0 -Release: 0.5.%{relc}%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -253,6 +253,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 9 2013 Orion Poplawski - 1:1.7.0-1 +- Update to 1.7.0 final + * Sun Dec 30 2012 Orion Poplawski - 1:1.7.0-0.5.rc1 - Update to 1.7.0rc1 diff --git a/sources b/sources index 475f15a..ad0df24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4719f5a1853bc0f8892a5956d5c4229 numpy-1.7.0rc1.tar.gz +4fa54e40b6a243416f0248123b6ec332 numpy-1.7.0.tar.gz