Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3a777e179 | ||
|
|
541592170b | ||
|
|
13c66b86ec | ||
| 61b62f9e70 | |||
| 3154e026f6 | |||
|
|
a7ab1b1a39 | ||
|
|
830259e738 | ||
|
|
37caa1eb0a | ||
|
|
8e5022c6a5 | ||
|
|
3dada955a5 | ||
|
|
3c13f1f013 | ||
|
|
96893b7732 | ||
|
|
123cb53293 | ||
|
|
568936df3d | ||
|
|
5f6e9bbc69 | ||
|
|
ae28363704 | ||
|
|
6b619e6e9c | ||
|
|
25da2d7729 | ||
|
|
fec828a188 | ||
|
|
291ba02693 |
3 changed files with 47 additions and 17 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,3 +10,5 @@
|
|||
/WasmEdge-0.13.4-src.tar.gz
|
||||
/WasmEdge-0.13.5-src.tar.gz
|
||||
/WasmEdge-0.14.0-src.tar.gz
|
||||
/WasmEdge-0.17.0-src.tar.gz
|
||||
/WasmEdge-0.17.1-src.tar.gz
|
||||
|
|
|
|||
13
sources
13
sources
|
|
@ -1,12 +1 @@
|
|||
SHA512 (WasmEdge-0.10.1-src.tar.gz) = 56375a1198e9dd20a66e4baffd2932afbd125e652bb761bf2c4de31be7edfbdc50a6aad5f6cc9b83dc5838841e60d51e7420310d366d6fb860a0c32c97ecc3d3
|
||||
SHA512 (WasmEdge-0.11.0-src.tar.gz) = 4baadceca1f522123e1e8e1cb48657e4f39ccda6cc50731c8774bea833947bc6503b787c271498e604555ca261e01b933f27e257d7b0c94c258e371cc0171e66
|
||||
SHA512 (WasmEdge-0.11.1-src.tar.gz) = d5bf0d9b906adf0f8b6bb4bb0128b896552ce62b26f6c3ef351308f7f63c1e082acfe8c056b2013957a7a1e24959ce546c40ecb593a0a0d40df03f53e17b4570
|
||||
SHA512 (WasmEdge-0.11.2-src.tar.gz) = ebe10f564fdb142075fb39eea3b6e4e784db62d1a2bfdb84158036cb044510c20b77051f1f4279d5d220146a69dc97350da9799a57a06c6aa0b8e00d8714b685
|
||||
SHA512 (WasmEdge-0.12.0-src.tar.gz) = 23a87617a9c528f3639a6ccb51a8fce4e7ba4659591559ed7bba5350eb9270cae3adcad19e547c5699d74cbed2c55ad28ab684bbd5e759d782e431e9dd93ff8e
|
||||
SHA512 (WasmEdge-0.12.1-src.tar.gz) = c81ddbe9925e8ea144381f3d999f8b19bfcfae91aa63328beeee1f3c5b002ce47157eee28d5323d3a7303806975417856d5ec497d1e60f59312f9dc47756c533
|
||||
SHA512 (WasmEdge-0.13.1-src.tar.gz) = 66739e02ffb9669b2545765bcbcf49845afa4e1b9f6d11d011363c11febb0aff4465a774dddd7b513568ff99c80490d76611b74d4d8bd510df7209a73f3abcb0
|
||||
SHA512 (WasmEdge-0.13.2-src.tar.gz) = 68038e39487fca9845da77e0ced3af5e36160a0aa458ddd0540d4dbb5d47e0e8f4e12582e9b1c57b371ba13218dcceef6bc44cbd2b76aab7626b0ada963cdba4
|
||||
SHA512 (WasmEdge-0.13.3-src.tar.gz) = b8b2e1974fd2ca5bfa0b10311812b69a2a0d2b9864c3d316e3134a08e0a08392cad2b83867e20cd7feeead2afabfa8be19079e690ded7ae9e9bdef41223fd7bd
|
||||
SHA512 (WasmEdge-0.13.4-src.tar.gz) = ec9b7d1d5eddeb263e4fd00b11e0cac8e11e73a00db0a53ef01ade13518841823274d5ad85be005a82cf8c58a5bec7a8ad6e54358abe4a784439692afbe43fcf
|
||||
SHA512 (WasmEdge-0.13.5-src.tar.gz) = 9d3ece45897d2c9bb3848662fc4ab36c2e0f178450b00f7ea7d183b7162d150d1306e1781b2542463993bab2ec6732def8d63be20ec192b18d93d98c537fb48a
|
||||
SHA512 (WasmEdge-0.14.0-src.tar.gz) = fa9ab14f1c477e1909efe88d760a2ab9212687328a885054f0830284bc71d559ab5263eefbbc564d88280b3907d5e3145ffeff87830eb13ad1f3fc4a599e4340
|
||||
SHA512 (WasmEdge-0.17.1-src.tar.gz) = b5f1d7cde7fee8f43dff972135fb49489c0e752cd364aa13ecb15b7ccd0d81579ac2552d3e3a8f6f5a870313eda640010f833869a0089677a3c8d76476e0fbed
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
%global version 0.14.0
|
||||
%global version 0.17.1
|
||||
%global reponame WasmEdge
|
||||
%global capi_soname 0
|
||||
%global capi_version 0.1.0
|
||||
%global capi_version 0.1.1
|
||||
|
||||
Name: wasmedge
|
||||
Version: %{version}
|
||||
Release: %autorelease
|
||||
Release: 1%{?dist}
|
||||
Summary: High performance WebAssembly Virtual Machine
|
||||
# The entire source code is ASL 2.0 except LICENSE.spdx which is CC0
|
||||
License: ASL 2.0 and CC0
|
||||
|
|
@ -54,7 +54,7 @@ Provides: %{reponame}-devel = %{version}-%{release}
|
|||
This package contains necessary header files for %{reponame} development.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}
|
||||
%autosetup -p 1 -n %{name}
|
||||
[ -f VERSION ] || echo -n %{version} > VERSION
|
||||
|
||||
%build
|
||||
|
|
@ -101,7 +101,46 @@ cd ..
|
|||
%{_includedir}/%{name}/int128.h
|
||||
%{_includedir}/%{name}/version.h
|
||||
%{_includedir}/%{name}/wasmedge.h
|
||||
%{_includedir}/%{name}/wasmedge_ast.h
|
||||
%{_includedir}/%{name}/wasmedge_basic.h
|
||||
%{_includedir}/%{name}/wasmedge_compiler.h
|
||||
%{_includedir}/%{name}/wasmedge_configure.h
|
||||
%{_includedir}/%{name}/wasmedge_context.h
|
||||
%{_includedir}/%{name}/wasmedge_deprecated.h
|
||||
%{_includedir}/%{name}/wasmedge_execution.h
|
||||
%{_includedir}/%{name}/wasmedge_experimental.h
|
||||
%{_includedir}/%{name}/wasmedge_instance.h
|
||||
%{_includedir}/%{name}/wasmedge_plugin.h
|
||||
%{_includedir}/%{name}/wasmedge_tools.h
|
||||
%{_includedir}/%{name}/wasmedge_value.h
|
||||
%{_includedir}/%{name}/wasmedge_vm.h
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Mon Jul 06 2026 hydai <hydai@hyd.ai> - 0.17.1-1
|
||||
- Update to 0.17.1
|
||||
- Drop 0001-Build-with-fmt-8-and-older-spdlog.patch; fmt/spdlog compat upstreamed
|
||||
|
||||
* Tue Jun 02 2026 hydai <hydai@hyd.ai> - 0.17.0-1
|
||||
- Update to 0.17.0
|
||||
- Drop downstream LLVM 19/20/21 and overflow patches (merged upstream)
|
||||
- Add downstream patch to build against RHEL 9 fmt 8 / spdlog 1.10
|
||||
|
||||
* Mon Jan 05 2026 dm4 <dm4@secondstate.io> - 0.14.0-4
|
||||
- Backport fix for CVE-2025-22921
|
||||
|
||||
* Fri Jul 18 2025 Carl George <carlwgeorge@fedoraproject.org> - 0.14.0-3
|
||||
- Add upstream patch for LLVM 19 support
|
||||
- Rebuild for LLVM 19 rhbz#2381863
|
||||
|
||||
* Tue Nov 26 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.14.0-2
|
||||
- Rebuilt for LLVM 18
|
||||
|
||||
* Thu May 30 2024 dm4 <dm4@secondstate.io> - 0.14.0
|
||||
- Release 0.14.0
|
||||
* Tue Nov 14 2023 dm4 <dm4@secondstate.io> - 0.13.5
|
||||
- Release 0.13.5
|
||||
* Fri Jul 21 2023 dm4 <dm4@secondstate.io> - 0.13.2
|
||||
- Release 0.13.2
|
||||
* Mon Jul 10 2023 dm4 <dm4@secondstate.io> - 0.13.1
|
||||
- Release 0.13.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue