12 Commits

Author SHA256 Message Date
Soc Virnyl Estela
3a7c9f4f57 remove -n flag option
name-version is without the `v` prefix now

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-07-18 10:14:44 +08:00
Soc Virnyl Estela
40cef46fa3 fix filename and version in _service
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-07-18 08:47:49 +08:00
Soc Virnyl Estela
9f68202310 bump to version 137.2.1
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-07-18 07:21:52 +08:00
Soc Virnyl Estela
e0ad1b3909 fix: replace single quote to double quote in compiler-rt-adjust-paths.patch
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-06-26 14:52:27 +08:00
f7a036249b Merge pull request 'patch: update compiler-rt-adjust-paths.patch' (#2) from mine into factory
Reviewed-on: uncomfyhalomacro/rusty_v8#2
2025-06-26 08:50:37 +02:00
Soc Virnyl Estela
27e652c4a2 patch: update compiler-rt-adjust-paths.patch
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-06-26 14:48:26 +08:00
90956279f8 Merge pull request 'devel' (#1) from devel into factory
Reviewed-on: uncomfyhalomacro/rusty_v8#1
2025-05-22 05:28:21 +02:00
Soc Virnyl Estela
cbe84ebd57 changelog: reflect version update in rusty_v8.changes
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-05-22 09:32:35 +08:00
Soc Virnyl Estela
926b0eaea5 spec: update source names
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-05-22 09:30:50 +08:00
Soc Virnyl Estela
1dde110107 dependencies: update vendored dependencies
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-05-22 09:30:35 +08:00
Soc Virnyl Estela
ee4b4609c7 service: update service file to experimental roast_scm feature of obs-service-cargo
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-05-22 09:29:54 +08:00
3fca3a4200 134.4.0 -> 135.1.0 2025-04-06 20:57:49 -04:00
8 changed files with 38 additions and 34 deletions

View File

@@ -1,22 +1,9 @@
<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">rusty_v8</param>
<param name="src">https://github.com/denoland/rusty_v8</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>

View File

@@ -1,8 +1,7 @@
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
index fcca59b0f..fdf14f306 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -192,12 +192,15 @@ template("clang_lib") {
diff -ruN /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn rusty_v8-v137.1.0/build/config/clang/BUILD.gn
--- /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn 1970-01-01 08:00:01.000000000 +0800
+++ rusty_v8-v137.1.0/build/config/clang/BUILD.gn 2025-06-26 14:47:20.638581652 +0800
@@ -201,12 +201,15 @@
} else if (is_linux || is_chromeos) {
if (current_cpu == "x64") {
_dir = "x86_64-unknown-linux-gnu"
@@ -18,15 +17,14 @@ index fcca59b0f..fdf14f306 100644
} else {
assert(false) # Unhandled cpu type
}
@@ -228,6 +231,11 @@ template("clang_lib") {
@@ -237,6 +240,10 @@
assert(false) # Unhandled target platform
}
+ # Bit of a hack to make this find builtins from compiler-rt >= 16
+ if (is_linux || is_chromeos) {
+ _dir = "linux"
+ }
+
_clang_lib_dir = "$clang_base_path/lib/clang/$clang_version/lib"
_lib_file = "${_prefix}clang_rt.${_libname}${_suffix}.${_ext}"
libs = [ "$_clang_lib_dir/$_dir/$_lib_file" ]

View File

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

BIN
rusty_v8-137.2.1.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>
- 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: 134.4.0
mtime: 1739469155
commit: 26da80769406a880849830c1053110b032dbc458
version: 135.1.0
mtime: 1742748458
commit: 9cd584266ff1150c7b30d8b9e792643819ef9431

View File

@@ -19,7 +19,7 @@
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
Name: rusty_v8
Version: 134.4.0
Version: 137.2.1
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT

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

Binary file not shown.