diff --git a/.gitignore b/.gitignore index aa63568..865a238 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /setuptools-7.0.tar.gz /setuptools-8.2.1.tar.gz /setuptools-11.0.tar.gz +/setuptools-11.3.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index d10eaa9..13797f2 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %endif Name: python-setuptools -Version: 11.0 +Version: 11.3.1 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -205,6 +205,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Wed Jan 07 2015 Kevin Fenzi 11.3.1-1 +- Update to 11.3.1. Fixes bugs: #1179393 and #1178817 + * Sun Jan 04 2015 Kevin Fenzi 11.0-1 - Update to 11.0. Fixes bug #1178421 diff --git a/sources b/sources index 84d5f1f..bac9335 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -723d5e3e10cceeca37c9c2ce386656ec setuptools-11.0.tar.gz +01f69212e019a2420c1693fb43593930 setuptools-11.3.1.tar.gz