From 17abad8f9b0a47a3212e3c46e000af50c21a5e65 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Jul 29 2019 13:44:29 +0000 Subject: fix build for F31 --- diff --git a/openttd-opengfx.spec b/openttd-opengfx.spec index 210c2ef..909ceef 100644 --- a/openttd-opengfx.spec +++ b/openttd-opengfx.spec @@ -3,7 +3,7 @@ Name: openttd-opengfx Version: 0.5.5 -Release: 2%{?prever:.%{prever}}%{?dist} +Release: 3%{?prever:.%{prever}}%{?dist} Summary: OpenGFX replacement graphics for OpenTTD License: GPLv2 @@ -16,6 +16,7 @@ BuildRequires: gcc BuildRequires: gimp BuildRequires: grfcodec BuildRequires: nml +BuildRequires: python3 Requires: openttd @@ -35,7 +36,7 @@ to improve the graphics. %setup -q -n %{realname}-%{version}%{?prever:-%{prever}}-source %build -make grf _V= +make grf _V= PYTHON=/usr/bin/python3 %install @@ -54,6 +55,9 @@ make check %changelog +* Sun Jul 28 2019 Felix Kaechele - 0.5.5-3 +- fix build for F31 + * Thu Jul 25 2019 Fedora Release Engineering - 0.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild