diff --git a/.gitignore b/.gitignore index 37cd2db..405a748 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/scipy.spec b/scipy.spec index 458f92e..e9df492 100644 --- a/scipy.spec +++ b/scipy.spec @@ -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 - 0.13.0-0.4.rc1 +- Update to 0.13.0rc1 + * Tue Oct 01 2013 Tomas Tomecek - 0.13.0-0.3.b1 - rebuilt with atlas 3.10 diff --git a/sources b/sources index e19705b..9573259 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d51c84f63542fd610c0344af424c563b scipy-0.13.0b1.tar.gz +55697b3e4761a0220842815f86f48c13 scipy-0.13.0rc1.tar.gz