From 453f29bcf8513b278a01f6d5cc00d21a9193c58c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 00:37:32 -0500 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 15dd4ec..fd48a78 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -6,7 +6,7 @@ Name: python-decorator Version: 3.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -106,6 +106,9 @@ popd %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 3.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Apr 24 2012 Toshio Kuratomi - 3.3.3-1 - New upstream release From 406677a7f73517b793e0f8ddef527f8e6bb2f49d Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 13:35:45 -0400 Subject: [PATCH 2/3] remove rhel logic from with_python3 conditional --- python-decorator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-decorator.spec b/python-decorator.spec index fd48a78..f925b47 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} || 0%{?rhel} > 6 +%if 0%{?fedora} %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -6,7 +6,7 @@ Name: python-decorator Version: 3.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -106,6 +106,9 @@ popd %changelog +* Fri Aug 3 2012 David Malcolm - 3.3.3-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 1a03c3a34fe6e30c1d448ae33795af7df374379a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 4 Aug 2012 04:30:32 -0400 Subject: [PATCH 3/3] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index f925b47..2bcd690 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -6,7 +6,7 @@ Name: python-decorator Version: 3.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -106,6 +106,9 @@ popd %changelog +* Sat Aug 04 2012 David Malcolm - 3.3.3-4 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Fri Aug 3 2012 David Malcolm - 3.3.3-3 - remove rhel logic from with_python3 conditional