Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scummvm for openSUSE:Factory checked in at 2025-04-16 20:40:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scummvm (Old) and /work/SRC/openSUSE:Factory/.scummvm.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scummvm" Wed Apr 16 20:40:46 2025 rev:35 rq:1269728 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes 2024-12-24 16:26:08.021071345 +0100 +++ /work/SRC/openSUSE:Factory/.scummvm.new.30101/scummvm.changes 2025-04-20 20:09:44.437579606 +0200 @@ -1,0 +2,14 @@ +Tue Apr 15 18:18:01 UTC 2025 - Giacomo Comes <gcomes....@gmail.com> + +- Add BuildRequires: libX11-devel + * needed for tumbleweed build after dropping glew-devel +- a52_init fix is needed only for leap 15.x + +------------------------------------------------------------------- +Tue Apr 15 16:09:46 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Drop unnecessary dependency on glew; has not been used since + version 2.6.0 and replaced by GLAD + (https://github.com/scummvm/scummvm/commit/21b0d6d). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scummvm.spec ++++++ --- /var/tmp/diff_new_pack.7qRuiw/_old 2025-04-20 20:09:45.517625000 +0200 +++ /var/tmp/diff_new_pack.7qRuiw/_new 2025-04-20 20:09:45.517625000 +0200 @@ -1,7 +1,7 @@ # # spec file for package scummvm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,7 +70,7 @@ BuildRequires: fdupes BuildRequires: fribidi-devel BuildRequires: giflib-devel -BuildRequires: glew-devel +BuildRequires: libX11-devel BuildRequires: liba52-devel BuildRequires: libcurl-devel BuildRequires: libspeechd-devel @@ -101,9 +101,11 @@ # 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 +%if 0%{?suse_version} < 1600 #allow to use liba52 from svn sed -i '/a52_init/s@(0)@()@' configure sed -i '/a52_init/s@(0)@()@' audio/decoders/ac3.cpp +%endif %build # scummvm relies on -gsplit-dwarf which is incompatible with -flto