forked from pool/rusty_v8
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
3a7c9f4f57 | ||
|
40cef46fa3 | ||
|
9f68202310 |
4
_service
4
_service
@@ -1,7 +1,9 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v137.1.0</param>
|
||||
<param name="revision">v137.2.1</param>
|
||||
<param name="versionrewriteregex">^v?(.*)</param>
|
||||
<param name="versionrewritepattern">$1</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
|
BIN
rusty_v8-137.2.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
rusty_v8-137.2.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
rusty_v8-v137.1.0.tar.zst
(Stored with Git LFS)
BIN
rusty_v8-v137.1.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 23:21:08 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 137.2.1:
|
||||
* Rolling to V8 13.7.152.14 (#1797)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 01:31:15 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@@ -19,13 +19,13 @@
|
||||
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
||||
|
||||
Name: rusty_v8
|
||||
Version: 137.1.0
|
||||
Version: 137.2.1
|
||||
Release: 0
|
||||
Summary: Build tooling for Deno (do not install or use!)
|
||||
License: MIT
|
||||
Group: Productivity/Other
|
||||
URL: https://github.com/denoland/rusty_v8
|
||||
Source0: %{name}-v%{version}.tar.zst
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
Source100: rusty_v8-rpmlintrc
|
||||
Patch0: deno-v8-arm.patch
|
||||
@@ -60,7 +60,7 @@ cruft that is dragged along into the deno build from V8,
|
||||
Chromium, etc.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n %{name}-v%{version}
|
||||
%autosetup -a1 -p1
|
||||
# Keeping this ifarch in case someone tries to build 32 bit
|
||||
# which is not our problem
|
||||
%ifarch x86_64 || x86_64_v3 || aarch64
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user