From a9308ac6c0eb414c855621d08cfefd0e9b7024ab Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Feb 10 2017 17:10:16 +0000 Subject: Fixing bug #1420854 --- diff --git a/adonthell.spec b/adonthell.spec index dd2d198..1e6555a 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -44,7 +44,7 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure - +sed -i "s|ac_precious_vars='build_alias|'ac_precious_vars=build_alias|g" configure %build %configure --enable-doc make %{?_smp_mflags} @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Fri Feb 10 2017 Alexandre Moine - 0.3.6-4 +- Fixing bug #1420854 + * Fri Feb 10 2017 Fedora Release Engineering - 0.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild