forked from pool/lua-toluapp
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:
commit
e7962144b9
@ -1,4 +1,5 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
|
<package>lua54</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user