[pygobject3] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:19:00 UTC 2012


commit c3c55b2f8284f602b5365600f9ec5dbadbd92206
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:18:06 2012 -0400

    remove rhel logic from with_python3 conditional

 pygobject3.spec |    7 +++++--
 1 files 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 <dmalcolm at redhat.com> - 3.3.4-2
+- remove rhel logic from with_python3 conditional
+
 * Tue Jul 17 2012 Richard Hughes <hughsient at gmail.com> - 3.3.4-1
 - Update to 3.3.4
 


More information about the scm-commits mailing list