From 67bc3fc3147fc03ff74922d8fc185f7bbb505704 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Jan 19 2017 02:50:00 +0000 Subject: Fix for armv7 and pcc arches --- diff --git a/visualboyadvance-m.spec b/visualboyadvance-m.spec index 75f14aa..aa84bbd 100644 --- a/visualboyadvance-m.spec +++ b/visualboyadvance-m.spec @@ -5,7 +5,7 @@ Name: visualboyadvance-m Version: 2.0.0 -Release: 0.4%{?rctag:.%{rctag}}%{?dist} +Release: 0.5%{?rctag:.%{rctag}}%{?dist} Summary: High compatibility Gameboy Advance Emulator combining VBA builds License: GPLv2 @@ -70,6 +70,10 @@ Advance project, with many improvements from various developments of VBA. %prep %autosetup -p1 -n %{name}-Beta-3 sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt +#Fix for ppc and arm tuning: +%ifarch %{arm} ppc ppc64 ppc64le +sed -i 's/ -mtune=generic//g' CMakeLists.txt +%endif %build %cmake . \ @@ -127,6 +131,9 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Jan 18 2017 Jeremy Newton - 2.0.0-0.5.Beta3 +- Added fix for armv7hl and pcc + * Fri Dec 30 2016 Jeremy Newton - 2.0.0-0.4.Beta3 - Added missing desktop scriptlet for f24 - Added missing build requires