Hello community, here is the log from the commit of package scummvm for openSUSE:Factory checked in at 2019-08-13 13:21:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scummvm (Old) and /work/SRC/openSUSE:Factory/.scummvm.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scummvm" Tue Aug 13 13:21:42 2019 rev:16 rq:722429 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes 2018-01-13 21:44:49.093988141 +0100 +++ /work/SRC/openSUSE:Factory/.scummvm.new.9556/scummvm.changes 2019-08-13 13:22:30.717398687 +0200 @@ -1,0 +2,10 @@ +Sun Aug 11 17:58:36 UTC 2019 - BenoƮt Monin <[email protected]> + +- run spec-cleaner + * update copyright date + * update bugzilla url + * correct the license +- fix the configure failure by building the endianess test without + optimization + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scummvm.spec ++++++ --- /var/tmp/diff_new_pack.cUw9U9/_old 2019-08-13 13:22:33.413397978 +0200 +++ /var/tmp/diff_new_pack.cUw9U9/_new 2019-08-13 13:22:33.445397969 +0200 @@ -1,7 +1,7 @@ # # spec file for package scummvm # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Version: 2.0.0 Release: 0 Summary: Interpreter for several adventure games -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/Other Url: http://www.scummvm.org/ Source: http://www.scummvm.org/frs/scummvm/%{version}/scummvm-%{version}.tar.xz @@ -88,6 +88,9 @@ TIME="\"$(date -d "${modified}" "+%%R")\"" sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" \ base/version.cpp backends/plugins/elf/version.cpp +# build the endianness test without optimization otherwise gcc is too smart +# and optimize everything away, making the test fail +sed -i '/tmp_endianness_check.cpp/ s/$CXXFLAGS/$CXXFLAGS -fno-lto -O0/' configure %build # No rpm configure because scummvm's configure isn't a real configure and thus
