| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add moonjit105-string_gsub.patch to fix gsub method, which breaks other packages (namely neovim).
- No need to namespace luajit with update-alternatives, we really want just one version of it to be provided to keep things simple
- Update to 2.2.0:
* The v2.2 release of moonjit brings many new features that bring the
project closer to its aim of unifying LuaJIT forks and compatibility
with Lua.
- Do not suffix the version anymore as we support all lua variants,
removes the patch:
* luajit-lua-versioned.patch
- Ignore make check error for PowerPC until upstream solved issue https://github.com/moonjit/moonjit/issues/40 - do the same for %arm rather than to disable all %check.
- Disable %check on %arm until the following issue is fixed: https://github.com/moonjit/moonjit/issues/9
- Use %_lib
- Obsolete/provide lua51-luajit as it was the old luajit name
- Fork of luajit with more active upstream - Version 2.1.2 building on top of 2.1.0-beta3 with following goodies: * fix for CVE-2019-19391 * Support for ppc64 ppc64le s390 s390x - Still carry the patch luajit-lua-versioned.patch to mark it as compatible with lua 5.1, future 2.2 release should contain support for 5.2 and 5.3 release of LUA