forked from pool/lua-messagepack
- Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1060916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=21
86 lines
2.9 KiB
Plaintext
86 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 12:54:50 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- 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 16:19:18 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use both names in %lua_provides
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 26 11:06:01 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Fix lua naming
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 18:02:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- 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 16:01:08 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:07:11 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
- do not build for Lua 5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 10:30:22 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Add %release to old package obsolete/provide as we still have
|
|
the same version
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 13 18:49:06 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Switch to multibuild syntax
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 13 18:43:33 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Rename to lua-messagepack to be used by all namespaced variants
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 8 12:24:19 UTC 2015 - ronisbr@gmail.com
|
|
|
|
- Add documentation to the package.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 5 13:00:52 UTC 2015 - ronisbr@gmail.com
|
|
|
|
- Fix source URL.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 2 11:27:10 UTC 2015 - ronisbr@gmail.com
|
|
|
|
- Initial version based on devel:languages:lua/lua-messagepack
|
|
|