7
0
forked from pool/rusty_v8
Soc Virnyl Estela
2024-11-12 03:09:44 +00:00
committed by Git OBS Bridge
parent b99a556da0
commit 1afcbe85ff
7 changed files with 31 additions and 13 deletions

View File

@@ -1,7 +1,22 @@
<services>
<service name="download_files" mode="manual" />
<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="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">rusty_v8*.tar.gz</param>
<param name="src">rusty_v8</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>

BIN
rusty_v8-0.106.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 12 03:07:48 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Revert previous change. Go back to git sources. Published sources in crates.io
does not contain the necessary directories.
-------------------------------------------------------------------
Sun Nov 10 09:09:25 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: rusty_v8
version: 129.0.0
mtime: 1706983689
commit: ab019251a4c45ee4edb4f7415eec762a589d87f8
version: 0.106.0
mtime: 1725667091
commit: e9f20a2493883b53cb58b19a2fe761358dd57996

View File

@@ -25,7 +25,7 @@ Summary: Build tooling for Deno (do not install or use!)
License: MIT
Group: Productivity/Other
URL: https://github.com/denoland/rusty_v8
Source0: http://crates.io/api/v1/crates/v8/%{version}/download#/rusty_v8-%{version}.tar.gz
Source0: rusty_v8-0.106.0.tar.zst
Source1: vendor.tar.zst
Source100: rusty_v8-rpmlintrc
Patch0: deno-v8-arm.patch

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.