commit b07501ec88fcfaba91fea02044fa0a983aea2345
Author: Trung Lê <8(a)tle.id.au>
Date: Mon May 27 20:50:25 2024 +1000
New upstream release
.gitignore | 1 +
sources | 3 ++-
vcmi.spec | 14 ++++++++++++--
3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e918956..e738d6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ results_vcmi/
/vcmi-*/
*.src.rpm
/vcmi.tar.gz
+/innoextract-9977089.tar.gz
diff --git a/sources b/sources
index 74118f9..cce178e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (vcmi-1.4.5.tar.gz) =
538d1b065282f2ff234ad5101dfdc35d9b280473db897d2aaca91d7760f4a8fb2be7f91c7731515fdcdf19b9204b832b244381feda0988efa89c11a66f937a98
+SHA512 (vcmi-1.5.1.tar.gz) =
840bd3c79c2d1b25bb30e2630812cd0f99b956f15b579eb6377ba8be80d49cbb0c2566c80b462064022f63799133bdfcb2a141252bcd663f1cbee8d9d99bdb5d
SHA512 (fuzzylite-7aee562.tar.gz) =
f7ef98b28c52ff7e793ca21d532f49fc547bae882ab77ed72fd4b43e80805d738c829be11e13a4f71c74166a0c4e54936a79d3f89ae68edced3cf39dc37c5be5
+SHA512 (innoextract-9977089.tar.gz) =
d78d70268afcc99badc62e1ac53f7c90add2af8818c34685e6ae505af8c4141024050fc6c861972cb51a696b62e9d368b77572b3c58ec8eddd1d04d5153a010e
diff --git a/vcmi.spec b/vcmi.spec
index 607c703..ac69c0b 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -6,15 +6,19 @@ URL:
https://vcmi.eu/
%global fuzzylite_scommit %(c=%{fuzzylite_commit}; echo ${c:0:7})
%global fuzzylite_version 6.0
+%global innoextract_commit 9977089412ebafe9f79936aa65a2edf16a84ae3e
+%global innoextract_scommit %(c=%{innoextract_commit}; echo ${c:0:7})
+%global innoextract_version 1.9
-Version: 1.4.5
-Release: 1%{?dist}
+Version: 1.5.1
+Release: 0%{?dist}
# vcmi is GPLv2+, fyzzylight is GPLv3
License: GPLv2+ and GPLv3
Source0:
https://github.com/vcmi/vcmi/archive/refs/tags/%{version}/%{name}-%{versi...
Source1:
https://github.com/fuzzylite/fuzzylite/archive/%{fuzzylite_commit}/fuzzyl...
+Source2:
https://github.com/vcmi/innoextract/archive/%{innoextract_commit}/innoext...
Patch0: fix_ffmpeg_suffix.patch
@@ -80,6 +84,9 @@ Data files for the VCMI project, a %{summary}.
# fuzzyight from Source1:
tar -xf %{SOURCE1} -C AI/FuzzyLite --strip-components=1
+# innoextract from Source2:
+tar -xf %{SOURCE2} -C launcher/lib/innoextract --strip-components=1
+
dos2unix license.txt ChangeLog.md
# Don't show GITDIR-NOTFOUND in the window title
@@ -136,6 +143,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/eu.vcmi.VCMI.m
%changelog
+* Mon May 27 2024 Trung Lê <8(a)tle.id.au> - 1.5.1-1
+- New upstream release
+
* Thu Jan 25 2024 Trung Lê <8(a)tle.id.au> - 1.4.5-1
- New upstream release