AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix missing dependency on lua-macros (boo#1205612)
- Update to version 1.13.1: * fix tests on Lua 5.4.3 * fix(stringx) strip using wrong index if # > 200 * fix(path) currentdir does not accept parameters * etc. https://github.com/lunarmodules/Penlight/compare/1.10.0...1.13.1 - Removed lua5_4_3.patch: upstream
- Update to version 1.10.0: * Fix Lua 5.4 issues * Fix Lua 5.1 compat issues * Fixed a lot of bugs - Removed lua54.patch: upstream - Added lua5_4_3.patch: fix tests fail on Lua 5.4.3
- Use %lua_provides macro for default lua versioning
- Add lua54.patch adding compatiblity with Lua 5.4 (gh#Tieske/Penlight#320)
- Add lua54 as new build target
- Initial packaging