Changelog for
lua51-messagepack-0.5.2-2.4.noarch.rpm :
* Wed Jan 25 2023 Michal Suchanek
- Fix missing dependency on lua-macros (boo#1205612)
* Tue Jul 13 2021 Matej Cepl - Upgrade to 0.5.2: - improve speed of unpack integers - fix extra bytes detection (see PR #26) - allows ipairs(mp.packers) (see PR #27) - export unpack_cursor instead of unpackers (see issue #23) - refactor without types_map indirection - remove set_number\'integer\' - better use of string.pack (Lua 5.3) - fix pack float with Lua 5.3 - fix behaviour with LUA_32BITS - fix float/integer detection - refactor doc with Markdown and MkDocs - handle long double - handle NaN (like nil) as table index
* Sun Jul 11 2021 Callum Farmer - Use both names in %lua_provides
* Fri Feb 26 2021 Callum Farmer - Fix lua naming
* Thu Feb 18 2021 Matej Cepl - It would be better to rename the package to MessagePack, but certainly RPMs must be called same as the package in OBS.
* Thu Feb 18 2021 Callum Farmer - Use %lua_provides macro for default lua versioning
* Mon Jul 06 2020 Matej Cepl - Add lua54 as new build target
* Mon Oct 30 2017 jmatejekAATTsuse.com- do not build for Lua 5.2
* Wed Aug 16 2017 tchvatalAATTsuse.com- Add %release to old package obsolete/provide as we still have the same version
* Thu Jul 13 2017 tchvatalAATTsuse.com- Switch to multibuild syntax