2023-08-13 21:55:30 +00:00
committed by Git OBS Bridge
parent a417c5f112
commit a7dcfbbdb4
5 changed files with 38 additions and 8 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.20</param>
<param name="version">1.0.20</param>
<param name="revision">1.0.33</param>
<param name="version">1.0.33</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:9dd478d05764c591338661ec9cb6bf8d43399d7320867f7088dac833b770b722
size 1934680

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 13 21:41:09 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- roll 1.0.20...1.0.33
* 392 commits
* 1,264 files changed
-------------------------------------------------------------------
Sun Jan 10 19:15:02 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wabt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 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: wabt
Version: 1.0.20
Version: 1.0.33
Release: 0
Summary: WebAssembly Binary Toolkit
License: Apache-2.0
@@ -87,10 +87,33 @@ Development headers from WABT for wasm-rt
%{_mandir}/man1/wasm-validate.1%{?ext_man}
%{_mandir}/man1/wast2json.1%{?ext_man}
%{_mandir}/man1/wasm-decompile.1%{?ext_man}
%dir %{_datadir}/wabt
%{_datadir}/wabt/wasm2c/*
%dir %{_datadir}/wabt/wasm2c
%files devel
%{_includedir}/wasm-rt-impl.h
%{_includedir}/wasm-rt.h
%{_includedir}/wabt/*.h
%{_libdir}/libwasm-rt-impl.a
%{_includedir}/wasm-rt-exceptions.h
%{_includedir}/wabt/feature.def
%{_includedir}/wabt/interp/binary-reader-interp.h
%{_includedir}/wabt/interp/interp-inl.h
%{_includedir}/wabt/interp/interp-math.h
%{_includedir}/wabt/interp/interp-util.h
%{_includedir}/wabt/interp/interp-wasi.h
%{_includedir}/wabt/interp/interp.h
%{_includedir}/wabt/interp/istream.h
%{_includedir}/wabt/opcode.def
%{_includedir}/wabt/token.def
%{_libdir}/cmake/wabt/wabt-config-version.cmake
%{_libdir}/cmake/wabt/wabt-config.cmake
%{_libdir}/cmake/wabt/wabt-targets-relwithdebinfo.cmake
%{_libdir}/cmake/wabt/wabt-targets.cmake
%{_libdir}/libwabt.a
%dir %{_includedir}/wabt
%dir %{_includedir}/wabt/interp
%dir %{_libdir}/cmake/wabt
%changelog