7
0
forked from pool/lua-ldoc

4 Commits

Author SHA256 Message Date
8065c67117 Enable lua55 build. 2026-01-23 22:38:13 +01:00
a15ed2ebb0 Enable lua55 build 2026-01-21 21:42:53 +01:00
0e5e192855 Switch off building lua51 build of the package. 2025-10-24 16:48:18 +02:00
efedb9b0c3 Add luajit version to _multibuild 2025-10-20 21:44:33 +02:00
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
<package>lua55</package>
</multibuild>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 23 21:38:13 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Enable lua55 build.
-------------------------------------------------------------------
Fri Oct 24 14:48:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 19:44:31 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
-------------------------------------------------------------------
Thu Mar 14 10:17:56 UTC 2024 - Dominik Heidler <dheidler@suse.de>