* Thu Mar 16 2023 Matej Cepl <mcepl@suse.com>
- Change upstream homepage to the current one at Lunar Modules.
* Wed Jan 25 2023 Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
* Tue Jan 03 2023 Egbert Eich <eich@suse.com>
- Handle Leap 15 / SLE-15 where %lua_provides is not supported.
* Wed Jan 27 2021 Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro
* Mon Jul 06 2020 Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
* Thu Apr 23 2020 Matej Cepl <mcepl@suse.com>
- 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
* Sun Dec 24 2017 avindra@opensuse.org
- Fix target folder name in tarball
* Tue Nov 07 2017 aavindraa@gmail.com
- 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.
* Mon Oct 30 2017 jmatejek@suse.com
- do not build for Lua 5.2
* Fri Aug 11 2017 eich@suse.com
- Add defines for the version number and a version number string
with '_' (underscores) to keep these close together and in sync.