7
0
forked from pool/rusty_v8

update: bump rusty_v8 to version 137.1.0 #2

Merged
uncomfyhalomacro merged 6 commits from uncomfyhalomacro/rusty_v8:factory into factory 2025-05-22 09:05:02 +02:00
7 changed files with 26 additions and 28 deletions

View File

@@ -1,22 +1,7 @@
<services> <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"> <service name="cargo_vendor" mode="manual">
<param name="src">rusty_v8</param> <param name="src">https://github.com/denoland/rusty_v8</param>
<param name="revision">v137.1.0</param>
<param name="compression">zst</param> <param name="compression">zst</param>
<param name="update">false</param> <param name="update">false</param>
</service> </service>

View File

@@ -1,3 +0,0 @@
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) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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> Thu Feb 20 07:39:11 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

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

View File

@@ -19,13 +19,13 @@
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$ %global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
Name: rusty_v8 Name: rusty_v8
Version: 134.4.0 Version: 137.1.0
Release: 0 Release: 0
Summary: Build tooling for Deno (do not install or use!) Summary: Build tooling for Deno (do not install or use!)
License: MIT License: MIT
Group: Productivity/Other Group: Productivity/Other
URL: https://github.com/denoland/rusty_v8 URL: https://github.com/denoland/rusty_v8
Source0: %{name}-%{version}.tar.zst Source0: %{name}-v%{version}.tar.zst
Source1: vendor.tar.zst Source1: vendor.tar.zst
Source100: rusty_v8-rpmlintrc Source100: rusty_v8-rpmlintrc
Patch0: deno-v8-arm.patch Patch0: deno-v8-arm.patch
@@ -60,7 +60,7 @@ cruft that is dragged along into the deno build from V8,
Chromium, etc. Chromium, etc.
%prep %prep
%autosetup -a1 -p1 %autosetup -a1 -p1 -n %{name}-v%{version}
# Keeping this ifarch in case someone tries to build 32 bit # Keeping this ifarch in case someone tries to build 32 bit
# which is not our problem # which is not our problem
%ifarch x86_64 || x86_64_v3 || aarch64 %ifarch x86_64 || x86_64_v3 || aarch64

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

Binary file not shown.