From f4504659819a8f8179f12c0b15abca0cd2bfa82a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 12:28:59 -0400 Subject: [PATCH 1/3] remove rhel logic from with_python3 conditional --- python-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 1dc1a9a..174af69 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} @@ -8,7 +8,7 @@ Name: python-setuptools Version: 0.6.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -152,6 +152,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Fri Aug 3 2012 David Malcolm - 0.6.28-2 +- remove rhel logic from with_python3 conditional + * Mon Jul 23 2012 Toshio Kuratomi - 0.6.28-1 - New upstream release: - python-3.3 fixes From c72fb46453f86087b8e921bfe98f0ffc5917061b Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 20:15:33 -0400 Subject: [PATCH 2/3] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- python-setuptools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 174af69..3644f5c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,7 +8,7 @@ Name: python-setuptools Version: 0.6.28 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -152,6 +152,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Fri Aug 03 2012 David Malcolm - 0.6.28-3 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Fri Aug 3 2012 David Malcolm - 0.6.28-2 - remove rhel logic from with_python3 conditional From 0c781ab3d9902af51f61f2cc050fb22e276e10e1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 14:21:19 -0600 Subject: [PATCH 3/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- python-setuptools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 3644f5c..97db571 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,7 +8,7 @@ Name: python-setuptools Version: 0.6.28 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -152,6 +152,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.6.28-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Fri Aug 03 2012 David Malcolm - 0.6.28-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3