| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version (wasi-sdk-)22. * Add support for some network APIs. - Rebase workaround-broken-makefile.patch. - Backport upstream patches to fix build with Clang 19: * ignore-gcc-con-destructive-size-macros.patch * ignore-norm-max-macros.patch * ignore-stdc-embed-macros.patch * ignore-wasm-macros-indirect-function-table.patch
- Update to version (wasi-sdk-)21. * Compatibility with Clang 18. * Add shared library support. - Drop obsolete ignore-fpclass-macros.patch.
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
- Update to version (wasi-sdk-)20. * Compatibility with Clang 16. * Rename triple wasm32-wasi-pthread to wasm32-wasi-threads. * Implement support for spinlock. * Improve performance in dlmalloc. - Rebase workaround-broken-makefile.patch. - Drop obsolete undefine-gcc-macros.patch. (Has been solved upstream in gh#WebAssembly/wasi-libc#379.) - Add ignore-fpclass-macros.patch to ignore __FPCLASS_* macros that are new with Clang 17.
- Update to version (wasi-sdk-)19. - Rebase workaround-broken-makefile.patch. - Add undefine-gcc-macros.patch: ignore new macros for now to fix build with Clang 16. - Declare the package as noarch: the binaries are for WebAssembly, not the host architecture.
- Update services to comply with OBS - Fix rpmlintrc
- Add rpmlintrc to suppress errors for now - Add workaround-broken-makefile.patch for cleaner build/install separation
- Initial commit