diff --git a/_service b/_service index 239ac3d..57899d2 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/denoland/rusty_v8 git - v0.51.0 - 0.51.0 + v0.52.0 + 0.52.0 .git .github .gitignore diff --git a/fix-cflags.patch b/fix-cflags.patch deleted file mode 100644 index 13f1643..0000000 --- a/fix-cflags.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 -@@ -1564,16 +1564,6 @@ config("default_warnings") { - cflags += [ "-Wno-unqualified-std-cast-call" ] - } - -- if (!is_nacl && !(is_chromeos || -- 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", -- "-no-opaque-pointers", -- ] -- } -- - if (is_fuchsia) { - # TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383) - cflags += [ "-Wno-deprecated-copy" ] diff --git a/rusty_v8-0.51.0.tar.xz b/rusty_v8-0.51.0.tar.xz deleted file mode 100644 index 947062f..0000000 --- a/rusty_v8-0.51.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0840cbb918df6dcc29a2293a2c137eba28686f2beab555bbaad7a9fd2d9c2002 -size 52348716 diff --git a/rusty_v8-0.52.0.tar.xz b/rusty_v8-0.52.0.tar.xz new file mode 100644 index 0000000..1fbce97 --- /dev/null +++ b/rusty_v8-0.52.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec71387359b50bf74096dbe6f5ccb001531033721f037c869878f793ac2f3aaa +size 52387712 diff --git a/rusty_v8.changes b/rusty_v8.changes index a9a79e8..ba1e6ac 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan + +- update to 0.52.0: + * Rolling to V8 10.7.193.13 (#1081) + * Skip running benchmarks in CI (#1085) + * feat: Add v8::icu::get_language_tag() (#953) + * feat: Add ObjectTemplate NamedProperty and + IndexedProperty handlers (#1064) + * feat: Guaranteed finalizers (#1076) + * feat(isolate): expose get/set_data (#911) + * feat: add String::write_utf8_uninit (#1019) + * use Isolate for creating primitives (#1082) +- drop fix-cflags.patch, factory now on clang15 + ------------------------------------------------------------------- Thu Sep 29 18:51:36 UTC 2022 - Avindra Goolcharan diff --git a/rusty_v8.spec b/rusty_v8.spec index a7b54b8..8444c0d 100644 --- a/rusty_v8.spec +++ b/rusty_v8.spec @@ -17,7 +17,7 @@ Name: rusty_v8 -Version: 0.51.0 +Version: 0.52.0 Release: 0 Summary: Build tooling for Deno (do not install or use!) License: MIT @@ -25,7 +25,6 @@ Group: Productivity/Other URL: https://github.com/denoland/rusty_v8 Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz -Patch0: fix-cflags.patch BuildRequires: clang BuildRequires: gn BuildRequires: lld diff --git a/vendor.tar.xz b/vendor.tar.xz index 21fbb20..ffe981e 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b253aa13ad37d1e5c4dc68ac397d9b4fbc3156e9da90fac56e556bdc16f344cf -size 8691680 +oid sha256:85aa5d4b8886606c223e3788e30dca87ff4772dc28cc05e70d41a61155f4cb33 +size 8692352