diff --git a/lua-toluapp.changes b/lua-toluapp.changes index 3351cca..dab4b1d 100644 --- a/lua-toluapp.changes +++ b/lua-toluapp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 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