From 6bb76fc2a8ea0b07d3b15e881c4fb4682cfa86c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:39:26 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index aaad051..0212c24 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.3.6-9 +- Rebuilt for Python 3.7 + * Wed Mar 07 2018 Adam Williamson - 0.3.6-8 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")