diff --git a/.files b/.files index 8a6f6ad..b03406b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9b7fbff..e870520 100644 --- a/.rev +++ b/.rev @@ -105,4 +105,12 @@ 933586 + + 6b30deca8ce7c0f6284a615c29f877ca + nightly1734 + + dimstar_suse + + 937366 + diff --git a/.servicemark b/.servicemark index 11b04b6..858a505 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -163cfa22bd70bf5531918f7861d60fc7 +a582344637e0e31e42d4c4ca5a2916e5 diff --git a/citra.changes b/citra.changes index b20b487..718a93c 100644 --- a/citra.changes +++ b/citra.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Dec 8 22:54:14 UTC 2021 - Giacomo Comes - nightly1733 + +- fix build for Leap 15.4 +- fix some rpmlint warnings + +------------------------------------------------------------------- Wed Nov 24 17:09:48 UTC 2021 - Giacomo Comes - fix build for Leap 15.3 diff --git a/citra.spec b/citra.spec index 6a72e8f..8979d29 100644 --- a/citra.spec +++ b/citra.spec @@ -22,13 +22,14 @@ Version: nightly1734 Release: 0 Summary: Nintendo 3DS emulator License: GPL-2.0-or-later +Group: System/Emulators/Other URL: https://citra-emu.org/ Source: %{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM https://github.com/neobrain/nihstro/pull/62 Patch0: gcc-enablement.patch BuildRequires: cmake >= 3.6 BuildRequires: hicolor-icon-theme -%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} +%if ( 0%{?sle_version} == 150300 || 0%{?sle_version} == 150400 ) && 0%{?is_opensuse} BuildRequires: libboost_date_time1_75_0-devel BuildRequires: libboost_regex1_75_0-devel BuildRequires: libboost_serialization1_75_0-devel