Hello community, here is the log from the commit of package 0ad for openSUSE:Factory checked in at 2019-12-21 12:32:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/0ad (Old) and /work/SRC/openSUSE:Factory/.0ad.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "0ad" Sat Dec 21 12:32:54 2019 rev:11 rq:758479 version:0.0.23b Changes: -------- --- /work/SRC/openSUSE:Factory/0ad/0ad.changes 2019-05-22 15:40:20.418446639 +0200 +++ /work/SRC/openSUSE:Factory/.0ad.new.6675/0ad.changes 2019-12-21 12:33:35.859426472 +0100 @@ -1,0 +2,5 @@ +Fri Dec 20 10:14:09 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Disable LTO on i586. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0ad.spec ++++++ --- /var/tmp/diff_new_pack.fzLoaB/_old 2019-12-21 12:33:36.855426946 +0100 +++ /var/tmp/diff_new_pack.fzLoaB/_new 2019-12-21 12:33:36.859426948 +0100 @@ -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 @@ 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 @@ %setup -q -n %{name}-%{version}-alpha %build +%ifarch %ix86 +%define _lto_cflags %{nil} +%endif export CFLAGS="%{optflags}" # bundled Collada uses CCFLAGS export CCFLAGS="%{optflags}"
