7
0
forked from pool/rusty_v8

86fddc2fc8c87be36561ad6cbd60900b9a1abe09

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=58
This commit is contained in:
2023-07-28 22:35:34 +00:00
committed by Git OBS Bridge
parent bae9c0ec85
commit 7f0e3610b6
3 changed files with 10 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.74.3</param>
<param name="revision">86fddc2fc8c87be36561ad6cbd60900b9a1abe09</param>
<param name="version">0.74.3</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>

BIN
rusty_v8-0.74.3.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 28 22:33:33 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to rev 86fddc2fc8c87be36561ad6cbd60900b9a1abe09:
* Rolling to V8 11.6.189.15 (#1291)
* fix: 32-bit build fails on non-size_t based size assertions (#1289)
-------------------------------------------------------------------
Sat Jul 22 22:42:57 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>