From b45cc4681536c6be3c25d65f70844caa643a122a935623dea9694e8567e6ef4e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Jul 2020 19:08:13 +0000 Subject: [PATCH 1/2] - Add lua54 as new build target OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-toluapp?expand=0&rev=23 --- _multibuild | 1 + lua-toluapp.changes | 5 +++++ 2 files changed, 6 insertions(+) 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..3351cca 100644 --- a/lua-toluapp.changes +++ b/lua-toluapp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 From 4e1cd6250f18faedc10301f980fcf1fcaacb3b09b28d3f01d4ba252ca0e552b5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Jul 2020 20:55:15 +0000 Subject: [PATCH 2/2] 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