File luajit.changes of Package luajit.28820
-------------------------------------------------------------------
Wed Oct 27 20:20:36 UTC 2021 - Fabian Vogt <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 21:55:16 UTC 2021 - Michael Gorse <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 7 15:09:55 UTC 2021 - Michael Gorse <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 17:15:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC. We don't need update-alternatives after all.
-------------------------------------------------------------------
Tue Jun 29 17:17:36 UTC 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 10:15:35 UTC 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.