integrate release with serde_v8 0.8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=35
This commit is contained in:
parent
81186975de
commit
fc1a99c21c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 4 05:16:39 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- added ff-serde.patch
|
||||||
|
- manually update serde_v8 to 0.8.0 in vendor tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 4 01:09:17 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Sun Jul 4 01:09:17 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source99: revendor_source.sh
|
Source99: revendor_source.sh
|
||||||
Patch0: deno-69.patch
|
Patch0: deno-69.patch
|
||||||
|
Patch1: ff-serde.patch
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
# gcc-c++ needed to build SPIRV-Cross
|
# gcc-c++ needed to build SPIRV-Cross
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
17
ff-serde.patch
Normal file
17
ff-serde.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
diff --git a/core/Cargo.toml.1 b/core/Cargo.toml
|
||||||
|
index 64ff3f2..281bd2e 100644
|
||||||
|
--- a/core/Cargo.toml.1
|
||||||
|
+++ b/core/Cargo.toml
|
||||||
|
@@ -20,10 +20,10 @@ lazy_static = "1.4.0"
|
||||||
|
libc = "0.2.93"
|
||||||
|
log = "0.4.14"
|
||||||
|
pin-project = "1.0.6"
|
||||||
|
-rusty_v8 = "0.22.3"
|
||||||
|
+rusty_v8 = "0.25.1"
|
||||||
|
serde = { version = "1.0.125", features = ["derive"] }
|
||||||
|
serde_json = { version = "1.0.64", features = ["preserve_order"] }
|
||||||
|
-serde_v8 = { version = "0.4.1" }
|
||||||
|
+serde_v8 = { version = "0.8.0" }
|
||||||
|
url = { version = "2.2.1", features = ["serde"] }
|
||||||
|
|
||||||
|
[[example]]
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8fd9890f604e9f0641c53da899ae7bec76ffca10c88cc2d93f6eadc9a44c9304
|
oid sha256:41429d96c1d7866e6b4c92074ee62f935ccbddf2e54220cb8bbb78bba699d81a
|
||||||
size 52937548
|
size 52940704
|
||||||
|
Loading…
Reference in New Issue
Block a user