forked from pool/luajit
- Update to version 5.1.2.1.0+git.1753364724.871db2c8: * Windows: Add lua52compat option to msvcbuild.bat. * x86/x64: Don't use undefined MUL/IMUL zero flag. * Avoid out-of-range PC for stack overflow error from snapshot restore. * FFI: Fix dangling CType references (again). * Fix JIT slot overflow during up-recursion. * Avoid out-of-range PC for stack overflow error from snapshot restore. * FFI: Fix dangling CType references. * Prevent Clang UB 'optimization' which breaks integerness checks. * ARM: Fix soft-float math.min()/math.max(). * ARM64: Fix pass-by-value struct calling conventions. * Fix error generation in load*. * Initialize unused value when specializing to cdata metatable.
17 lines
605 B
Plaintext
17 lines
605 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/LuaJIT/LuaJIT.git</param>
|
|
<param name="versionprefix">5.1.2.1.0+git</param>
|
|
<param name="revision">v2.1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="tar" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services> |