[scipy] Update to 0.11.0 final

Orion Poplawski orion at fedoraproject.org
Mon Oct 1 01:47:32 UTC 2012


commit e1be8b80d573a3ecda01b49394e05683b6c11f5c
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Sep 30 19:47:25 2012 -0600

    Update to 0.11.0 final

 .gitignore |    1 +
 scipy.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3c4603..55654d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ scipy-0.7.2.tar.gz
 /scipy-0.10.0.tar.gz
 /scipy-0.10.1.tar.gz
 /scipy-0.11.0rc2.tar.gz
+/scipy-0.11.0.tar.gz
diff --git a/scipy.spec b/scipy.spec
index b89bc15..f53920a 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -16,12 +16,12 @@
 Summary: Scipy: Scientific Tools for Python
 Name: scipy
 Version: 0.11.0
-Release: 0.1.rc2%{?dist}
+Release: 1%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
 Url: http://www.scipy.org
-Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}rc2.tar.gz
+Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: numpy, python-devel,f2py
@@ -67,7 +67,7 @@ leading scientists and engineers.
 %endif # with _python3
 
 %prep
-%setup -q -n %{name}-%{version}rc2
+%setup -q -n %{name}-%{version}
 cat > site.cfg << EOF
 
 [amd]
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Sun Sep 30 2012 Orion Poplawski <orion at cora.nwra.com> - 0.11.0-1
+- Update to 0.11.0 final
+
 * Thu Aug 23 2012 Orion Poplawski <orion at cora.nwra.com> - 0.11.0-0.1.rc2
 - Update to 0.11.0rc2
 
diff --git a/sources b/sources
index 2aa0b36..6b94c1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-973354a86a09b700dbc6d993beeb146b  scipy-0.11.0rc2.tar.gz
+842c81d35fd63579c41a8ca21a2419b9  scipy-0.11.0.tar.gz


More information about the scm-commits mailing list