Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package RigelEngine for openSUSE:Factory checked in at 2025-04-29 16:40:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/RigelEngine (Old) and /work/SRC/openSUSE:Factory/.RigelEngine.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "RigelEngine" Tue Apr 29 16:40:53 2025 rev:17 rq:1273228 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/RigelEngine/RigelEngine.changes 2024-08-29 15:44:59.333272832 +0200 +++ /work/SRC/openSUSE:Factory/.RigelEngine.new.30101/RigelEngine.changes 2025-04-29 16:41:18.580531934 +0200 @@ -1,0 +2,6 @@ +Mon Apr 21 14:42:54 UTC 2025 - Carsten Ziepke <kiel...@gmail.com> + +- Add BuildRequires pkgconfig(x11), fixes building +- Rebase enforcement gcc for Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ RigelEngine.spec ++++++ --- /var/tmp/diff_new_pack.bw3W7k/_old 2025-04-29 16:41:19.124554784 +0200 +++ /var/tmp/diff_new_pack.bw3W7k/_new 2025-04-29 16:41:19.128554952 +0200 @@ -1,8 +1,8 @@ # # spec file for package RigelEngine # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2019-2023, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2019-2025, 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 @@ -17,6 +17,9 @@ # +%if 0%{?sle_version} && 0%{?sle_version} < 160000 +%global force_gcc_version 13 +%endif Name: RigelEngine Version: 0.9.1 Release: 0 @@ -28,15 +31,11 @@ Patch0: RigelEngine-fix-build-with-gcc13.patch Patch1: RigelEngine-fix-build-with-gcc14.patch BuildRequires: cmake >= 3.12 +BuildRequires: gcc%{?force_gcc_version}-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(SDL2_mixer) BuildRequires: pkgconfig(sdl2) -%if 0%{?sle_version} >= 150100 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} -BuildRequires: gcc9 -BuildRequires: gcc9-c++ -%else -BuildRequires: gcc-c++ -%endif +BuildRequires: pkgconfig(x11) %description A modern reimplementation of the game Duke Nukem II, originally released in @@ -49,9 +48,9 @@ %autosetup -p1 %build -%if 0%{?sle_version} >= 150100 && 0%{?is_opensuse} -export CC="gcc-9" -export CXX="g++-9" +%if 0%{?force_gcc_version} +export CC="gcc-%{force_gcc_version}" +export CXX="g++-%{force_gcc_version}" %endif %cmake -DBUILD_TESTS=ON \ -DBUILD_MODDING_TOOLS=ON \