update to 0.13.0 final

This commit is contained in:
Tomas Tomecek 2013-10-23 09:54:33 +02:00
parent 1841cbdf01
commit e4dd00140d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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