From 96471733b708aafc8c194175a5e18081a32fa898 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 17 Nov 2025 12:52:27 +0100 Subject: [PATCH 1/6] update to 1.0.39 (resolves rhbz#2401391) --- .gitignore | 2 ++ sources | 4 ++-- wabt.spec | 11 +++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fd27f29..d499f29 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ /wabt-testsuite-f3f0486.tar.gz /wabt-1.0.37.tar.gz /wabt-testsuite-cbc54d7.tar.gz +/wabt-1.0.39.tar.gz +/wabt-testsuite-d76759e.tar.gz diff --git a/sources b/sources index 5e5c675..ca77cac 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wabt-1.0.37.tar.gz) = 446622858458553f56187cf17e9435168837ac093f81f81852f12b0aeb7e6e542c5ac1fbce1dde1265107add52cc3f2cacf0c2cf25154d168080b8bece15e21b -SHA512 (wabt-testsuite-cbc54d7.tar.gz) = ed1761f69c03d9b69fc1e4e6bc25a5b69e4f15a19ba26bc110851e9a68e71cd718e7cf2c76cd8dcf82f0f5321102654b450aadb39cd3cb37a3cdc2669d6f6e75 +SHA512 (wabt-1.0.39.tar.gz) = be6424783fd9cb87d8b1b69babcd8ce257b71146b6c9df63989c2c2a3a83f321f94dd9441115eec8ad62b7c7b57aeade5b3803f23181c89265d027525fbabc6a +SHA512 (wabt-testsuite-d76759e.tar.gz) = fa5a6315098d2764e7170feeefaa8161ea5577769b98f4a4301e594e555dccb59395212a33585970509912ae08bb40478119e989894e60e0103acd52378837ea SHA512 (wabt-wasm-c-api-b6dd1fb.tar.gz) = 5d3eec2184f8b66e2358b85f416afaea172f24155a61c9412a9d9374aa50347cf0ebe940f35727bc8c0ffe287033b967cc97a857feab6aa9e5098458e72b4fd0 diff --git a/wabt.spec b/wabt.spec index bc6b27e..bfeea9c 100644 --- a/wabt.spec +++ b/wabt.spec @@ -1,16 +1,16 @@ %undefine __cmake_in_source_build %bcond_without check -%global commit 3e826ecde1adfba5f88d10d361131405637e65a3 +%global commit ad75c5edcdff96d73c245b57fbc07607aaca9f95 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ts_commit cbc54d77065e5202bcb69e0d1c53ceccc29a7984 +%global ts_commit d76759e746f3564a03f6106ae19679742f2a1831 %global ts_shortcommit %(c=%{ts_commit}; echo ${c:0:7}) %global wc_commit b6dd1fb658a282c64b029867845bc50ae59e1497 %global wc_shortcommit %(c=%{wc_commit}; echo ${c:0:7}) Summary: The WebAssembly Binary Toolkit Name: wabt -Version: 1.0.37 -Release: 2%{?dist} +Version: 1.0.39 +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,6 +137,9 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Mon Nov 17 2025 Dominik Mierzejewski 1.0.39-1 +- update to 1.0.39 (resolves rhbz#2401391) + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 22610acf6eb0c49fe9132f82b5613650bbb2d51d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:06:01 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wabt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wabt.spec b/wabt.spec index bfeea9c..17e2705 100644 --- a/wabt.spec +++ b/wabt.spec @@ -10,7 +10,7 @@ Summary: The WebAssembly Binary Toolkit Name: wabt Version: 1.0.39 -Release: 1%{?dist} +Release: 2%{?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,6 +137,9 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Nov 17 2025 Dominik Mierzejewski 1.0.39-1 - update to 1.0.39 (resolves rhbz#2401391) From bd51f1b693ecc951c56c413fcd9d1bcc81f83791 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Thu, 16 Apr 2026 13:16:38 +0200 Subject: [PATCH 3/6] update to 1.0.40 (resolves rhbz#2446432) - stop using obsolete cmake3 macros --- .gitignore | 1 + sources | 2 +- wabt.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d499f29..73e79e0 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /wabt-testsuite-cbc54d7.tar.gz /wabt-1.0.39.tar.gz /wabt-testsuite-d76759e.tar.gz +/wabt-1.0.40.tar.gz diff --git a/sources b/sources index ca77cac..5692292 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wabt-1.0.39.tar.gz) = be6424783fd9cb87d8b1b69babcd8ce257b71146b6c9df63989c2c2a3a83f321f94dd9441115eec8ad62b7c7b57aeade5b3803f23181c89265d027525fbabc6a +SHA512 (wabt-1.0.40.tar.gz) = 48e6419067c8323a56887b4fb37c4ef694296395328dd03ca414c83e62a2163face4da9c01d595eb6d1a73bded0a8b56fa0f4ae917f8062814b1166bcd027b47 SHA512 (wabt-testsuite-d76759e.tar.gz) = fa5a6315098d2764e7170feeefaa8161ea5577769b98f4a4301e594e555dccb59395212a33585970509912ae08bb40478119e989894e60e0103acd52378837ea SHA512 (wabt-wasm-c-api-b6dd1fb.tar.gz) = 5d3eec2184f8b66e2358b85f416afaea172f24155a61c9412a9d9374aa50347cf0ebe940f35727bc8c0ffe287033b967cc97a857feab6aa9e5098458e72b4fd0 diff --git a/wabt.spec b/wabt.spec index 17e2705..fca5f43 100644 --- a/wabt.spec +++ b/wabt.spec @@ -9,8 +9,8 @@ Summary: The WebAssembly Binary Toolkit Name: wabt -Version: 1.0.39 -Release: 2%{?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 @@ -18,7 +18,7 @@ Source2: https://github.com/WebAssembly/wasm-c-api/archive/%{wc_commit}/%{name}- # increase test timeout to avoid failures Patch0: %{name}-test-timeout.patch License: Apache-2.0 -BuildRequires: cmake3 +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: openssl-devel %if %{with check} @@ -85,14 +85,14 @@ popd %endif %build -%cmake3 -DUSE_SYSTEM_GTEST=ON \ +%cmake -DUSE_SYSTEM_GTEST=ON \ %ifarch i686 -DWASM2C_CFLAGS="-msse2 -mfpmath=sse" %endif -%cmake3_build +%cmake_build %install -%cmake3_install +%cmake_install %if %{with check} %check @@ -137,6 +137,10 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Thu Apr 16 2026 Dominik Mierzejewski 1.0.40-1 +- update to 1.0.40 (resolves rhbz#2446432) +- stop using obsolete cmake3 macros + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.39-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From af59173ac7f3abc94aa6077cd1b567cc7d7e93c3 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Thu, 21 May 2026 18:01:11 +0200 Subject: [PATCH 4/6] update to 1.0.41 (resolves rhbz#2467788) --- .gitignore | 1 + sources | 2 +- wabt.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73e79e0..583cdcc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /wabt-1.0.39.tar.gz /wabt-testsuite-d76759e.tar.gz /wabt-1.0.40.tar.gz +/wabt-1.0.41.tar.gz diff --git a/sources b/sources index 5692292..dab7fb8 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wabt-1.0.40.tar.gz) = 48e6419067c8323a56887b4fb37c4ef694296395328dd03ca414c83e62a2163face4da9c01d595eb6d1a73bded0a8b56fa0f4ae917f8062814b1166bcd027b47 +SHA512 (wabt-1.0.41.tar.gz) = afa21608c20e42b009ef4685b04a42bdaf087ffec7e5e6bc2d91a8ffd801cb54f5c67a06ad2ec4398dd190543146c79d41a444b0aa21112685d81fd192d8ffd5 SHA512 (wabt-testsuite-d76759e.tar.gz) = fa5a6315098d2764e7170feeefaa8161ea5577769b98f4a4301e594e555dccb59395212a33585970509912ae08bb40478119e989894e60e0103acd52378837ea SHA512 (wabt-wasm-c-api-b6dd1fb.tar.gz) = 5d3eec2184f8b66e2358b85f416afaea172f24155a61c9412a9d9374aa50347cf0ebe940f35727bc8c0ffe287033b967cc97a857feab6aa9e5098458e72b4fd0 diff --git a/wabt.spec b/wabt.spec index fca5f43..6607d1f 100644 --- a/wabt.spec +++ b/wabt.spec @@ -9,7 +9,7 @@ Summary: The WebAssembly Binary Toolkit Name: wabt -Version: 1.0.40 +Version: 1.0.41 Release: 1%{?dist} URL: https://github.com/WebAssembly/wabt Source0: https://github.com/WebAssembly/wabt/archive/%{version}/%{name}-%{version}.tar.gz @@ -137,6 +137,9 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Thu May 21 2026 Dominik Mierzejewski - 1.0.41-1 +- update to 1.0.41 (resolves rhbz#2467788) + * Thu Apr 16 2026 Dominik Mierzejewski 1.0.40-1 - update to 1.0.40 (resolves rhbz#2446432) - stop using obsolete cmake3 macros From 3ca84fcaf78753806ca4f0b41549174a0f977a7f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:04:12 -0400 Subject: [PATCH 5/6] Rebuilt for openssl 4.0 --- wabt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wabt.spec b/wabt.spec index 6607d1f..a1ed23d 100644 --- a/wabt.spec +++ b/wabt.spec @@ -10,7 +10,7 @@ Summary: The WebAssembly Binary Toolkit Name: wabt Version: 1.0.41 -Release: 1%{?dist} +Release: 2%{?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,6 +137,9 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 1.0.41-2 +- Rebuilt for openssl 4.0 + * Thu May 21 2026 Dominik Mierzejewski - 1.0.41-1 - update to 1.0.41 (resolves rhbz#2467788) From a84dfd7eb10b528f309d68cd742d9f5ed9d08b9f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:40:18 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wabt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wabt.spec b/wabt.spec index a1ed23d..5c0d5e9 100644 --- a/wabt.spec +++ b/wabt.spec @@ -10,7 +10,7 @@ Summary: The WebAssembly Binary Toolkit Name: wabt Version: 1.0.41 -Release: 2%{?dist} +Release: 3%{?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,6 +137,9 @@ cmake --build redhat-linux-build --verbose --target run-tests %{?_smp_mflags} %{_mandir}/man1/wat2wasm.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.41-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 1.0.41-2 - Rebuilt for openssl 4.0