SHA256
10
0
forked from pool/lua-mpack

Make the package buildable with LuaJIT.

Removed upstreamed patches:
  - lua51-mpack-fix-compilation.patch
  - lua51-mpack-fix-gcc7.patch
Add luajit-build.patch to make the source compatible with Lua
  API < 5.2.
This commit is contained in:
2025-10-13 15:29:56 +02:00
parent 9eb1539311
commit 348da6a4b4
9 changed files with 54 additions and 51 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 13 13:21:48 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package buildable with LuaJIT.
- Removed upstreamed patches:
- lua51-mpack-fix-compilation.patch
- lua51-mpack-fix-gcc7.patch
- Add luajit-build.patch to make the source compatible with Lua
API < 5.2 (gh#libmpack/libmpack-lua!34).
-------------------------------------------------------------------
Thu Feb 22 09:55:44 UTC 2024 - Michael Vetter <mvetter@suse.com>