From 873f0a8b31a16a7e3b672b2b72eff1d0f7b24361 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Thu, 26 Feb 2009 23:56:30 +0000 Subject: [PATCH] - Update to final 0.7 release --- .cvsignore | 2 +- scipy.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4aabbeb..3f4907a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -scipy-0.7.0b1.tar.gz +scipy-0.7.0.tar.gz diff --git a/scipy.spec b/scipy.spec index d6e37ab..1a91a4d 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,14 +1,13 @@ %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') -%define betaversion 0.7.0b1 Summary: Scipy: Scientific Tools for Python Name: scipy Version: 0.7.0 -Release: 0.3.b1%{?dist} +Release: 1%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ Url: http://www.scipy.org -Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{betaversion}.tar.gz +Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz # Missing setup.py files which control the build of this module # These should be removed as soon as upstream pushes a release with this fixed Source1: stsci_image_setup.py @@ -36,7 +35,7 @@ leading scientists and engineers. %prep -%setup -q -n %{name}-%{betaversion} +%setup -q -n %{name}-%{version} cat > site.cfg << EOF [amd] library_dirs = %{_libdir} @@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 26 2009 Jef Spaleta - 0.7.0-1 +- Update to final 0.7 release + * Wed Feb 25 2009 Fedora Release Engineering - 0.7.0-0.3.b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 0cf64a0..a9df832 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3a671f9beb5e7ea38b799e7b56fb1cc scipy-0.7.0b1.tar.gz +80078ed5f47a48aec2cde3769ba39972 scipy-0.7.0.tar.gz