0.52.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=36
This commit is contained in:
parent
e8134ee027
commit
496a23ddcc
4
_service
4
_service
@ -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.51.0</param>
|
||||
<param name="version">0.51.0</param>
|
||||
<param name="revision">v0.52.0</param>
|
||||
<param name="version">0.52.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="exclude">.github</param>
|
||||
<param name="exclude">.gitignore</param>
|
||||
|
@ -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" ]
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0840cbb918df6dcc29a2293a2c137eba28686f2beab555bbaad7a9fd2d9c2002
|
||||
size 52348716
|
3
rusty_v8-0.52.0.tar.xz
Normal file
3
rusty_v8-0.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec71387359b50bf74096dbe6f5ccb001531033721f037c869878f793ac2f3aaa
|
||||
size 52387712
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- 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 <avindra@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b253aa13ad37d1e5c4dc68ac397d9b4fbc3156e9da90fac56e556bdc16f344cf
|
||||
size 8691680
|
||||
oid sha256:85aa5d4b8886606c223e3788e30dca87ff4772dc28cc05e70d41a61155f4cb33
|
||||
size 8692352
|
||||
|
Loading…
Reference in New Issue
Block a user