Update to 0.16.1

This commit is contained in:
Orion Poplawski 2015-10-26 10:33:43 -06:00
parent d73d1a8ede
commit 51297cd8c7
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ scipy-0.7.2.tar.gz
/scipy-0.14.1.tar.gz /scipy-0.14.1.tar.gz
/scipy-0.15.1.tar.gz /scipy-0.15.1.tar.gz
/scipy-0.16.0.tar.gz /scipy-0.16.0.tar.gz
/scipy-0.16.1.tar.gz

View File

@ -10,7 +10,7 @@
Summary: Scientific Tools for Python Summary: Scientific Tools for Python
Name: scipy Name: scipy
Version: 0.16.0 Version: 0.16.1
Release: 1%{?dist} Release: 1%{?dist}
Group: Development/Libraries Group: Development/Libraries
@ -158,6 +158,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Oct 26 2015 Orion Poplawski <orion@cora.nwra.com> - 0.16.1-1
- Update to 0.16.1
* Wed Oct 14 2015 Thomas Spura <tomspur@fedoraproject.org> - 0.16.0-1 * Wed Oct 14 2015 Thomas Spura <tomspur@fedoraproject.org> - 0.16.0-1
- Update to 0.16.0 - Update to 0.16.0
- Use python_provide macro - Use python_provide macro

View File

@ -1 +1 @@
eb95dda0f36cc3096673993a350cde77 scipy-0.16.0.tar.gz 967cdb8588a4249f820344d8264a2143 scipy-0.16.1.tar.gz