Accepting request 819796 from devel:languages:lua

- Fixes for lua54 build target

- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/request/show/819796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-toluapp?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-07-15 12:56:57 +00:00 committed by Git OBS Bridge
commit e7962144b9
3 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<multibuild> <multibuild>
<package>lua51</package> <package>lua51</package>
<package>lua53</package> <package>lua53</package>
<package>lua54</package>
</multibuild> </multibuild>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 6 19:14:33 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Fixes for lua54 build target
-------------------------------------------------------------------
Mon Jul 6 19:08:06 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 2 21:23:34 UTC 2020 - Max Lin <mlin@suse.com> Tue Jun 2 21:23:34 UTC 2020 - Max Lin <mlin@suse.com>

View File

@ -29,6 +29,9 @@
%if "%{flavor}" == "lua53" %if "%{flavor}" == "lua53"
%define lua_suffix 5_3 %define lua_suffix 5_3
%endif %endif
%if "%{flavor}" == "lua54"
%define lua_suffix 5_4
%endif
Version: 1.0.93 Version: 1.0.93
Release: 0 Release: 0
Summary: C/C++ with Lua Integration Tool Summary: C/C++ with Lua Integration Tool