commit 66f8ee1ebe38cb466b18699cd6051e6df1fe4eeb
Author: Trung Lê <8(a)tle.id.au>
Date: Sat Mar 1 00:47:34 2025 +1100
Bump to 1.6.7
sources | 2 +-
vcmi.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 91469a5..5b50512 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (vcmi-1.6.6.tar.gz) =
f10e9647226f6f3af4235d0acb84b1e0fe9078dcd8e6c3d1adc060456b49e2badef2fc4b02127e41d58687c55ecc18ebeecb8a8e2887795f6ad83299c4f543c9
+SHA512 (vcmi-1.6.7.tar.gz) =
c7231a53a18884a483f888de3327014c12d8fa1d49142e41adacff7e852e3aa884f78f2a167c164a9e6cdf1d4ce9421d90385561b7f6f7737afd5f213342729b
SHA512 (fuzzylite-7aee562.tar.gz) =
f7ef98b28c52ff7e793ca21d532f49fc547bae882ab77ed72fd4b43e80805d738c829be11e13a4f71c74166a0c4e54936a79d3f89ae68edced3cf39dc37c5be5
diff --git a/vcmi.spec b/vcmi.spec
index ec81438..aa7020d 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -6,8 +6,8 @@ URL:
https://vcmi.eu/
%global fuzzylite_scommit %(c=%{fuzzylite_commit}; echo ${c:0:7})
%global fuzzylite_version 6.0
-Version: 1.6.6
-Release: 1%{?dist}
+Version: 1.6.7
+Release: 0%{?dist}
# vcmi is GPL-2.0-or-later, fuzzylight is GPL-3.0-only
License: GPL-2.0-or-later AND GPL-3.0-only
@@ -88,7 +88,7 @@ dos2unix license.txt ChangeLog.md
%endif
%cmake_build
# Move the .qm files to the expected directories
-mkdir %{_vpath_builddir}/{launcher,mapeditor}/translation/
+mkdir -p %{_vpath_builddir}/{launcher,mapeditor}/translation/
mv %{_vpath_builddir}/launcher/*.qm %{_vpath_builddir}/launcher/translation/
mv %{_vpath_builddir}/mapeditor/*.qm %{_vpath_builddir}/mapeditor/translation/
@@ -128,6 +128,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/eu.vcmi.VCMI.m
%changelog
+* Sat Mar 1 2025 Trung Lê <8(a)tle.id.au> - 1.6.7-0
+- New upstream release
+
* Fri Feb 28 2025 Trung Lê <8(a)tle.id.au> - 1.6.6-0
- New upstream release