7
0
forked from pool/rusty_v8
Avindra Goolcharan 2022-09-29 19:16:36 +00:00 committed by Git OBS Bridge
parent 7472673593
commit e8134ee027
6 changed files with 20 additions and 8 deletions

@ -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)

Binary file not shown.

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)

Binary file not shown.