From daf1dbeefdad0fcfd69f0107277a97eb67442de5 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Sat, 27 Apr 2024 11:37:35 +0800 Subject: [PATCH] fix luaversion to 5.4, delete useless macros --- lua-json.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lua-json.spec b/lua-json.spec index 13b1656..05437ae 100644 --- a/lua-json.spec +++ b/lua-json.spec @@ -1,13 +1,11 @@ Name: lua-json Version: 1.3.4 -Release: 1 +Release: 2 License: MIT Summary: JSON Parser/Constructor for Lua -%define luaversion 5.3 +%define luaversion 5.4 %define luapkgdir %{_datadir}/lua/%{luaversion} -%global commitid 7a86bc22066858afeb23845a191a6ab680b46233 -%global shortid %(c=%{commitid}; echo ${c:0:7}) URL: http://github.com/harningt/luajson/ Source0: https://github.com/harningt/luajson/archive/refs/tags/%{version}.tar.gz @@ -39,6 +37,9 @@ make check-regression %{luapkgdir}/* %changelog +* Mon May 06 2024 wangshuo - 1.3.4-2 +- fix luaversion to 5.4, delete useless macros + * Mon Jun 27 2022 dillon chen -1.3.4-1 - update to 1.3.4 -- Gitee