SHA256
1
0
forked from pool/lua-zlib

5 Commits

Author SHA256 Message Date
add4580630 Update to version 1.4 from 1.2
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
2026-03-04 13:29:12 +01:00
747b5967ac Enable lua55 build. 2026-01-23 22:40:28 +01:00
a5fcdeaf60 Enable lua55 build 2026-01-21 21:45:18 +01:00
fff5731615 Switch off building lua51 build of the package. 2025-10-24 16:51:21 +02:00
bbd3273efc Add luajit version to _multibuild 2025-10-20 21:42:41 +02:00
5 changed files with 52 additions and 7 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:782818d036daa7fcf586d1bb6cfe8e39fb4303f36177139874373e9814838749
size 16056

View File

@@ -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>

View File

@@ -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

Binary file not shown.