From e5aa4a4100c18a0a6e1e75325a2aef2e2a5990c1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 13 2014 15:25:09 +0000 Subject: 6.1-1 --- diff --git a/.gitignore b/.gitignore index 2681ff0..37bc96a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /setuptools-1.4.tar.gz /setuptools-2.0.tar.gz /setuptools-6.0.2.tar.gz +/setuptools-6.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 90ff28b..b140e9b 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,8 +19,8 @@ %endif Name: python-setuptools -Version: 6.0.2 -Release: 2%{?dist} +Version: 6.1 +Release: 1%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -204,6 +204,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Mon Oct 13 2014 Ralph Bean - 6.1-1 +- Latest upstream. Fixes bug #1152130. + * Sat Oct 11 2014 Ralph Bean - 6.0.2-2 - Modernized python2 macros. - Inlined locale environment variables in the %%check section. diff --git a/sources b/sources index 980fdec..ac0b374 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b79fab610e362fe8e3a9cb92fb9d95ef setuptools-6.0.2.tar.gz +e9b44838c2e6c66f232327d7821ff6f8 setuptools-6.1.tar.gz