Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package supertuxkart for openSUSE:Factory checked in at 2025-07-10 22:11:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/supertuxkart (Old) and /work/SRC/openSUSE:Factory/.supertuxkart.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "supertuxkart" Thu Jul 10 22:11:01 2025 rev:29 rq:1291524 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/supertuxkart/supertuxkart.changes 2025-04-15 16:49:42.064614912 +0200 +++ /work/SRC/openSUSE:Factory/.supertuxkart.new.7373/supertuxkart.changes 2025-07-10 22:11:06.533120913 +0200 @@ -1,0 +2,7 @@ +Sat Jul 5 09:39:54 UTC 2025 - Christoph G <f...@grueninger.de> + +- Make compatible to CMake 4.0 and newer until STK 1.5 will provide + the proper fix. +- Add upstream add-include-work-with-gcc15.patch + +------------------------------------------------------------------- New: ---- add-include-work-with-gcc15.patch ----------(New B)---------- New: the proper fix. - Add upstream add-include-work-with-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ supertuxkart.spec ++++++ --- /var/tmp/diff_new_pack.Gzfzrw/_old 2025-07-10 22:11:09.893260665 +0200 +++ /var/tmp/diff_new_pack.Gzfzrw/_new 2025-07-10 22:11:09.897260831 +0200 @@ -1,7 +1,7 @@ # # spec file for package supertuxkart # -# Copyright (c) 2023 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 @@ -28,8 +28,11 @@ # Geeko kart add-on (CC-BY 3.0) Source1: 14e6ba25b17f0d.zip Source9: supertuxkart.6 +# PATCH-FIX-UPSTREAM build with gcc13 Patch0: gcc13.patch -BuildRequires: cmake >= 3 +# PATCH-FIX-UPSTREAM build with gcc15 +Patch1: add-include-work-with-gcc15.patch +BuildRequires: cmake >= 3.5 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -107,6 +110,7 @@ -DCMAKE_C_FLAGS="%{optflags} -fno-strict-aliasing" \ -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing" \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DBUILD_RECORDER=0 \ -DOpenGL_GL_PREFERENCE=GLVND \ -DUSE_SYSTEM_WIIUSE:BOOL=ON \ ++++++ add-include-work-with-gcc15.patch ++++++ >From 83e029cc123176a77a239edf90ee461e46f9f8a2 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla <gw...@protonmail.com> Date: Wed, 19 Feb 2025 09:34:58 -0600 Subject: [PATCH] Add include to work with gcc15. (#5310) --- src/network/remote_kart_info.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/remote_kart_info.hpp b/src/network/remote_kart_info.hpp index 80a6339187c..9865dcda8c3 100644 --- a/src/network/remote_kart_info.hpp +++ b/src/network/remote_kart_info.hpp @@ -29,6 +29,7 @@ #include <string> #include <vector> #include <irrString.h> +#include <cstdint> enum KartTeam : int8_t {