forked from pool/lua-messagepack
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40e86eacac87f4deaa566cdefaaa1ec6ca90ad14a9419805ea90d069736cfda6
|
|
||||||
size 16335
|
|
3
lua-messagepack-0.5.2.tar.gz
Normal file
3
lua-messagepack-0.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc8627bdccd573890309508f74e38a3a73c06fd21ede4c93fea46fd00849f1c9
|
||||||
|
size 17210
|
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Jul 11 16:19:18 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-messagepack
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@@ -19,13 +19,13 @@
|
|||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name messagepack
|
%define mod_name messagepack
|
||||||
%define rname MessagePack
|
%define rname MessagePack
|
||||||
Version: 0.3.3
|
Version: 0.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MessagePack is an efficient binary serialization format
|
Summary: MessagePack is an efficient binary serialization format
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: http://fperrad.github.io/lua-MessagePack/
|
URL: https://framagit.org/fperrad/lua-MessagePack
|
||||||
Source: https://github.com/fperrad/lua-MessagePack/archive/%{version}.tar.gz
|
Source: https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Reference in New Issue
Block a user