Accepting request 1244550 from home:iskrim:branches:devel:languages:javascript

update to 1.0.36

OBS-URL: https://build.opensuse.org/request/show/1244550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/wabt?expand=0&rev=3
This commit is contained in:
Avindra Goolcharan 2025-02-11 22:15:29 +00:00 committed by Git OBS Bridge
parent a7dcfbbdb4
commit a0587453d8
5 changed files with 28 additions and 22 deletions

View File

@ -10,8 +10,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/WebAssembly/wabt.git</param>
<param name="revision">1.0.33</param>
<param name="version">1.0.33</param>
<param name="revision">1.0.36</param>
<param name="version">1.0.36</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c6d6fe63babc4f16a4fc0f52d2b322083f1e4b36d2781f25a5c70478a02995a
size 6105284

3
wabt-1.0.36.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68ebefdc0a1451ac5230f42b976dc4655d1018addabb9289a1b68b49d6828a87
size 7071396

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 9 20:38:10 UTC 2025 - Mykhailo Chernysh <isk@lzcnt.space>
- update to 1.0.36
- move installed devel files to devel package
-------------------------------------------------------------------
Sun Aug 13 21:41:09 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: wabt
Version: 1.0.33
Version: 1.0.36
Release: 0
Summary: WebAssembly Binary Toolkit
License: Apache-2.0
@ -63,33 +63,31 @@ Development headers from WABT for wasm-rt
%files
%license LICENSE
%doc README.md Contributing.md
%{_bindir}/wasm-decompile
%{_bindir}/wasm-objdump
%{_bindir}/wasm-interp
%{_bindir}/wasm-opcodecnt
%{_bindir}/wasm-strip
%{_bindir}/spectest-interp
%{_bindir}/wasm-validate
%{_bindir}/wasm2c
%{_bindir}/wasm2wat
%{_bindir}/wasm-decompile
%{_bindir}/wasm-interp
%{_bindir}/wasm-objdump
%{_bindir}/wasm-stats
%{_bindir}/wasm-strip
%{_bindir}/wasm-validate
%{_bindir}/wast2json
%{_bindir}/wat-desugar
%{_bindir}/wat2wasm
%{_mandir}/man1/wasm-interp.1%{?ext_man}
%{_mandir}/man1/wasm-objdump.1%{?ext_man}
%{_bindir}/wat-desugar
%{_mandir}/man1/spectest-interp.1%{?ext_man}
%{_mandir}/man1/wasm2c.1%{?ext_man}
%{_mandir}/man1/wasm2wat.1%{?ext_man}
%{_mandir}/man1/wat2wasm.1%{?ext_man}
%{_mandir}/man1/wat-desugar.1%{?ext_man}
%{_mandir}/man1/spectest-interp.1%{?ext_man}
%{_mandir}/man1/wasm-opcodecnt.1%{?ext_man}
%{_mandir}/man1/wasm-decompile.1%{?ext_man}
%{_mandir}/man1/wasm-interp.1%{?ext_man}
%{_mandir}/man1/wasm-objdump.1%{?ext_man}
%{_mandir}/man1/wasm-stats.1%{?ext_man}
%{_mandir}/man1/wasm-strip.1%{?ext_man}
%{_mandir}/man1/wasm-validate.1%{?ext_man}
%{_mandir}/man1/wast2json.1%{?ext_man}
%{_mandir}/man1/wasm-decompile.1%{?ext_man}
%{_mandir}/man1/wat2wasm.1%{?ext_man}
%{_mandir}/man1/wat-desugar.1%{?ext_man}
%dir %{_datadir}/wabt
%{_datadir}/wabt/wasm2c/*
%dir %{_datadir}/wabt/wasm2c
%files devel
%{_includedir}/wasm-rt.h
@ -115,5 +113,7 @@ Development headers from WABT for wasm-rt
%dir %{_includedir}/wabt
%dir %{_includedir}/wabt/interp
%dir %{_libdir}/cmake/wabt
%{_datadir}/wabt/wasm2c/*
%dir %{_datadir}/wabt/wasm2c
%changelog