Avindra Goolcharan 2023-08-10 19:43:52 +00:00 committed by Git OBS Bridge
parent 791529e1c1
commit fb78b3749e
6 changed files with 41 additions and 10 deletions

View File

@ -13,8 +13,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param>
<param name="revision">v1.36.0</param>
<param name="version">1.36.0</param>
<param name="revision">v1.36.1</param>
<param name="version">1.36.1</param>
<!-- remove large docs -->
<param name="exclude">docs</param>
@ -37,8 +37,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="revision">4b8ee0b235fd0463c03d9ffaf330d2f37ab70b5c</param>
<param name="version">0.74.3</param>
<param name="revision">v0.75.0</param>
<param name="version">0.75.0</param>
<param name="exclude">.github</param>
<!--

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50bd39d3fd92ed7717f154ccb961d25fc248b42d6ed1591ab9a40ca8ef84a5ee
size 3788868

View File

@ -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>

View File

@ -19,7 +19,7 @@
Name: deno
Version: 1.36.0
Version: 1.36.1
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT
@ -34,6 +34,9 @@ Patch1: deno-rm-upgrade-cmd.patch
BuildRequires: cargo-packaging
# gcc-c++ needed to build SPIRV-Cross
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: gn
BuildRequires: lld

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67aac9b89443f09225822e856d39cec7dd6b909e46905f627b57937416338496
size 83329196
oid sha256:8c806beeba75c78b6797b635dd61d5c8b5dbd0f09b5f7ed1ed6474d6770821b0
size 86052056