From 834bc181a00442f44d144b16e61b857015161a8e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 23 2015 08:25:09 +0000 Subject: Use -fno-strict-aliasing; build only on primary arches Signed-off-by: Igor Gnatenko --- diff --git a/angelscript.spec b/angelscript.spec index 5e60873..a3baff8 100644 --- a/angelscript.spec +++ b/angelscript.spec @@ -1,6 +1,8 @@ +%global optflags %(echo %{optflags} -fno-strict-aliasing) + Name: angelscript Version: 2.30.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Flexible cross-platform scripting library License: zlib @@ -10,6 +12,8 @@ Source1: angelscript-meson.build BuildRequires: meson >= 0.23.0-3 +ExclusiveArch: x86_64 %ix86 %arm + %description The AngelScript library is a software library for easy integration of external scripting to applications, with built-in compiler and virtual @@ -56,6 +60,10 @@ popd %{_includedir}/%{name}.h %changelog +* Tue Jun 23 2015 Igor Gnatenko - 2.30.0-8 +- Use -fno-strict-aliasing +- build only on primary arches + * Tue Jun 16 2015 Fedora Release Engineering - 2.30.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild