7
0
forked from pool/rusty_v8

Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

8 changed files with 31 additions and 26 deletions

View File

@ -1,7 +1,22 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v134.4.0</param>
<param name="version">134.4.0</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
<param name="exclude">.prettierrc.json</param>
<param name="exclude">.rustfmt.toml</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recomprizz">
<param name="target">rusty_v8*.tar</param>
<param name="compression">zst</param>
</service>
<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="src">rusty_v8</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>

3
rusty_v8-130.0.7.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:920a8fa15ef30b364389814a198d637a29aef46501e896b666362e4423364a72
size 62459330

3
rusty_v8-134.4.0.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43b4a63552b5b1840b6a2e3f2f112aa47bc4bdd31f219d764ad859ded81efd75
size 72003265

BIN
rusty_v8-v137.1.0.tar.zst (Stored with Git LFS)

Binary file not shown.

View File

@ -1,16 +1,3 @@
-------------------------------------------------------------------
Thu May 22 01:31:15 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 137.1.0:
* No changelog provided
-------------------------------------------------------------------
Mon Apr 7 00:55:24 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- Update to version 135.1.0:
* Rolling to V8 13.4.114.11 (#1709)
* fix: backport explicit resource management fixes and release 134.5.0
-------------------------------------------------------------------
Thu Feb 20 07:39:11 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@ -1,4 +1,4 @@
name: rusty_v8
version: 135.1.0
mtime: 1742748458
commit: 9cd584266ff1150c7b30d8b9e792643819ef9431
version: 134.4.0
mtime: 1739469155
commit: 26da80769406a880849830c1053110b032dbc458

View File

@ -19,13 +19,13 @@
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
Name: rusty_v8
Version: 137.1.0
Version: 134.4.0
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)

Binary file not shown.