This commit is contained in:
Ralph Bean 2015-03-15 09:49:10 -04:00
parent fa0e18c979
commit 97c3f90a57
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/setuptools-12.4.tar.gz /setuptools-12.4.tar.gz
/setuptools-13.0.2.tar.gz /setuptools-13.0.2.tar.gz
/setuptools-14.1.1.tar.gz /setuptools-14.1.1.tar.gz
/setuptools-14.2.tar.gz

View File

@ -26,7 +26,7 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 14.1.1 Version: 14.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
@ -206,6 +206,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.2-1
- new version
* Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.1.1-1 * Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.1.1-1
- new version - new version

View File

@ -1 +1 @@
babf06056ce4314cd4c51259582982b7 setuptools-14.1.1.tar.gz bf903e4658f36dbc07c49834d71fa4a6 setuptools-14.2.tar.gz