Avindra Goolcharan 2022-08-15 18:01:57 +00:00 committed by Git OBS Bridge
parent 9a1b7d81d2
commit 7944be1d9f
6 changed files with 40 additions and 8 deletions

View File

@ -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.44.2</param> <param name="revision">v0.48.1</param>
<param name="version">0.44.2</param> <param name="version">0.48.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>

View File

@ -2,12 +2,13 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 9cdafb2..211684c 100644 index 9cdafb2..211684c 100644
--- a/build/config/compiler/BUILD.gn --- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn
@@ -1548,15 +1548,6 @@ config("default_warnings") { @@ -1564,16 +1564,6 @@ config("default_warnings") {
cflags += [ "-Wno-unqualified-std-cast-call" ] cflags += [ "-Wno-unqualified-std-cast-call" ]
} }
- if (!is_nacl && !(is_chromeos || - if (!is_nacl && !(is_chromeos ||
- default_toolchain == "//build/toolchain/cros:target")) { - default_toolchain == "//build/toolchain/cros:target") &&
- clang_major_version >= 15) {
- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out - # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out
- cflags += [ - cflags += [
- "-Xclang", - "-Xclang",

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54252303eb7b9caa65455360f870b1c00ea188e825c66a783bf218004702baf7
size 52186752

3
rusty_v8-0.48.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9abe390f5e7ac7213744e982c80a60d804369b6c9a719d44be819575d6fda5a5
size 52339940

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Aug 15 17:55:41 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.48.1:
* Track v8 10.5 (#1034)
* Rolling to V8 10.5.218.1 (#1036)
* Add type specialized setters for v8::ReturnValue (#1015)
* chore: add check for no-fail-fast label (#1017)
* Expose from_function_callback_info (#1016)
* Add ReturnValue::set_bool (#1020)
* V8 Fast API Calls (#1021)
* V8 Fast API Sequence (#1022)
* Add back gn args --list on build (#1013)
* Add Uint32 / Int32 Value method bindings (#1030)
* feat: WasmAsyncResolvePromiseCallback (#1029)
* Add v8::Object [Get/Set]AlignedPointer[From/In]InternalField (#1026)
* Support Fast API Overloads (#1031)
* refactor: remove unnecessary complexity from build.rs (#963)
* support V8 FastApiCallbackOptions (#1044)
* Export WasmAsyncSuccess enum, change signature of
WasmAsyncResolvePro (#1046)
* Add support for Fast calls with Uint8Array (#1047)
- rebase fix-cflags.patch
-------------------------------------------------------------------
Thu Jun 30 19:17:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.44.3:
* add type specialized setters for v8::ReturnValue (#1015)
* Expose from_function_callback_info (#1016)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org> Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: rusty_v8 Name: rusty_v8
Version: 0.44.2 Version: 0.48.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