diff --git a/_multibuild b/_multibuild index a01285a..72d2b45 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,5 @@ lua51 lua53 +lua54 diff --git a/lua-toluapp.changes b/lua-toluapp.changes index 9ab2234..dab4b1d 100644 --- a/lua-toluapp.changes +++ b/lua-toluapp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 6 19:14:33 UTC 2020 - Callum Farmer + +- Fixes for lua54 build target + +------------------------------------------------------------------- +Mon Jul 6 19:08:06 UTC 2020 - Matej Cepl + +- Add lua54 as new build target + ------------------------------------------------------------------- Tue Jun 2 21:23:34 UTC 2020 - Max Lin diff --git a/lua-toluapp.spec b/lua-toluapp.spec index 6a217ca..f6e2fea 100644 --- a/lua-toluapp.spec +++ b/lua-toluapp.spec @@ -29,6 +29,9 @@ %if "%{flavor}" == "lua53" %define lua_suffix 5_3 %endif +%if "%{flavor}" == "lua54" +%define lua_suffix 5_4 +%endif Version: 1.0.93 Release: 0 Summary: C/C++ with Lua Integration Tool