From 7944be1d9fdfc4737e527dd370da54c7a987e58ad7af9059eac809c60e683513 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Mon, 15 Aug 2022 18:01:57 +0000 Subject: [PATCH] 0.48.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=32 --- _service | 4 ++-- fix-cflags.patch | 5 +++-- rusty_v8-0.44.2.tar.xz | 3 --- rusty_v8-0.48.1.tar.xz | 3 +++ rusty_v8.changes | 31 +++++++++++++++++++++++++++++++ rusty_v8.spec | 2 +- 6 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 rusty_v8-0.44.2.tar.xz create mode 100644 rusty_v8-0.48.1.tar.xz diff --git a/_service b/_service index 58f2c60..b1bef10 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/denoland/rusty_v8 git - v0.44.2 - 0.44.2 + v0.48.1 + 0.48.1 .git .github .gitignore diff --git a/fix-cflags.patch b/fix-cflags.patch index 09a36e5..13f1643 100644 --- a/fix-cflags.patch +++ b/fix-cflags.patch @@ -2,12 +2,13 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 9cdafb2..211684c 100644 --- a/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" ] } - 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 - cflags += [ - "-Xclang", diff --git a/rusty_v8-0.44.2.tar.xz b/rusty_v8-0.44.2.tar.xz deleted file mode 100644 index f9d8434..0000000 --- a/rusty_v8-0.44.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54252303eb7b9caa65455360f870b1c00ea188e825c66a783bf218004702baf7 -size 52186752 diff --git a/rusty_v8-0.48.1.tar.xz b/rusty_v8-0.48.1.tar.xz new file mode 100644 index 0000000..ac5caca --- /dev/null +++ b/rusty_v8-0.48.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abe390f5e7ac7213744e982c80a60d804369b6c9a719d44be819575d6fda5a5 +size 52339940 diff --git a/rusty_v8.changes b/rusty_v8.changes index a19e1b9..3f4e97d 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Aug 15 17:55:41 UTC 2022 - Avindra Goolcharan + +- 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 + +- 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 diff --git a/rusty_v8.spec b/rusty_v8.spec index c038d72..3d163e1 100644 --- a/rusty_v8.spec +++ b/rusty_v8.spec @@ -17,7 +17,7 @@ Name: rusty_v8 -Version: 0.44.2 +Version: 0.48.1 Release: 0 Summary: Build tooling for Deno (do not install or use!) License: MIT