Compare commits
No commits in common. "rawhide" and "f44" have entirely different histories.
3 changed files with 3 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -44,4 +44,3 @@
|
|||
/wabt-1.0.39.tar.gz
|
||||
/wabt-testsuite-d76759e.tar.gz
|
||||
/wabt-1.0.40.tar.gz
|
||||
/wabt-1.0.41.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (wabt-1.0.41.tar.gz) = afa21608c20e42b009ef4685b04a42bdaf087ffec7e5e6bc2d91a8ffd801cb54f5c67a06ad2ec4398dd190543146c79d41a444b0aa21112685d81fd192d8ffd5
|
||||
SHA512 (wabt-1.0.40.tar.gz) = 48e6419067c8323a56887b4fb37c4ef694296395328dd03ca414c83e62a2163face4da9c01d595eb6d1a73bded0a8b56fa0f4ae917f8062814b1166bcd027b47
|
||||
SHA512 (wabt-testsuite-d76759e.tar.gz) = fa5a6315098d2764e7170feeefaa8161ea5577769b98f4a4301e594e555dccb59395212a33585970509912ae08bb40478119e989894e60e0103acd52378837ea
|
||||
SHA512 (wabt-wasm-c-api-b6dd1fb.tar.gz) = 5d3eec2184f8b66e2358b85f416afaea172f24155a61c9412a9d9374aa50347cf0ebe940f35727bc8c0ffe287033b967cc97a857feab6aa9e5098458e72b4fd0
|
||||
|
|
|
|||
13
wabt.spec
13
wabt.spec
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
Summary: The WebAssembly Binary Toolkit
|
||||
Name: wabt
|
||||
Version: 1.0.41
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.40
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/WebAssembly/wabt
|
||||
Source0: https://github.com/WebAssembly/wabt/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/WebAssembly/testsuite/archive/%{ts_commit}/%{name}-testsuite-%{ts_shortcommit}.tar.gz
|
||||
|
|
@ -137,15 +137,6 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags}
|
|||
%{_mandir}/man1/wat2wasm.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.41-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.0.41-2
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Thu May 21 2026 Dominik Mierzejewski <dominik@greysector.net> - 1.0.41-1
|
||||
- update to 1.0.41 (resolves rhbz#2467788)
|
||||
|
||||
* Thu Apr 16 2026 Dominik Mierzejewski <dominik@greysector.net> 1.0.40-1
|
||||
- update to 1.0.40 (resolves rhbz#2446432)
|
||||
- stop using obsolete cmake3 macros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue