Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:39:26 +02:00
commit 6bb76fc2a8

View file

@ -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 <mhroncok@redhat.com> - 0.3.6-9
- Rebuilt for Python 3.7
* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 0.3.6-8
- Rebuild to fix GCC 8 mis-compilation
See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")