From 5011b44dcc194cff24f82224f5f443f39b5b640b Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Jan 19 2017 09:51:47 +0000 Subject: - Don't override distro-wide -mtune option --- diff --git a/visualboyadvance-m.spec b/visualboyadvance-m.spec index aa84bbd..8731ad3 100644 --- a/visualboyadvance-m.spec +++ b/visualboyadvance-m.spec @@ -5,7 +5,7 @@ Name: visualboyadvance-m Version: 2.0.0 -Release: 0.5%{?rctag:.%{rctag}}%{?dist} +Release: 0.6%{?rctag:.%{rctag}}%{?dist} Summary: High compatibility Gameboy Advance Emulator combining VBA builds License: GPLv2 @@ -70,10 +70,7 @@ 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 . \ @@ -131,6 +128,9 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jan 19 2017 Dan Horák - 2.0.0-0.6.Beta3 +- Don't override distro-wide -mtune option + * Wed Jan 18 2017 Jeremy Newton - 2.0.0-0.5.Beta3 - Added fix for armv7hl and pcc