0.83.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=67
This commit is contained in:
parent
de230c0b94
commit
85bb9794ad
4
_service
4
_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.81.0</param>
|
<param name="revision">v0.83.1</param>
|
||||||
<param name="version">0.81.0</param>
|
<param name="version">0.83.1</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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b972f8f35d1f40dbf4b1665127323859116afe324ec30dc4f038214398bae8f
|
|
||||||
size 58200056
|
|
3
rusty_v8-0.83.1.tar.xz
Normal file
3
rusty_v8-0.83.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c538b3f93d98e9c74342a3068d169a126ff87be907bfe19eefca3f79989d4ae
|
||||||
|
size 58286680
|
@ -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>
|
Thu Nov 2 20:56:46 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
|
||||||
- update to 0.81.0:
|
- update to 0.81.0:
|
||||||
* Rolling to V8 12.0.267.1 #1361
|
* Rolling to V8 12.0.267.1 #1361
|
||||||
* chore: disable zlib in rusty_v8 #1358
|
* chore: disable zlib in rusty_v8 #1358
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rusty_v8
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.81.0
|
Version: 0.83.1
|
||||||
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:c9a26f2953bea4b83104e98442deccfa24034b42d9d9bf5e313d0931b957c3e8
|
oid sha256:55e4179a5a303b47c5fd53ee7510a854b19c8e4b0d484fb84f4929b779437870
|
||||||
size 15387316
|
size 18058128
|
||||||
|
Loading…
Reference in New Issue
Block a user