forked from pool/rusty_v8
0.51.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=35
This commit is contained in:
parent
7472673593
commit
e8134ee027
5
_service
5
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.50.0</param>
|
<param name="revision">v0.51.0</param>
|
||||||
<param name="version">0.50.0</param>
|
<param name="version">0.51.0</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
<param name="exclude">.gitignore</param>
|
<param name="exclude">.gitignore</param>
|
||||||
@ -16,3 +16,4 @@
|
|||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
BIN
rusty_v8-0.50.0.tar.xz
(Stored with Git LFS)
BIN
rusty_v8-0.50.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
rusty_v8-0.51.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
rusty_v8-0.51.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 18:51:36 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.51.0:
|
||||||
|
* Inline API functions (#1078)
|
||||||
|
* fastcall: Fix get_storage_if_aligned for non-uint8arrays (#1077)
|
||||||
|
* fix(fastcall): Fix options.data representation (#1074)
|
||||||
|
* chore: small clean ups (#1073)
|
||||||
|
* Build with v8_typed_array_max_size_in_heap=0 (#1070)
|
||||||
|
* Rolling to V8 10.7.193.3 (#1072)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 19 19:50:35 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
Mon Sep 19 19:50:35 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.50.0
|
Version: 0.51.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user