Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2019-12-10 22:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scummvm (Old)
 and      /work/SRC/openSUSE:Factory/.scummvm.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scummvm"

Tue Dec 10 22:44:06 2019 rev:18 rq:755519 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes  2019-10-16 
09:18:10.119021702 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new.4691/scummvm.changes        
2019-12-10 22:44:17.089767678 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 15:01:25 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Undefine _lto_cflags before building scummvm. The lto flags are
+  incompatible with -gsplit-dwarf which scummvm relies on.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scummvm.spec ++++++
--- /var/tmp/diff_new_pack.YDnIxC/_old  2019-12-10 22:44:18.269767240 +0100
+++ /var/tmp/diff_new_pack.YDnIxC/_new  2019-12-10 22:44:18.273767239 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scummvm
 #
-# 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
@@ -84,6 +84,9 @@
 sed -i '/tmp_endianness_check.cpp/ s/$CXXFLAGS/$CXXFLAGS -fno-lto -O0/' 
configure
 
 %build
+# scummvm relies on -gsplit-dwarf which is incompatible with -flto
+%define _lto_cflags %{nil}
+
 # No rpm configure because scummvm's configure isn't a real configure and thus
 # doesn't understand some of the options %%configure passes.
 CXXFLAGS="%{optflags}" ; export CXXFLAGS ; \


Reply via email to