Changelog for
lua54-luafilesystem-1.8.0-2.3.x86_64.rpm :
* Wed Jan 27 2021 Callum Farmer
- Use %lua_provides macro
* Mon Jul 06 2020 Matej Cepl - Add lua54 as new build target
* Thu Apr 23 2020 Matej Cepl - 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 avindraAATTopensuse.org- Fix target folder name in tarball
* Tue Nov 07 2017 aavindraaAATTgmail.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 jmatejekAATTsuse.com- do not build for Lua 5.2
* Fri Aug 11 2017 eichAATTsuse.com- Add defines for the version number and a version number string with \'_\' (underscores) to keep these close together and in sync.
* Thu Aug 10 2017 eichAATTsuse.com- Fix provides/obsoletes for the old package name.
* Thu Jul 13 2017 tchvatalAATTsuse.com- Switch to multibuild syntax to produce results for all lua flavors
* Wed Jan 04 2017 eichAATTsuse.com- Replaced \'makeinstall\' by \'make_install\'.