Package Release Info

luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.2.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-2760
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

luajit

Change Logs

Version: 2.1.0~beta3+git.1624618403.e9577376-150400.2.8
* Wed Oct 27 2021 fvogt@suse.com
- Replace luajit-ppc64-remove-asserts.patch with
  luajit-ppc64-replace-asserts.patch to use the proper assert
  functions instead of removing them.
* Mon Oct 25 2021 mgorse@suse.com
- 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.
* Thu Oct 07 2021 mgorse@suse.com
- Exclude s390x for now. There is a not-yet-upstreamed port
  available, but we would need to rebase it for our release.
* Mon Jul 12 2021 mcepl@suse.com
- Clean up SPEC. We don't need update-alternatives after all.
* Tue Jun 29 2021 munix9@googlemail.com
- 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.
* Thu Jun 24 2021 munix9@googlemail.com
- 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.