[numpy] Update to 1.6.0 final

Orion Poplawski orion at fedoraproject.org
Mon May 16 20:10:02 UTC 2011


commit c5f8f0a44ef096205546637f4dcb11b358ac896c
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon May 16 14:09:51 2011 -0600

    Update to 1.6.0 final

 .gitignore |    1 +
 numpy.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14ae299..9c96e28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ numpy-1.4.1.tar.gz
 /numpy-1.5.1.tar.gz
 /numpy-1.6.0b1.tar.gz
 /numpy-1.6.0b2.tar.gz
+/numpy-1.6.0.tar.gz
diff --git a/numpy.spec b/numpy.spec
index 297d454..a0e925d 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 %{nil}
 
 Name:           numpy
 Version:        1.6.0
-Release:        0.2.%{relc}%{?dist}
+Release:        1%{?dist}
 Epoch:		1
 Summary:        A fast multidimensional array facility for Python
 
@@ -247,6 +247,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon May 16 2011 Orion Poplawski <orion at cora.nwra.com> - 1:1.6.0-1
+- Update to 1.6.0 final
+
 * Mon Apr 4 2011 Orion Poplawski <orion at cora.nwra.com> - 1:1.6.0-0.2.b2
 - Update to 1.6.0b2
 - Drop import patch fixed upstream
diff --git a/sources b/sources
index 6118bba..cc773bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52b627e008548bc5f2d62d461a654fd6  numpy-1.6.0b2.tar.gz
+e0993c74cb8e83292e560eac1a9be8e9  numpy-1.6.0.tar.gz


More information about the scm-commits mailing list