Minor upstream update to reign in overzealous warnings
This commit is contained in:
parent
45371cecc2
commit
8b4da0d1cf
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,18 +1,3 @@
|
|||||||
distribute-0.6.14.tar.gz
|
|
||||||
/distribute-0.6.19.tar.gz
|
|
||||||
/distribute-0.6.21.tar.gz
|
|
||||||
/distribute-0.6.24.tar.gz
|
|
||||||
/distribute-0.6.26.tar.gz
|
|
||||||
/distribute-0.6.27.tar.gz
|
|
||||||
/distribute-0.6.28.tar.gz
|
|
||||||
/distribute-0.6.36.tar.gz
|
|
||||||
/setuptools-0.7.7.tar.gz
|
|
||||||
/setuptools-0.8b7.tar.gz
|
|
||||||
/setuptools-0.8.tar.gz
|
|
||||||
/setuptools-0.9.5.tar.gz
|
|
||||||
/setuptools-0.9.6.tar.gz
|
|
||||||
/setuptools-1.1.6.tar.gz
|
|
||||||
/setuptools-1.1.7.tar.gz
|
|
||||||
/setuptools-1.3.tar.gz
|
|
||||||
/svn17_example.zip
|
/svn17_example.zip
|
||||||
/svn18_example.zip
|
/svn18_example.zip
|
||||||
|
/setuptools-1.3.1.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -168,6 +168,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 7 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-1
|
||||||
|
- Minor upstream update to reign in overzealous warnings
|
||||||
|
|
||||||
* Mon Nov 4 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3-1
|
* Mon Nov 4 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3-1
|
||||||
- Upstream update that pulls in our security patches
|
- Upstream update that pulls in our security patches
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
131956989d1ec7bac1f7be034800f183 setuptools-1.3.tar.gz
|
e11d54d34c8c94f4ecfadb6b20df38b2 setuptools-1.3.1.tar.gz
|
||||||
f17c2dc62e023d3cff2503ef4add7897 svn17_example.zip
|
f17c2dc62e023d3cff2503ef4add7897 svn17_example.zip
|
||||||
ad63f937c5a9bba35573467a1fc57400 svn18_example.zip
|
ad63f937c5a9bba35573467a1fc57400 svn18_example.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user