From 3fca3a4200259fa5fe6e69de7ebe976428d4f7e7905b6ba984b369f9bcf8691b Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sun, 6 Apr 2025 20:57:49 -0400 Subject: [PATCH 1/5] 134.4.0 -> 135.1.0 --- _service | 4 ++-- rusty_v8-134.4.0.tar.zst | 3 --- rusty_v8-135.1.0.tar.zst | 3 +++ rusty_v8.changes | 7 +++++++ rusty_v8.obsinfo | 6 +++--- rusty_v8.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 rusty_v8-134.4.0.tar.zst create mode 100644 rusty_v8-135.1.0.tar.zst diff --git a/_service b/_service index c6f8903..0cc4a47 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/denoland/rusty_v8 git - v134.4.0 - 134.4.0 + v135.1.0 + 135.1.0 .git .github .gitignore diff --git a/rusty_v8-134.4.0.tar.zst b/rusty_v8-134.4.0.tar.zst deleted file mode 100644 index 7536c11..0000000 --- a/rusty_v8-134.4.0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43b4a63552b5b1840b6a2e3f2f112aa47bc4bdd31f219d764ad859ded81efd75 -size 72003265 diff --git a/rusty_v8-135.1.0.tar.zst b/rusty_v8-135.1.0.tar.zst new file mode 100644 index 0000000..6825767 --- /dev/null +++ b/rusty_v8-135.1.0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa83fca1e85396695e792fc30753c43bda7168e552c835c4766d510879285e4e +size 72445736 diff --git a/rusty_v8.changes b/rusty_v8.changes index 43a303e..312c86b 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 7 00:55:24 UTC 2025 - Avindra Goolcharan + +- 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 diff --git a/rusty_v8.obsinfo b/rusty_v8.obsinfo index 94ebdf5..97fb045 100644 --- a/rusty_v8.obsinfo +++ b/rusty_v8.obsinfo @@ -1,4 +1,4 @@ name: rusty_v8 -version: 134.4.0 -mtime: 1739469155 -commit: 26da80769406a880849830c1053110b032dbc458 +version: 135.1.0 +mtime: 1742748458 +commit: 9cd584266ff1150c7b30d8b9e792643819ef9431 diff --git a/rusty_v8.spec b/rusty_v8.spec index 28d765f..ed6e113 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: 134.4.0 +Version: 135.1.0 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 0764d0b..37d91b8 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c12579731d50441d11a02785e9e10b1e3a7be0bf490355a4ffa345db8e24652 -size 22338607 +oid sha256:666e3fd41cb9fbf641529d342b29f4d1df636d8dc43a6a9d2664c24678cfb9ca +size 22333523 -- 2.49.0 From ee4b4609c79e7adf3af3e858341c7bf3caca5eac73ca4adf2b43d0fccade4547 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 22 May 2025 09:29:54 +0800 Subject: [PATCH 2/5] service: update service file to experimental roast_scm feature of obs-service-cargo Signed-off-by: Soc Virnyl Estela --- _service | 19 ++----------------- rusty_v8-135.1.0.tar.zst | 3 --- rusty_v8-v137.1.0.tar.zst | 3 +++ 3 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 rusty_v8-135.1.0.tar.zst create mode 100644 rusty_v8-v137.1.0.tar.zst diff --git a/_service b/_service index 0cc4a47..1be8f44 100644 --- a/_service +++ b/_service @@ -1,22 +1,7 @@ - - https://github.com/denoland/rusty_v8 - git - v135.1.0 - 135.1.0 - .git - .github - .gitignore - .prettierrc.json - .rustfmt.toml - - - - rusty_v8*.tar - zst - - rusty_v8 + https://github.com/denoland/rusty_v8 + v137.1.0 zst false diff --git a/rusty_v8-135.1.0.tar.zst b/rusty_v8-135.1.0.tar.zst deleted file mode 100644 index 6825767..0000000 --- a/rusty_v8-135.1.0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa83fca1e85396695e792fc30753c43bda7168e552c835c4766d510879285e4e -size 72445736 diff --git a/rusty_v8-v137.1.0.tar.zst b/rusty_v8-v137.1.0.tar.zst new file mode 100644 index 0000000..007ef52 --- /dev/null +++ b/rusty_v8-v137.1.0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0027668765f12e8c3b18fd941906199650bccf0d00d00894f64531a2d6945782 +size 72730298 -- 2.49.0 From 1dde110107c3c6f3aad43ce2280531851f3bbf5a3a6adc55aef8c1f9309a3005 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 22 May 2025 09:30:35 +0800 Subject: [PATCH 3/5] dependencies: update vendored dependencies Signed-off-by: Soc Virnyl Estela --- vendor.tar.zst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor.tar.zst b/vendor.tar.zst index 37d91b8..af53958 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:666e3fd41cb9fbf641529d342b29f4d1df636d8dc43a6a9d2664c24678cfb9ca -size 22333523 +oid sha256:2b873ebfebd478dd9697da22d2423fb7668f83f4408e2d475955d0d1a4b5e979 +size 22343938 -- 2.49.0 From 926b0eaea561d2f23c49a216ccf95ca0dc34f275be3a57fc1e5c214d07e9036b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 22 May 2025 09:30:50 +0800 Subject: [PATCH 4/5] spec: update source names Signed-off-by: Soc Virnyl Estela --- rusty_v8.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rusty_v8.spec b/rusty_v8.spec index ed6e113..b5ffd45 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: 135.1.0 +Version: 137.1.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}-%{version}.tar.zst +Source0: %{name}-v%{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 +%autosetup -a1 -p1 -n %{name}-v%{version} # 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 From cbe84ebd575cd0d8bb6b3a0ea6623f8346b5d805a19667f4fbdb68e5463648af Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 22 May 2025 09:32:35 +0800 Subject: [PATCH 5/5] changelog: reflect version update in rusty_v8.changes Signed-off-by: Soc Virnyl Estela --- rusty_v8.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rusty_v8.changes b/rusty_v8.changes index 312c86b..bfa267c 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 22 01:31:15 UTC 2025 - Soc Virnyl Estela + +- Update to version 137.1.0: + * No changelog provided + ------------------------------------------------------------------- Mon Apr 7 00:55:24 UTC 2025 - Avindra Goolcharan -- 2.49.0