Accepting request 1149694 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1149694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wasi-libc?expand=0&rev=5
This commit is contained in:
commit
bc5c5ce55f
@ -1,13 +0,0 @@
|
||||
Ignore __FPCLASS_* macros that are new with Clang 17.
|
||||
diff --git a/Makefile b/Makefile
|
||||
index f350ecb..981da98 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -702,6 +702,7 @@ check-symbols: startup_files libc
|
||||
| sed -e 's/__GNUC_VA_LIST $$/__GNUC_VA_LIST 1/' \
|
||||
| grep -v '^#define __\(BOOL\|INT_\(LEAST\|FAST\)\(8\|16\|32\|64\)\|INT\|LONG\|LLONG\|SHRT\)_WIDTH__' \
|
||||
| grep -v '^#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_\(1\|2\|4\|8\)' \
|
||||
+ | grep -v '^#define __FPCLASS_\(\(NEG\|POS\)\(INF\|NORMAL\|SUBNORMAL\|ZERO\)\|[QS]NAN\)' \
|
||||
> "$(SYSROOT_SHARE)/predefined-macros.txt"
|
||||
|
||||
# Check that the computed metadata matches the expected metadata.
|
BIN
wasi-libc-20.tar.gz
(Stored with Git LFS)
BIN
wasi-libc-20.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
wasi-libc-21.tar.gz
Normal file
3
wasi-libc-21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a2a3e3b120ba1163c57f34ac79c3de720a8355ee3a753d81f1f0c58c4cf6017
|
||||
size 1313865
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 21:05:54 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Update to version (wasi-sdk-)21.
|
||||
* Compatibility with Clang 18.
|
||||
* Add shared library support.
|
||||
- Drop obsolete ignore-fpclass-macros.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:16:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wasi-libc
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wasi-libc
|
||||
Version: 20
|
||||
Version: 21
|
||||
Release: 0
|
||||
Summary: WASI libc implementation for WebAssembly
|
||||
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
|
||||
@ -26,7 +26,6 @@ URL: https://github.com/WebAssembly/wasi-libc
|
||||
Source: https://github.com/WebAssembly/wasi-libc/archive/refs/tags/wasi-sdk-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: wasi-libc-rpmlintrc
|
||||
Patch1: workaround-broken-makefile.patch
|
||||
Patch2: ignore-fpclass-macros.patch
|
||||
BuildRequires: clang > 10
|
||||
BuildRequires: llvm > 10
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user