Update to 18.6.1. Fixes bug #1270578
This commit is contained in:
parent
1cf160c1ac
commit
d428811407
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/setuptools-18.3.2.tar.gz
|
||||
/setuptools-18.4.tar.gz
|
||||
/setuptools-18.5.tar.gz
|
||||
/setuptools-18.6.1.tar.gz
|
||||
|
@ -26,8 +26,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 18.5
|
||||
Release: 3%{?dist}
|
||||
Version: 18.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
Group: Applications/System
|
||||
@ -221,6 +221,9 @@ popd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2015 Kevin Fenzi <kevin@scrye.com> - 18.6.1-1
|
||||
- Update to 18.6.1. Fixes bug #1270578
|
||||
|
||||
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3
|
||||
- Try to disable zip_safe bug #1271776
|
||||
- Add python2 subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user