[python-numexpr] Update to 2.0.1

Thibault North tnorth at fedoraproject.org
Sun Jan 8 19:48:39 UTC 2012


commit 6125b5766814f0173a4184e606b14a551e5e7d48
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Sun Jan 8 14:48:26 2012 -0500

    Update to 2.0.1

 .gitignore          |    1 +
 python-numexpr.spec |    5 ++++-
 sources             |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fde31f9..e9819d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /numexpr-1.4.2.tar.gz
 /numexpr-2.0.tar.gz
+/numexpr-2.0.1.tar.gz
diff --git a/python-numexpr.spec b/python-numexpr.spec
index 1a94894..3a7d941 100644
--- a/python-numexpr.spec
+++ b/python-numexpr.spec
@@ -6,7 +6,7 @@
 
 Summary:	Fast numerical array expression evaluator for Python and NumPy
 Name:		python-%{module}
-Version:	2.0
+Version:	2.0.1
 Release:	1%{?dist}
 Source0:	http://numexpr.googlecode.com/files/%{module}-%{version}.tar.gz
 License:	MIT
@@ -53,6 +53,9 @@ chmod 0755 %{buildroot}%{python_sitearch}/%{module}/*.so
 %{python_sitearch}/numexpr-%{version}-py*.egg-info/
 
 %changelog
+* Sun Jan 8 2012  Thibault North <tnorth at fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1
+
 * Sun Nov 27 2011 Thibault North <tnorth at fedoraproject.org> - 2.0-1
 - Update to 2.0
 
diff --git a/sources b/sources
index 11b3efd..4139881 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b228fc1e5a2b6be69c1af636e6d8de7  numexpr-2.0.tar.gz
+5cdc05c2ef8761daeae8a3182e468ba4  numexpr-2.0.1.tar.gz


More information about the scm-commits mailing list