From 4e1cd6250f18faedc10301f980fcf1fcaacb3b09b28d3f01d4ba252ca0e552b5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Jul 2020 20:55:15 +0000 Subject: [PATCH] Accepting request 819061 from home:gmbr3:Active - Fixes for lua54 build target OBS-URL: https://build.opensuse.org/request/show/819061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-toluapp?expand=0&rev=24 --- lua-toluapp.changes | 5 +++++ lua-toluapp.spec | 3 +++ 2 files changed, 8 insertions(+) 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