0.50.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=34
This commit is contained in:
parent
a7cfa18c11
commit
7472673593
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.49.0</param>
|
<param name="revision">v0.50.0</param>
|
||||||
<param name="version">0.49.0</param>
|
<param name="version">0.50.0</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
<param name="exclude">.gitignore</param>
|
<param name="exclude">.gitignore</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:792e487922665dd4590f46bf4982352c495decdc6be947e5b4af508f63131b20
|
|
||||||
size 52516092
|
|
3
rusty_v8-0.50.0.tar.xz
Normal file
3
rusty_v8-0.50.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34eaad8863e96facc6c3d58914bf39d446d976b7a07d003b833697195e7a3da9
|
||||||
|
size 52223556
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 19 19:50:35 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.50.0:
|
||||||
|
* Add v8::ArrayBuffer::Data (#1068)
|
||||||
|
* fix: property_attribute operator (#1067)
|
||||||
|
* Improve Object::get_property_names() and `Object::get_own_property_names()`
|
||||||
|
(#1049)
|
||||||
|
* fix: auto_update_v8 README regex (#1061)
|
||||||
|
* Fix creation of invalid librusty_v8.a (#1059)
|
||||||
|
* Remove zlib dependency (#1058)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 25 17:02:21 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
Thu Aug 25 17:02:21 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.49.0
|
Version: 0.50.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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4b7d0dc9d8d5b7c0ef49ba4635fbaebf92924ecbc4e8c9677b3585b16a18ed83
|
oid sha256:c839429268c58915dfce5122800a5b45c262328876585e73a7943b8a040be52d
|
||||||
size 8692788
|
size 8693868
|
||||||
|
Loading…
Reference in New Issue
Block a user