forked from pool/lua-zlib
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
add4580630
|
|||
|
747b5967ac
|
|||
|
a5fcdeaf60
|
|||
|
fff5731615
|
|||
|
bbd3273efc
|
@@ -1,5 +1,6 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>luajit</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
|
<package>lua55</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:782818d036daa7fcf586d1bb6cfe8e39fb4303f36177139874373e9814838749
|
|
||||||
size 16056
|
|
||||||
@@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 12:17:36 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to version 1.4:
|
||||||
|
- fix(README.md): 1- zlib URL; 2 - patch version type
|
||||||
|
description.
|
||||||
|
- fix(ci): ubuntu-20.04 image is being phased out
|
||||||
|
- support Lua 5.5
|
||||||
|
- ci: use up-to-date actions to work with Lua 5.5 and LuaRocks
|
||||||
|
3.13.0
|
||||||
|
- Update to version 1.3:
|
||||||
|
- Drop $Format:%d$, closes #44
|
||||||
|
- Allow lua54
|
||||||
|
- Stop inhibiting Lua 5.4
|
||||||
|
- Example of multi stream decompression
|
||||||
|
- Fixed rockspec issue raised in #56
|
||||||
|
- fix unauthenticated git protocol on port 9418
|
||||||
|
- Correct spelling mistakes
|
||||||
|
- Add CI linting & test matrix across Lua versions
|
||||||
|
- Update CI tests for current GitHub Action scene
|
||||||
|
- avoid converting string to char *.
|
||||||
|
- Explicitly cast integers to pointers when pushing checksum on
|
||||||
|
Lua stack
|
||||||
|
- CI: use up-to-date GitHub Actions to install Lua and LuaRocks
|
||||||
|
- fix: tests for zlib 1.3
|
||||||
|
- fixes development rockspec for MinGW and adds Windows / macOS
|
||||||
|
to the test matrix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 23 21:40:28 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Enable lua55 build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:51:21 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Switch off building lua51 build of the package.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 19:42:38 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add luajit version to _multibuild
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name zlib
|
%define mod_name zlib
|
||||||
Version: 1.2+git29
|
Version: 1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple streaming interface to zlib for Lua
|
Summary: Simple streaming interface to zlib for Lua
|
||||||
License: MIT OR X11
|
License: MIT OR X11
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
URL: https://github.com/brimworks/lua-zlib
|
URL: https://github.com/brimworks/lua-zlib
|
||||||
Source: lua-%{mod_name}-%{version}.tar.xz
|
Source0: https://github.com/brimworks/lua-%{mod_name}/archive/refs/tags/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -58,7 +58,8 @@ mkdir -p %{buildroot}/%{lua_archdir}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%license LICENCE
|
||||||
|
%doc README.md
|
||||||
%{lua_archdir}/zlib.so
|
%{lua_archdir}/zlib.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
zlib-1.4.tar.gz
LFS
Normal file
BIN
zlib-1.4.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user