diff --git a/.files b/.files index a8327e0..616526a 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 25bb902..c98d58a 100644 --- a/.rev +++ b/.rev @@ -79,4 +79,12 @@ 704652 + + 71598fa7e3e8422515047fd71e2dee72 + 0.0.23b + + dimstar_suse + - Disable LTO on i586. + 758479 + diff --git a/0ad.changes b/0ad.changes index 713016d..a3f5746 100644 --- a/0ad.changes +++ b/0ad.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Dec 20 10:14:09 UTC 2019 - Dominique Leuenberger + +- Disable LTO on i586. + +------------------------------------------------------------------- Mon May 20 12:12:08 UTC 2019 - Guillaume GARDET - Add _constraints to avoid build failures due to OOM diff --git a/0ad.spec b/0ad.spec index 33fb724..ba5367c 100644 --- a/0ad.spec +++ b/0ad.spec @@ -1,7 +1,7 @@ # # spec file for package 0ad # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Release: 0 Summary: A real-time strategy game of ancient warfare License: GPL-2.0-or-later AND LGPL-3.0-or-later AND CC-BY-SA-3.0 AND MIT AND ISC AND MPL-2.0 AND BSD-3-Clause Group: Amusements/Games/Strategy/Real Time -Url: https://play0ad.com/ +URL: https://play0ad.com/ #Source: http://sourceforge.net/projects/zero-ad/files/releases/%{name}-%{version}-alpha-unix-build.tar.xz # SF is repeatedly not up to date. Let's use their site Source: https://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz @@ -75,6 +75,9 @@ flexible game engine. %setup -q -n %{name}-%{version}-alpha %build +%ifarch %ix86 +%define _lto_cflags %{nil} +%endif export CFLAGS="%{optflags}" # bundled Collada uses CCFLAGS export CCFLAGS="%{optflags}"