Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 0ad for openSUSE:Factory checked in at 2023-03-26 20:19:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/0ad (Old) and /work/SRC/openSUSE:Factory/.0ad.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "0ad" Sun Mar 26 20:19:42 2023 rev:9 rq:1074356 version:0.0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/0ad/0ad.changes 2022-09-28 17:51:53.431248834 +0200 +++ /work/SRC/openSUSE:Factory/.0ad.new.31432/0ad.changes 2023-03-26 20:19:45.219132507 +0200 @@ -1,0 +2,5 @@ +Sat Mar 25 20:11:43 UTC 2023 - Aaron Puchert <[email protected]> + +- Add fix-gcc13-build.patch to fix build with GCC 13. + +------------------------------------------------------------------- New: ---- fix-gcc13-build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0ad.spec ++++++ --- /var/tmp/diff_new_pack.u34k7I/_old 2023-03-26 20:19:46.775140637 +0200 +++ /var/tmp/diff_new_pack.u34k7I/_new 2023-03-26 20:19:46.787140699 +0200 @@ -1,7 +1,7 @@ # # spec file for package 0ad # -# 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 @@ -46,6 +46,8 @@ Patch2: PrepareZoneForGC.patch # PATCH-FIX-OPENSUSE -- Skip automatic addition of an RPATH. Patch3: premake-no-automatic-rpath.patch +# PATCH-FIX-UPSTREAM -- Fix build with GCC 13 +Patch4: fix-gcc13-build.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libXcursor-devel @@ -97,6 +99,7 @@ %setup -q -n %{name}-%{version}-alpha %patch0 -p1 %patch3 -p1 +%patch4 -p1 %if %{with system_mozjs} %patch1 -p1 %patch2 -p1 ++++++ fix-gcc13-build.patch ++++++ diff --git a/source/tools/atlas/GameInterface/Messages.h b/source/tools/atlas/GameInterface/Messages.h index 2fa4780..515ae94 100644 --- a/source/tools/atlas/GameInterface/Messages.h +++ b/source/tools/atlas/GameInterface/Messages.h @@ -212,7 +212,7 @@ QUERY(GetCurrentMapSize, QUERY(RasterizeMinimap, , ((int, dimension)) - ((std::vector<uint8_t>, imageBytes)) + ((std::vector<unsigned char>, imageBytes)) ); QUERY(GetRMSData,
