From c3c55b2f8284f602b5365600f9ec5dbadbd92206 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 12:18:06 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- pygobject3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pygobject3.spec b/pygobject3.spec index 752fb94..a211736 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -3,7 +3,7 @@ %define gobject_introspection_version 0.10.8 %define python2_version 2.3.5 -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %define python3_version 3.1 %endif @@ -12,7 +12,7 @@ Name: pygobject3 Version: 3.3.4 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ and MIT Group: Development/Languages Summary: Python 2 bindings for GObject Introspection @@ -144,6 +144,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete %endif # with_python3 %changelog +* Fri Aug 3 2012 David Malcolm - 3.3.4-2 +- remove rhel logic from with_python3 conditional + * Tue Jul 17 2012 Richard Hughes - 3.3.4-1 - Update to 3.3.4