Compare commits

2 Commits

Author SHA256 Message Date
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 11 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>