| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Use %patch -P N instead of deprecated %patchN.
- Fix missing dependency on lua-macros (boo#1205612)
- Use %lua_provides macro for default lua versioning
- Fixes for lua54 build target
- Add lua54 as new build target
- Fix build with scons 3.1.2 - env.Copy() has been depreacated * add toluapp-fix-deprecared-env-copy.patch
- fix tumbleweed build
- add scons-0.98.1-Options-deprecated.patch
* Options object has been deprecated since scons 0.98.1
use newer Variables object if available
- Fix build with py3 scons: * toluapp-scons-py3.patch
- do not build for Lua 5.2
- Do not use tolua++-1.0.93-lua52.patch when using lua51 as it will produce runtime issues. Fixes boo#1057973