Update to 0.10.0

This commit is contained in:
Orion Poplawski 2011-11-14 11:22:35 -07:00
parent 1954540f50
commit 091f260f01
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
scipy-0.7.2.tar.gz scipy-0.7.2.tar.gz
/scipy-0.9.0.tar.gz /scipy-0.9.0.tar.gz
/scipy-0.10.0.tar.gz

View File

@ -15,8 +15,8 @@
Summary: Scipy: Scientific Tools for Python Summary: Scipy: Scientific Tools for Python
Name: scipy Name: scipy
Version: 0.9.0 Version: 0.10.0
Release: 2%{?dist} Release: 1%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: BSD and LGPLv2+ License: BSD and LGPLv2+
@ -67,7 +67,7 @@ leading scientists and engineers.
%endif # with _python3 %endif # with _python3
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
cat > site.cfg << EOF cat > site.cfg << EOF
[amd] [amd]
@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Nov 14 2011 Orion Poplawski <orion@cora.nwra.com> - 0.10.0-1
- Update to 0.10.0
* Sat Sep 3 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-2 * Sat Sep 3 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-2
- little cosmetic changes - little cosmetic changes
- filter provides in python_sitearch - filter provides in python_sitearch

View File

@ -1 +1 @@
ebfef6e8e82d15c875a4ee6a46d4e1cd scipy-0.9.0.tar.gz e357c08425fd031dce63bc4905789088 scipy-0.10.0.tar.gz