Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package RigelEngine for openSUSE:Factory checked in at 2023-04-08 17:39:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/RigelEngine (Old) and /work/SRC/openSUSE:Factory/.RigelEngine.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "RigelEngine" Sat Apr 8 17:39:17 2023 rev:14 rq:1077978 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/RigelEngine/RigelEngine.changes 2022-12-12 17:42:01.245901346 +0100 +++ /work/SRC/openSUSE:Factory/.RigelEngine.new.19717/RigelEngine.changes 2023-04-08 17:39:36.382232833 +0200 @@ -1,0 +2,6 @@ +Fri Apr 7 20:30:59 UTC 2023 - Martin Hauke <mar...@gmx.de> + +- Add patch: + * RigelEngine-fix-build-with-gcc13.patch + +------------------------------------------------------------------- New: ---- RigelEngine-fix-build-with-gcc13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ RigelEngine.spec ++++++ --- /var/tmp/diff_new_pack.eBxsOM/_old 2023-04-08 17:39:36.902235818 +0200 +++ /var/tmp/diff_new_pack.eBxsOM/_new 2023-04-08 17:39:36.902235818 +0200 @@ -1,8 +1,8 @@ # # spec file for package RigelEngine # -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2019-2022, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2019-2023, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Group: Amusements/Games/Action/Arcade URL: https://github.com/lethal-guitar/RigelEngine Source: %{name}-%{version}.tar.xz +Patch0: RigelEngine-fix-build-with-gcc13.patch BuildRequires: cmake >= 3.12 BuildRequires: pkgconfig BuildRequires: pkgconfig(SDL2_mixer) @@ -45,6 +46,7 @@ %prep %setup -q +%patch0 -p1 %build %if 0%{?sle_version} >= 150100 && 0%{?is_opensuse} ++++++ RigelEngine-fix-build-with-gcc13.patch ++++++ diff --git a/src/assets/user_profile_import.hpp b/src/assets/user_profile_import.hpp index 55a56d3..8e46adc 100644 --- a/src/assets/user_profile_import.hpp +++ b/src/assets/user_profile_import.hpp @@ -20,6 +20,7 @@ #include "data/saved_game.hpp" #include <array> +#include <cstdint> #include <optional>