diff --git a/.gitignore b/.gitignore index 66a6ec3..07f8219 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /setuptools-16.0.tar.gz /setuptools-17.0.tar.gz /setuptools-17.1.tar.gz +/setuptools-17.1.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 0796772..7035c2a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -26,7 +26,7 @@ %endif Name: python-setuptools -Version: 17.1 +Version: 17.1.1 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -206,6 +206,9 @@ popd %endif # with_python3 %changelog +* Wed Jun 10 2015 Kevin Fenzi 17.1.1-1 +- Update to 17.1.1. Fixes bug 1229507 + * Sun Jun 07 2015 Kevin Fenzi 17.1-1 - Update to 17.1. Fixes bug 1229066 diff --git a/sources b/sources index 62a1458..be5e6bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e597f049b9399fab881da8ab56abac26 setuptools-17.1.tar.gz +7edec6cc30aca5518fa9bad42ff0179b setuptools-17.1.1.tar.gz