From 9f68202310f23d6e24ec16dd0c6fdfbe34413c35bbf92350880d9dc947dc9fc6 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 18 Jul 2025 07:21:52 +0800 Subject: [PATCH 1/3] bump to version 137.2.1 Signed-off-by: Soc Virnyl Estela --- _service | 2 +- rusty_v8-v137.1.0.tar.zst | 3 --- rusty_v8-v137.2.1.tar.zst | 3 +++ rusty_v8.changes | 6 ++++++ rusty_v8.spec | 2 +- vendor.tar.zst | 4 ++-- 6 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 rusty_v8-v137.1.0.tar.zst create mode 100644 rusty_v8-v137.2.1.tar.zst diff --git a/_service b/_service index 1be8f44..0befd60 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ https://github.com/denoland/rusty_v8 - v137.1.0 + v137.2.1 zst false diff --git a/rusty_v8-v137.1.0.tar.zst b/rusty_v8-v137.1.0.tar.zst deleted file mode 100644 index 007ef52..0000000 --- a/rusty_v8-v137.1.0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0027668765f12e8c3b18fd941906199650bccf0d00d00894f64531a2d6945782 -size 72730298 diff --git a/rusty_v8-v137.2.1.tar.zst b/rusty_v8-v137.2.1.tar.zst new file mode 100644 index 0000000..0242021 --- /dev/null +++ b/rusty_v8-v137.2.1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8926152d1b657cb11c717c67ed4a9299892d55e5e169e87bd9e5ad5afcb1372 +size 72716991 diff --git a/rusty_v8.changes b/rusty_v8.changes index bfa267c..c989997 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 17 23:21:08 UTC 2025 - Soc Virnyl Estela + +- 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 diff --git a/rusty_v8.spec b/rusty_v8.spec index b5ffd45..680016f 100644 --- a/rusty_v8.spec +++ b/rusty_v8.spec @@ -19,7 +19,7 @@ %global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$ Name: rusty_v8 -Version: 137.1.0 +Version: v137.2.1 Release: 0 Summary: Build tooling for Deno (do not install or use!) License: MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index af53958..700b46f 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b873ebfebd478dd9697da22d2423fb7668f83f4408e2d475955d0d1a4b5e979 -size 22343938 +oid sha256:d2522578085b5c72169d7cb638a933caf1118fe2020bf5acefb4dcec309cc45d +size 22342461 -- 2.49.0 From 40cef46fa3ddf58e7ea2217f4babe5166f521f874006581274d470ebcb8bae06 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 18 Jul 2025 08:47:49 +0800 Subject: [PATCH 2/3] fix filename and version in _service Signed-off-by: Soc Virnyl Estela --- _service | 2 ++ rusty_v8-137.2.1.tar.zst | 3 +++ rusty_v8-v137.2.1.tar.zst | 3 --- rusty_v8.spec | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 rusty_v8-137.2.1.tar.zst delete mode 100644 rusty_v8-v137.2.1.tar.zst diff --git a/_service b/_service index 0befd60..5e7ed9d 100644 --- a/_service +++ b/_service @@ -2,6 +2,8 @@ https://github.com/denoland/rusty_v8 v137.2.1 + ^v?(.*) + $1 zst false diff --git a/rusty_v8-137.2.1.tar.zst b/rusty_v8-137.2.1.tar.zst new file mode 100644 index 0000000..b8184ed --- /dev/null +++ b/rusty_v8-137.2.1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa36ce2368658b0f0b81ce05e8fb9490d5e5c952316dc1baecdfe1b0c099b2e +size 72798547 diff --git a/rusty_v8-v137.2.1.tar.zst b/rusty_v8-v137.2.1.tar.zst deleted file mode 100644 index 0242021..0000000 --- a/rusty_v8-v137.2.1.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8926152d1b657cb11c717c67ed4a9299892d55e5e169e87bd9e5ad5afcb1372 -size 72716991 diff --git a/rusty_v8.spec b/rusty_v8.spec index 680016f..e79f8e4 100644 --- a/rusty_v8.spec +++ b/rusty_v8.spec @@ -19,13 +19,13 @@ %global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$ Name: rusty_v8 -Version: v137.2.1 +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 -- 2.49.0 From 3a7c9f4f579b1fe7a478950d1b749a17672c06ac89e885371a047f3eba448d60 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 18 Jul 2025 10:14:44 +0800 Subject: [PATCH 3/3] remove -n flag option name-version is without the `v` prefix now Signed-off-by: Soc Virnyl Estela --- rusty_v8.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rusty_v8.spec b/rusty_v8.spec index e79f8e4..3141b6b 100644 --- a/rusty_v8.spec +++ b/rusty_v8.spec @@ -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 -- 2.49.0