7
0
forked from pool/rusty_v8
2024-02-09 04:26:36 +00:00
committed by Git OBS Bridge
parent de230c0b94
commit 85bb9794ad
6 changed files with 24 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.81.0</param>
<param name="version">0.81.0</param>
<param name="revision">v0.83.1</param>
<param name="version">0.83.1</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

BIN
rusty_v8-0.81.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rusty_v8-0.83.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,7 +1,21 @@
-------------------------------------------------------------------
Fri Feb 9 04:04:07 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.83.1:
* feat: Support custom host objects in ValueSerializer (#1322)
* Rolling to V8 12.0.267.8 (#1365)
* chore: track v8 12.1 (#1372)
* chore: bump deps (#1376)
* chore: disable android example deps on non-android platforms (#1375)
* Explicit panic instead of silent memory corruption (#1377)
* Add faq for non-main thread init crash (#1384)
* isolate->GetCppHeap() can return nullptr if no heap is attached (#1385)
* Remove AllCanRead flag from PropertyHandlerFlags (#1387)
* Retrieve value from cppgc::Member handle (#1388)
-------------------------------------------------------------------
Thu Nov 2 20:56:46 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.81.0:
* Rolling to V8 12.0.267.1 #1361
* chore: disable zlib in rusty_v8 #1358

View File

@@ -1,7 +1,7 @@
#
# spec file for package rusty_v8
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: rusty_v8
Version: 0.81.0
Version: 0.83.1
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.