From 515d745e97ccc7559bf532d1cf101a98146d7b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 08dd49b..c0846ca 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: %{srcversion} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD @@ -149,6 +149,9 @@ popd %changelog +* Mon Dec 19 2016 Miro HronĨok - 1.2.4-2 +- Rebuild for Python 3.6 + * Tue Aug 09 2016 Petr Viktorin - 1.2.4-1 - Update to upstream 1.2.4 - Specfile cleanup