4 Commits

4 changed files with 1 additions and 16 deletions

1
.gitattributes vendored
View File

@@ -21,4 +21,3 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*.changes merge=merge-changes

4
.gitignore vendored
View File

@@ -1,5 +1 @@
.osc
*.obscpio
*.osc
_build.*
.pbuild

View File

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

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Fri Oct 24 14:49:53 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 19:00:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
-------------------------------------------------------------------
Thu Mar 16 18:17:12 UTC 2023 - Matej Cepl <mcepl@suse.com>