[scipy] Update to 0.10.0

Orion Poplawski orion at fedoraproject.org
Mon Nov 14 18:22:37 UTC 2011


commit 091f260f019e75e7da6952c669e5d5987aa881c5
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Nov 14 11:22:35 2011 -0700

    Update to 0.10.0

 .gitignore |    1 +
 scipy.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f6a76d..7952c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 scipy-0.7.2.tar.gz
 /scipy-0.9.0.tar.gz
+/scipy-0.10.0.tar.gz
diff --git a/scipy.spec b/scipy.spec
index 1fe8dbe..639a65b 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -15,8 +15,8 @@
 
 Summary: Scipy: Scientific Tools for Python
 Name: scipy
-Version: 0.9.0
-Release: 2%{?dist}
+Version: 0.10.0
+Release: 1%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
@@ -67,7 +67,7 @@ leading scientists and engineers.
 %endif # with _python3
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 cat > site.cfg << EOF
 
 [amd]
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Mon Nov 14 2011 Orion Poplawski <orion at cora.nwra.com> - 0.10.0-1
+- Update to 0.10.0
+
 * Sat Sep  3 2011 Thomas Spura <tomspur at fedoraproject.org> - 0.9.0-2
 - little cosmetic changes
 - filter provides in python_sitearch
diff --git a/sources b/sources
index 4a4ed9d..77f9184 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebfef6e8e82d15c875a4ee6a46d4e1cd  scipy-0.9.0.tar.gz
+e357c08425fd031dce63bc4905789088  scipy-0.10.0.tar.gz


More information about the scm-commits mailing list