Hello community, here is the log from the commit of package scummvm-tools for openSUSE:Factory checked in at 2019-08-13 13:21:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scummvm-tools (Old) and /work/SRC/openSUSE:Factory/.scummvm-tools.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scummvm-tools" Tue Aug 13 13:21:47 2019 rev:3 rq:722430 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scummvm-tools/scummvm-tools.changes 2018-03-28 10:30:11.167624817 +0200 +++ /work/SRC/openSUSE:Factory/.scummvm-tools.new.9556/scummvm-tools.changes 2019-08-13 13:22:36.081397275 +0200 @@ -1,0 +2,10 @@ +Sun Aug 11 18:11:54 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-tools.spec ++++++ --- /var/tmp/diff_new_pack.yEfojy/_old 2019-08-13 13:22:38.329396684 +0200 +++ /var/tmp/diff_new_pack.yEfojy/_new 2019-08-13 13:22:38.361396675 +0200 @@ -1,7 +1,7 @@ # # spec file for package scummvm-tools # -# 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/ # @@ -21,7 +21,7 @@ Version: 2.0.0 Release: 0 Summary: ScummVM-related tools -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/Other Url: http://www.scummvm.org Source0: https://www.scummvm.org/frs/scummvm-tools/%{version}/scummvm-tools-%{version}.tar.xz @@ -75,6 +75,9 @@ DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" 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 export CXXFLAGS="%{optflags}"
