Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mangohud for openSUSE:Factory checked in at 2023-03-28 17:50:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mangohud (Old) and /work/SRC/openSUSE:Factory/.mangohud.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mangohud" Tue Mar 28 17:50:46 2023 rev:10 rq:1074840 version:0.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/mangohud/mangohud.changes 2022-11-26 18:45:52.907365238 +0100 +++ /work/SRC/openSUSE:Factory/.mangohud.new.31432/mangohud.changes 2023-03-28 17:50:48.175391035 +0200 @@ -1,0 +2,5 @@ +Tue Mar 28 03:20:41 UTC 2023 - Dead Mozay <dead_mo...@opensuse.org> + +- Fix building with GCC 13 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mangohud.spec ++++++ --- /var/tmp/diff_new_pack.ongEWd/_old 2023-03-28 17:50:48.991394972 +0200 +++ /var/tmp/diff_new_pack.ongEWd/_new 2023-03-28 17:50:48.995394991 +0200 @@ -1,7 +1,7 @@ # # spec file for package mangohud # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,6 +57,12 @@ mv imgui-%{imgui_ver} subprojects/ sed -i 's/0.60.0/0.59/g' meson.build +# Fix building with GCC 13 -- Workaround until the next release where the fix will be included +sed -i -e '1i#include <cstdint>' src/control.cpp +sed -i -e '1i#include <cstdint>' src/font.cpp +sed -i -e '1i#include <cstdint>' src/keybinds.cpp +sed -i -e '1i#include <cstdint>' src/overlay_params.cpp + %build %meson \ -Duse_system_vulkan=enabled \