commit 3c00e00cc9675135080ee716f81b211c145030ed
Author: Trung Lê <8(a)tle.id.au>
Date: Mon Aug 21 15:53:08 2023 +0100
New upstream release
sources | 2 +-
vcmi.spec | 12 ++++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 65cfc40..c1f4bad 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (vcmi-1.3.0.tar.gz) =
a7fbbfcc37d850ab0f9334c0c514c28db4a3d74b2f1756b2665a2adc61e2260003057349146b84f17671fc445cdaafabfd5e8a84f070f12d04ba2476759e4e03
+SHA512 (vcmi-1.3.1.tar.gz) =
c6163af10b02c8d41beab5d079b30e7fa93eedacfedfcab6410dd98b82087da2e7efb7922ffba4439f46012ec03f9bca714525729426f7386a3d5771e669cd65
SHA512 (fuzzylite-7aee562.tar.gz) =
f7ef98b28c52ff7e793ca21d532f49fc547bae882ab77ed72fd4b43e80805d738c829be11e13a4f71c74166a0c4e54936a79d3f89ae68edced3cf39dc37c5be5
diff --git a/vcmi.spec b/vcmi.spec
index db7012f..88fda9f 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -7,7 +7,7 @@ URL:
https://vcmi.eu/
%global fuzzylite_version 6.0
-Version: 1.3.0
+Version: 1.3.1
Release: 1%{?dist}
# vcmi is GPLv2+, fyzzylight is GPLv3
@@ -18,9 +18,6 @@ Source1:
https://github.com/fuzzylite/fuzzylite/archive/%{fuzzylite_commi
Patch0: fix_ffmpeg_suffix.patch
-# The Koji builder gets killed here, but I don't expect people to use this there
-ExcludeArch: ppc64le
-
BuildRequires: %{_bindir}/desktop-file-validate
BuildRequires: %{_bindir}/dos2unix
BuildRequires: cmake
@@ -38,7 +35,10 @@ BuildRequires: boost-thread >= 1.51
BuildRequires: boost-program-options >= 1.51
BuildRequires: boost-locale >= 1.51
BuildRequires: libappstream-glib
+%ifnarch ppc64le
+# luajit does not support ppc64le
BuildRequires: luajit-devel
+%endif
BuildRequires: minizip-ng-devel
BuildRequires: tbb-devel
BuildRequires: zlib-devel
@@ -130,6 +130,10 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/eu.vcmi.VCMI.m
%changelog
+* Sat Aug 19 2023 Trung Lê <8(a)tle.id.au> - 1.3.1-1
+- New upstream release
+- Re-enable support for ppc64le
+
* Mon Aug 14 2023 Trung Lê <8(a)tle.id.au> - 1.3.0-1
- New upstream release
- Clean up defunct codes