AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Handle Leap 15 / SLE-15 where %lua_provides is not supported.
- Use %lua_provides macro
- Add lua54 as new build target
- Update to 1.8.0: - Lua 5.4 support - lfs.link and lfs.symlinkattributes now work on Windows - MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile - Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable - Fixed memory leak in case of realloc failure
- Fix target folder name in tarball
- Update to version 1.7.0: * symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to. * attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error. * Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions. * Fixed various compiler warnings.
- do not build for Lua 5.2
- Add defines for the version number and a version number string with '_' (underscores) to keep these close together and in sync.
- Fix provides/obsoletes for the old package name.
- Switch to multibuild syntax to produce results for all lua flavors
- Replaced 'makeinstall' by 'make_install'.
- Setting 'download_files' service to mode='localonly' and adding source tarball. (Required for Factory).
- Update to version 1.6.3: * Lua 5.3 support. * Assorted bugfixes. - Use source services - Make use of lua macros - Add Requires for lua - Add -fPIC compiler flag
- Initial Version