Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wyrmgus for openSUSE:Factory checked in at 2023-01-29 14:11:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wyrmgus (Old) and /work/SRC/openSUSE:Factory/.wyrmgus.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wyrmgus" Sun Jan 29 14:11:25 2023 rev:16 rq:1061854 version:5.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/wyrmgus/wyrmgus.changes 2022-12-29 13:09:34.061095871 +0100 +++ /work/SRC/openSUSE:Factory/.wyrmgus.new.32243/wyrmgus.changes 2023-01-29 14:22:00.414661338 +0100 @@ -1,0 +2,5 @@ +Sat Jan 28 23:27:41 UTC 2023 - Hans-Peter Jansen <h...@urpla.net> + +- Add wyrmgus-gl-includes.patch to enable successful build for aarch64 + +------------------------------------------------------------------- New: ---- wyrmgus-gl-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wyrmgus.spec ++++++ --- /var/tmp/diff_new_pack.vpYkFa/_old 2023-01-29 14:22:00.814663507 +0100 +++ /var/tmp/diff_new_pack.vpYkFa/_new 2023-01-29 14:22:00.818663528 +0100 @@ -1,7 +1,7 @@ # # spec file for package wyrmgus # -# 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 @@ -24,6 +24,7 @@ Group: Amusements/Games/Strategy/Real Time URL: https://andrettin.github.io/ Source: https://github.com/Andrettin/Wyrmgus/archive/v%{version}/Wyrmgus-%{version}.tar.gz +Patch: wyrmgus-gl-includes.patch BuildRequires: boost-devel >= 1.69.0 BuildRequires: cmake BuildRequires: gcc-c++ @@ -41,6 +42,7 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(SDL2_mixer) BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(physfs) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sqlite3) @@ -64,6 +66,7 @@ -DWITH_BZIP2=ON \ -DWITH_PHYSFS=ON \ -DGAMEDIR=%{_bindir} \ + -DOpenGL_GL_PREFERENCE=GLVND \ -DENABLE_USEGAMEDIR=OFF %make_jobs ++++++ wyrmgus-gl-includes.patch ++++++ --- Wyrmgus-5.3.6/src/video/renderer.h~ 2022-08-08 19:14:50.000000000 +0200 +++ Wyrmgus-5.3.6/src/video/renderer.h 2023-01-28 23:56:19.735783986 +0100 @@ -27,6 +27,7 @@ #pragma once #pragma warning(push, 0) +#include <GL/gl.h> #include <QOpenGLTexture> #include <QOpenGLTextureBlitter> #pragma warning(pop)