17
0

Compare commits

7 Commits

Author SHA256 Message Date
d263aa2516 Accepting request 1061049 from devel:languages:lua
Forwarded request #1060916 from michals

- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1061049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-messagepack?expand=0&rev=7
2023-01-26 12:58:16 +00:00
9130c8ff50 Accepting request 1060916 from home:michals:branches:devel:languages:lua
- 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
2023-01-25 21:14:19 +00:00
a913fa3c9b Accepting request 906157 from devel:languages:lua
- 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
- Use both names in %lua_provides

OBS-URL: https://build.opensuse.org/request/show/906157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-messagepack?expand=0&rev=6
2021-07-13 20:37:31 +00:00
088a83dd9f - 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
2021-07-13 13:35:41 +00:00
9257715162 Accepting request 905690 from home:gmbr3:Lua
- Use both names in %lua_provides

OBS-URL: https://build.opensuse.org/request/show/905690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=19
2021-07-13 09:10:43 +00:00
51949dd477 Accepting request 875414 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/875414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-messagepack?expand=0&rev=5
2021-02-26 21:02:05 +00:00
d9a6ea5a65 Accepting request 875344 from home:gmbr3:Lua
- Fix lua naming

OBS-URL: https://build.opensuse.org/request/show/875344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=17
2021-02-26 14:14:32 +00:00
4 changed files with 47 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40e86eacac87f4deaa566cdefaaa1ec6ca90ad14a9419805ea90d069736cfda6
size 16335

BIN
lua-messagepack-0.5.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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>

View File

@@ -1,5 +1,5 @@
#
# spec file for package lua-messagepack
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -17,25 +17,26 @@
%define flavor @BUILD_FLAVOR@
%define mod_name MessagePack
Version: 0.3.3
%define mod_name messagepack
%define rname MessagePack
Version: 0.5.2
Release: 0
Summary: MessagePack is an efficient binary serialization format
License: MIT
Group: Development/Libraries/Other
URL: http://fperrad.github.io/lua-MessagePack/
Source: https://github.com/fperrad/lua-MessagePack/archive/%{version}.tar.gz
URL: https://framagit.org/fperrad/lua-MessagePack
Source: https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-%{version}.tar.gz
BuildRequires: lua-macros
BuildRequires: %{flavor}-devel
Requires: %{flavor}
Provides: %{flavor}-MessagePack = %{version}-%{release}
Obsoletes: %{flavor}-NessagePack <= %{version}-%{release}
BuildArch: noarch
%lua_provides
%lua_provides -n lua-MessagePack
%if "%{flavor}" == ""
Name: lua-messagepack
Name: lua-%{mod_name}
ExclusiveArch: do_not_build
%else
Name: %{flavor}-messagepack
Name: %{flavor}-%{mod_name}
%endif
%description
@@ -46,7 +47,7 @@ It's a pure Lua implementation, without dependency.
And it's really fast with LuaJIT.
%prep
%setup -q -n lua-%{mod_name}-%{version}
%setup -q -n lua-%{rname}-%{version}
%build
: