forked from pool/rusty_v8
- Update to version 130.0.1:
* fix: glibc version * feat: add binding for `ResourceConstraints::ConfigureDefaults` * Track V8 13.1 * Rolling to V8 13.0.245.12 * Update bindgen to fix builds with LLVM 19.1 * Stabilize: Release version 129.0.0 of Rusty V8 * feat: add TransferSharedArrayBuffer * Track V8 13.0 * Rolling to V8 12.9.202.18 * Rolling to V8 12.9.202.17 * fix cppgc docs * Rolling to V8 12.9.202.16 * Rolling to V8 12.9.202.15 * Rolling to V8 12.9.202.14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=98
This commit is contained in:
parent
12a1a73f1e
commit
556ff92f04
6
_service
6
_service
@ -2,8 +2,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.106.0</param>
|
||||
<param name="version">0.106.0</param>
|
||||
<param name="revision">v130.0.1</param>
|
||||
<param name="version">130.0.1</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="exclude">.github</param>
|
||||
<param name="exclude">.gitignore</param>
|
||||
@ -18,7 +18,7 @@
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">rusty_v8</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
BIN
rusty_v8-0.106.0.tar.zst
(Stored with Git LFS)
BIN
rusty_v8-0.106.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
rusty_v8-130.0.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
rusty_v8-130.0.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:54:19 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 130.0.1:
|
||||
* fix: glibc version
|
||||
* feat: add binding for `ResourceConstraints::ConfigureDefaults`
|
||||
* Track V8 13.1
|
||||
* Rolling to V8 13.0.245.12
|
||||
* Update bindgen to fix builds with LLVM 19.1
|
||||
* Stabilize: Release version 129.0.0 of Rusty V8
|
||||
* feat: add TransferSharedArrayBuffer
|
||||
* Track V8 13.0
|
||||
* Rolling to V8 12.9.202.18
|
||||
* Rolling to V8 12.9.202.17
|
||||
* fix cppgc docs
|
||||
* Rolling to V8 12.9.202.16
|
||||
* Rolling to V8 12.9.202.15
|
||||
* Rolling to V8 12.9.202.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 11:15:08 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rusty_v8
|
||||
version: 0.106.0
|
||||
mtime: 1725667091
|
||||
commit: e9f20a2493883b53cb58b19a2fe761358dd57996
|
||||
version: 130.0.1
|
||||
mtime: 1730718221
|
||||
commit: a81cafd4cdbb74665f0f7609b49f2e9136da33c2
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
||||
|
||||
Name: rusty_v8
|
||||
Version: 0.106.0
|
||||
Version: 130.0.1
|
||||
Release: 0
|
||||
Summary: Build tooling for Deno (do not install or use!)
|
||||
License: MIT
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user