From e451a6b988846f24b6348736d75825c5044e8bb0 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 16 Feb 2013 21:02:32 -0700 Subject: [PATCH] Update to 0.12.0b1 Drop upstreamed linalg patch --- .gitignore | 1 + scipy.spec | 16 ++++++++-------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 55654d7..d94a57a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ scipy-0.7.2.tar.gz /scipy-0.10.1.tar.gz /scipy-0.11.0rc2.tar.gz /scipy-0.11.0.tar.gz +/scipy-0.12.0b1.tar.gz diff --git a/scipy.spec b/scipy.spec index 69e1a07..d104bdd 100644 --- a/scipy.spec +++ b/scipy.spec @@ -15,16 +15,13 @@ Summary: Scipy: Scientific Tools for Python Name: scipy -Version: 0.11.0 -Release: 4%{?dist} +Version: 0.12.0 +Release: 0.1.b1%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ Url: http://www.scipy.org -Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz -# Upstream patch from https://github.com/scipy/scipy/pull/404/commits to fix -# python3.3 issues -Patch0: scipy-linalg.patch +Source0: http://downloads.sourceforge.net/scipy/%{name}-%{version}b1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: numpy, python-devel,f2py @@ -71,8 +68,7 @@ leading scientists and engineers. %endif # with _python3 %prep -%setup -q -n %{name}-%{version} -%patch0 -p1 -b .linalg +%setup -q -n %{name}-%{version}b1 cat > site.cfg << EOF [amd] @@ -149,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Sat Feb 16 2013 Orion Poplawski - 0.12.0-0.1.b1 +- Update to 0.12.0b1 +- Drop upstreamed linalg patch + * Wed Feb 13 2013 Orion Poplawski - 0.11.0-4 - Add patch from upstream to fix python3.3 issues in linalg routines diff --git a/sources b/sources index 6b94c1b..b1e927d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -842c81d35fd63579c41a8ca21a2419b9 scipy-0.11.0.tar.gz +e25e361d98b52b75605a6a3fb8152331 scipy-0.12.0b1.tar.gz