Update to 0.13.0rc1

This commit is contained in:
Orion Poplawski 2013-10-15 16:43:42 -06:00
parent bc63288290
commit 24b28cfd3a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ scipy-0.7.2.tar.gz
/scipy-0.12.0b1.tar.gz
/scipy-0.12.0.tar.gz
/scipy-0.13.0b1.tar.gz
/scipy-0.13.0rc1.tar.gz

View File

@ -6,12 +6,12 @@
}
# Set to pre-release version suffix if building pre-release, else %{nil}
%define rcver b1
%define rcver rc1
Summary: Scientific Tools for Python
Name: scipy
Version: 0.13.0
Release: 0.3.b1%{?dist}
Release: 0.4.rc1%{?dist}
Group: Development/Libraries
# BSD -- whole package except:
@ -147,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Tue Oct 15 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.0-0.4.rc1
- Update to 0.13.0rc1
* Tue Oct 01 2013 Tomas Tomecek <ttomecek@redhat.com> - 0.13.0-0.3.b1
- rebuilt with atlas 3.10

View File

@ -1 +1 @@
d51c84f63542fd610c0344af424c563b scipy-0.13.0b1.tar.gz
55697b3e4761a0220842815f86f48c13 scipy-0.13.0rc1.tar.gz