[python-pyglet] Enable Python 3 build

Petr Viktorin pviktori at fedoraproject.org
Mon Oct 7 16:55:35 UTC 2013


commit 462d9b733b3badd68bacf73a71d1223047d76751
Author: Petr Viktorin <pviktori at redhat.com>
Date:   Mon Oct 7 18:38:39 2013 +0200

    Enable Python 3 build

 python-pyglet.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-pyglet.spec b/python-pyglet.spec
index 40b52a7..c9a9a58 100644
--- a/python-pyglet.spec
+++ b/python-pyglet.spec
@@ -1,5 +1,4 @@
-# Python 3 support is not finished upstream
-%global with_python3 0
+%global with_python3 1
 
 %global srcname pyglet
 %global srcversion 1.2
@@ -7,7 +6,7 @@
 
 Name: python-%{srcname}
 Version: %{srcversion}
-Release: 0.6.alpha1%{?dist}
+Release: 0.7.alpha1%{?dist}
 Summary: A cross-platform windowing and multimedia library for Python
 
 License: BSD
@@ -130,6 +129,9 @@ popd
 
 
 %changelog
+* Mon Oct 07 2013 Petr Viktorin <encukou at gmail.com> - 1.2-0.7.alpha1
+- Enable Python 3 build
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-0.6.alpha1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list