Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package taisei for openSUSE:Factory checked in at 2025-10-20 13:35:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/taisei (Old) and /work/SRC/openSUSE:Factory/.taisei.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "taisei" Mon Oct 20 13:35:36 2025 rev:11 rq:1312217 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/taisei/taisei.changes 2025-07-21 20:00:37.211884484 +0200 +++ /work/SRC/openSUSE:Factory/.taisei.new.18484/taisei.changes 2025-10-20 13:35:54.644726366 +0200 @@ -1,0 +2,6 @@ +Sun Oct 19 12:30:19 UTC 2025 - Mia Herkt <[email protected]> + +- Use RPM 4.20 BuildSystem declaration +- Require glslang >= 15.0.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taisei.spec ++++++ --- /var/tmp/diff_new_pack.MztLJF/_old 2025-10-20 13:35:55.904779694 +0200 +++ /var/tmp/diff_new_pack.MztLJF/_new 2025-10-20 13:35:55.908779863 +0200 @@ -1,7 +1,7 @@ # # spec file for package taisei # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ BuildRequires: python3-zstandard BuildRequires: shaderc BuildRequires: spirv-cross-devel -BuildRequires: cmake(glslang) +BuildRequires: cmake(glslang) >= 15.0.0 BuildRequires: pkgconfig(cglm) >= 0.7.8 BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gamemode) @@ -53,6 +53,13 @@ Requires: %{name}-data Suggests: gamemoded ExcludeArch: %{ix86} +BuildSystem: meson +BuildOption: -Dstrip=false +BuildOption: -Db_pch=false +BuildOption: -Dinstall_macos_bundle=disabled +BuildOption: -Dinstall_relocatable=disabled +BuildOption: -Dshader_transpiler=enabled +BuildOption: -Dr_gles30=enabled %description Taisei is an open clone of the Touhou Project series. Touhou is a one-man project @@ -68,23 +75,7 @@ one-man project of shoot ’em up games set in an isolated world full of Japanese folklore. -%prep -%setup -q - -%build -_v=%{version} -%meson \ - -Dstrip=false \ - -Db_pch=false \ - -Dinstall_macos_bundle=disabled \ - -Dinstall_relocatable=disabled \ - -Dshader_transpiler=enabled \ - -Dr_gles30=enabled \ -%meson_build - -%install -%meson_install - +%install -a %if 0%{?suse_version} && !0%{?fedora_version} mkdir -p %{buildroot}%{_docdir} mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}/%{name}
