Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package endless-sky for openSUSE:Factory checked in at 2024-11-07 16:29:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/endless-sky (Old) and /work/SRC/openSUSE:Factory/.endless-sky.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "endless-sky" Thu Nov 7 16:29:06 2024 rev:15 rq:1222181 version:0.10.10 Changes: -------- --- /work/SRC/openSUSE:Factory/endless-sky/endless-sky.changes 2024-06-27 16:00:50.353148707 +0200 +++ /work/SRC/openSUSE:Factory/.endless-sky.new.2020/endless-sky.changes 2024-11-07 16:29:53.467898143 +0100 @@ -1,0 +2,16 @@ +Sat Oct 26 21:44:41 UTC 2024 - Muhammad Akbar Yanuar Mantari <[email protected]> + +- Update to version 0.10.10 + * The addition of the "silent jumps" and "silent scans" + attributes, which allow ships to jump and scan without playing + any sounds, not even the default ones. + * Particularly large capture defense values on some outfits were + reduced, to work better with changes to capturing mechanics in + 0.10.9. + * Fixes and improvements to various Incipias, Remnant, and + Successor missions. + * Updated landing messages for some star sprites to improve + accuracy. +- add conditional build for leap with force gcc version + +------------------------------------------------------------------- Old: ---- endless-sky-0.10.8.tar.gz New: ---- endless-sky-0.10.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ endless-sky.spec ++++++ --- /var/tmp/diff_new_pack.xyXlPR/_old 2024-11-07 16:29:56.704032762 +0100 +++ /var/tmp/diff_new_pack.xyXlPR/_new 2024-11-07 16:29:56.708032928 +0100 @@ -16,9 +16,12 @@ # +%if 0%{?sle_version} && 0%{?sle_version} < 160000 +%define force_gcc_version 13 +%endif %define lname io.github.endless_sky.endless_sky Name: endless-sky -Version: 0.10.8 +Version: 0.10.10 Release: 0 Summary: Space exploration, trading, and combat game License: CC-BY-3.0 AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND GPL-3.0-only @@ -29,7 +32,12 @@ Patch0: endless-sky-fix-data-path.patch BuildRequires: desktop-file-utils BuildRequires: fdupes +%if 0%{?suse_version} < 1600 +BuildRequires: gcc%{?force_gcc_version} +BuildRequires: gcc%{?force_gcc_version}-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: hicolor-icon-theme BuildRequires: libjpeg8-devel BuildRequires: libmad-devel @@ -57,6 +65,8 @@ %build %if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} export CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden" +export CC="gcc-%{?force_gcc_version}" +export CXX="g++-%{?force_gcc_version}" %else export CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden -Wno-error=dangling-reference" %endif @@ -66,6 +76,8 @@ %install %if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} export CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden" +export CC="gcc-%{?force_gcc_version}" +export CXX="g++-%{?force_gcc_version}" %else export CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden -Wno-error=dangling-reference" %endif ++++++ endless-sky-0.10.8.tar.gz -> endless-sky-0.10.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/endless-sky/endless-sky-0.10.8.tar.gz /work/SRC/openSUSE:Factory/.endless-sky.new.2020/endless-sky-0.10.10.tar.gz differ: char 13, line 1
