4 Commits

Author SHA256 Message Date
11b8f25189 Enable lua55 build. 2026-01-23 22:40:04 +01:00
e1ebab6637 Enable lua55 build 2026-01-21 21:44:54 +01:00
e4b561922a Switch off building lua51 build of the package. 2025-10-24 16:50:51 +02:00
0f117d71db Add luajit version to _multibuild 2025-10-20 21:53:58 +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:40:04 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Enable lua55 build.
-------------------------------------------------------------------
Fri Oct 24 14:50:51 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 19:53:56 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>