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>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34eaad8863e96facc6c3d58914bf39d446d976b7a07d003b833697195e7a3da9
|
|
||||||
size 52223556
|
|
3
rusty_v8-0.51.0.tar.xz
Normal file
3
rusty_v8-0.51.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0840cbb918df6dcc29a2293a2c137eba28686f2beab555bbaad7a9fd2d9c2002
|
||||||
|
size 52348716
|
@ -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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c839429268c58915dfce5122800a5b45c262328876585e73a7943b8a040be52d
|
oid sha256:b253aa13ad37d1e5c4dc68ac397d9b4fbc3156e9da90fac56e556bdc16f344cf
|
||||||
size 8693868
|
size 8691680
|
||||||
|
Loading…
Reference in New Issue
Block a user