AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Replace luajit-ppc64-remove-asserts.patch with luajit-ppc64-replace-asserts.patch to use the proper assert functions instead of removing them.
- Add luajit-ppc64-remove-asserts.patch: remove calls to lua_assert. Fixes the build with our revision (bsc#1191615). - Add luajit-s390x.patch: add s390x support, based on Fedora's patch and ported to our revision. - Remove ExcludeArch, since package currently builds on s390x.
- Exclude s390x for now. There is a not-yet-upstreamed port available, but we would need to rebase it for our release.
- Clean up SPEC. We don't need update-alternatives after all.
- Update to version 2.1.0~beta3+git294.e9577376: * Disable unreliable assertion for external frame unwinding. * Flush and close output file after profiling run. * Avoid conflict between 64 bit lightuserdata and ITERN key.
- Update to version 2.1.0~beta3+git291.3f9389ed: * Throw any errors before stack changes in trace stitching. * DynASM/x86: Add missing escape in pattern. * Fix HTML. * String buffers, part 2e: add serialization string dictionary. * DynASM/ARM64: Fix LSL/BFI* encoding with variable shifts. * Fix MinGW static build. * Fix dependencies. * Fix IR_BUFHDR assembly.