forked from pool/libffi
1bc1343f47
following changes: Add RISC-V support. New API in support of GO closures. Add IEEE754 binary128 long double support for 64-bit Power Default to Microsoft's 64 bit long double ABI with Visual C++. GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI. Add Windows on ARM64 (WOA) support. Add Windows 32-bit ARM support. Raw java (gcj) API deprecated. Add pre-built PDF documentation to source distribution. Many new test cases and bug fixes. - SONAME change to libffi.so.8 - stdcall.patch is now upstream - Adjust baselibs.conf for SONAME change - Adjust aarch64.patch for upstream changes - Drop gccbug.patch XFAILing testcases that now PASS with fixed GCC 9.3 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libffi?expand=0&rev=19
88 lines
3.1 KiB
Plaintext
88 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 10 09:57:24 UTC 2020 - Richard Biener <rguenther@suse.com>
|
|
|
|
- Update to commit b844a9c7f1ca based on libffi 3.3 with the
|
|
following changes:
|
|
|
|
Add RISC-V support.
|
|
New API in support of GO closures.
|
|
Add IEEE754 binary128 long double support for 64-bit Power
|
|
Default to Microsoft's 64 bit long double ABI with Visual C++.
|
|
GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
|
|
Add Windows on ARM64 (WOA) support.
|
|
Add Windows 32-bit ARM support.
|
|
Raw java (gcj) API deprecated.
|
|
Add pre-built PDF documentation to source distribution.
|
|
Many new test cases and bug fixes.
|
|
|
|
- SONAME change to libffi.so.8
|
|
- stdcall.patch is now upstream
|
|
- Adjust baselibs.conf for SONAME change
|
|
- Adjust aarch64.patch for upstream changes
|
|
- Drop gccbug.patch XFAILing testcases that now PASS with fixed
|
|
GCC 9.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 11 07:27:45 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Workaround aarch64 bug (boo#1153573) with upstream patch
|
|
https://github.com/libffi/libffi/pull/499 updated to apply
|
|
on current sources (upstream will probably rework this patch
|
|
so we need to monitor the issue for the proper fix):
|
|
* aarch64.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 09:39:07 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
|
|
|
- Update to commit c2a6859
|
|
- gccbug.patch: Update check for gccbug target flag
|
|
- stdcall.patch: Fix FFI_STDCALL ABI
|
|
- libffi-riscv.patch: Removed
|
|
- libffi-include-location.patch: Removed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 16 09:52:39 UTC 2018 - rguenther@suse.com
|
|
|
|
- Add libffi-devel-32bit package.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 12 10:57:40 UTC 2018 - schwab@suse.de
|
|
|
|
- libffi-riscv.patch: add support for RISC-V
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 15:10:35 UTC 2018 - fvogt@suse.com
|
|
|
|
- Use %license (boo#1082318)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 09:55:15 UTC 2018 - schwab@suse.de
|
|
|
|
- Remove aarch64-struct-by-value.patch, needs to be fixed in python.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 18 10:46:22 UTC 2017 - schwab@suse.de
|
|
|
|
- aarch64-struct-by-value.patch: fix passing struct by value on aarch64
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 14 08:14:20 UTC 2017 - dleuenberger@suse.com
|
|
|
|
- Add baselibs.conf in order to build libffi7-32bit (boo#1029263).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 14:51:07 UTC 2017 - rguenther@suse.com
|
|
|
|
- Change License to MIT.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 23:21:39 UTC 2017 - jengelh@inai.de
|
|
|
|
- Provide a _service file (and run it)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 09:10:05 UTC 2017 - rguenther@suse.com
|
|
|
|
- Package libffi from https://github.com/libffi at 60e4250a77eb3
|
|
|