From 091f260f019e75e7da6952c669e5d5987aa881c5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 14 Nov 2011 11:22:35 -0700 Subject: [PATCH] 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 - 0.10.0-1 +- Update to 0.10.0 + * Sat Sep 3 2011 Thomas Spura - 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