Accepting request 1103385 from devel:languages:javascript
- update to 1.36.1: * feat(unstable): rename deno_modules to vendor (#20065) * fix(ext/abort): trigger AbortSignal events in correct order (#20095) * fix(ext/file): resolve unresolved Promise in Blob.stream (#20039) * fix(ext/http): serveHttp brotli compression level should be fastest (#20058) * fix(ext/http): unify default gzip compression level (#20050) * fix(ext/timers): some timers are not resolved (#20055) * fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#20093) * fix(node): polyfill process.title (#20044) * fix(node): repl._builtinLibs (#20046) * fix(node/async_hooks): dont pop async context frame if stack if empty (#20077) * fix(test): handle ASCII escape chars in test name (#20081) * fix(test): make test runner work when global setTimeout is replaced (#20052) * fix(test): use only a single timeout for op sanitizers (#20042) * fix(unstable): vendor cache override should handle forbidden windows directory names (#20069) * fix(unstable): vendor cache should support adding files to hashed directories (#20070) * perf(ext/headers): use .push loop instead of spread operator (#20108) - bump rusty_v8 to 0.75.0 OBS-URL: https://build.opensuse.org/request/show/1103385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=29
This commit is contained in:
commit
42360c2f32
8
_service
8
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.36.0</param>
|
<param name="revision">v1.36.1</param>
|
||||||
<param name="version">1.36.0</param>
|
<param name="version">1.36.1</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
@ -37,8 +37,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="revision">4b8ee0b235fd0463c03d9ffaf330d2f37ab70b5c</param>
|
<param name="revision">v0.75.0</param>
|
||||||
<param name="version">0.74.3</param>
|
<param name="version">0.75.0</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f256af92be972753a66878234bf83092bcfa4515d9e092aaf2b4ef7dce5c041d
|
|
||||||
size 3796096
|
|
3
deno-1.36.1.tar.xz
Normal file
3
deno-1.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50bd39d3fd92ed7717f154ccb961d25fc248b42d6ed1591ab9a40ca8ef84a5ee
|
||||||
|
size 3788868
|
28
deno.changes
28
deno.changes
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 10 19:30:20 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.36.1:
|
||||||
|
* feat(unstable): rename deno_modules to vendor (#20065)
|
||||||
|
* fix(ext/abort): trigger AbortSignal events in correct order (#20095)
|
||||||
|
* fix(ext/file): resolve unresolved Promise in Blob.stream (#20039)
|
||||||
|
* fix(ext/http): serveHttp brotli compression level should be
|
||||||
|
fastest (#20058)
|
||||||
|
* fix(ext/http): unify default gzip compression level (#20050)
|
||||||
|
* fix(ext/timers): some timers are not resolved (#20055)
|
||||||
|
* fix(fmt): do not insert expr stmt leading semi-colon in do
|
||||||
|
while stmt body (#20093)
|
||||||
|
* fix(node): polyfill process.title (#20044)
|
||||||
|
* fix(node): repl._builtinLibs (#20046)
|
||||||
|
* fix(node/async_hooks): dont pop async context frame if stack
|
||||||
|
if empty (#20077)
|
||||||
|
* fix(test): handle ASCII escape chars in test name (#20081)
|
||||||
|
* fix(test): make test runner work when global setTimeout is
|
||||||
|
replaced (#20052)
|
||||||
|
* fix(test): use only a single timeout for op sanitizers (#20042)
|
||||||
|
* fix(unstable): vendor cache override should handle forbidden
|
||||||
|
windows directory names (#20069)
|
||||||
|
* fix(unstable): vendor cache should support adding files to
|
||||||
|
hashed directories (#20070)
|
||||||
|
* perf(ext/headers): use .push loop instead of spread operator (#20108)
|
||||||
|
- bump rusty_v8 to 0.75.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 8 17:20:16 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
Tue Aug 8 17:20:16 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.36.0
|
Version: 1.36.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,6 +34,9 @@ Patch1: deno-rm-upgrade-cmd.patch
|
|||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
# gcc-c++ needed to build SPIRV-Cross
|
# gcc-c++ needed to build SPIRV-Cross
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
|
# needed by `libz-ng-sys` after 1.36.1
|
||||||
|
# see: https://build.opensuse.org/package/show/devel:languages:javascript/deno#comment-1808174
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gn
|
BuildRequires: gn
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
@ -68,6 +71,8 @@ updated with the --reload flag.
|
|||||||
cp %{SOURCE2} .cargo/config
|
cp %{SOURCE2} .cargo/config
|
||||||
# Drop lock file due to revendor_source.sh breaking check
|
# Drop lock file due to revendor_source.sh breaking check
|
||||||
rm Cargo.lock
|
rm Cargo.lock
|
||||||
|
# drop checksum for ICU 72 -> 73
|
||||||
|
echo '{"files":{},"package":""}' > vendor/deno_core/.cargo-checksum.json
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export V8_FROM_SOURCE=1
|
export V8_FROM_SOURCE=1
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:67aac9b89443f09225822e856d39cec7dd6b909e46905f627b57937416338496
|
oid sha256:caba0715799f56b44631d31dce0b256f2ec6907117eb00debb4aab5f1d786f08
|
||||||
size 83329196
|
size 85498916
|
||||||
|
Loading…
Reference in New Issue
Block a user