[numpy] Update to 1.7.1

Orion Poplawski orion at fedoraproject.org
Wed Apr 10 16:16:11 UTC 2013


commit 9d47d583bb3d472f78e66120997a4b10cfca1d50
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Apr 10 10:16:09 2013 -0600

    Update to 1.7.1

 .gitignore |    1 +
 numpy.spec |    5 ++++-
 sources    |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78faf5b..0e6980e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ numpy-1.4.1.tar.gz
 /numpy-1.7.0b2.tar.gz
 /numpy-1.7.0rc1.tar.gz
 /numpy-1.7.0.tar.gz
+/numpy-1.7.1.tar.gz
diff --git a/numpy.spec b/numpy.spec
index bfe8163..8951ed5 100644
--- a/numpy.spec
+++ b/numpy.spec
@@ -8,7 +8,7 @@
 #global relc rc1
 
 Name:           numpy
-Version:        1.7.0
+Version:        1.7.1
 Release:        1%{?dist}
 Epoch:		1
 Summary:        A fast multidimensional array facility for Python
@@ -253,6 +253,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr 10 2013 Orion Poplawski <orion at nwra.com> - 1:1.7.1-1
+- Update to 1.7.1
+
 * Sat Feb 9 2013 Orion Poplawski <orion at nwra.com> - 1:1.7.0-1
 - Update to 1.7.0 final
 


More information about the scm-commits mailing list