Avindra Goolcharan 2022-08-25 17:58:18 +00:00 committed by Git OBS Bridge
parent a0eea10019
commit 3bf000419f
6 changed files with 37 additions and 12 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.24.3</param>
<param name="version">1.24.3</param>
<param name="revision">v1.25.0</param>
<param name="version">1.25.0</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">v0.48.1</param>
<param name="version">0.48.1</param>
<param name="revision">v0.49.0</param>
<param name="version">0.49.0</param>
<param name="exclude">.github</param>
<!--

View File

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

3
deno-1.25.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Aug 25 17:16:30 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.25.0:
* BREAKING(ext/ffi): specialized buffer type (#15518)
* feat(ext/crypto): deriveBits P-384 (#15138)
* feat(ext/flash): An optimized http/1.1 server (#15405)
* feat(ext/flash): split upgradeHttp into two APIs (#15557)
* feat(ops): V8 Fast Calls (#15291)
* feat(repl): add color to functions for syntax highlighting (#15434)
* feat(runtime): add pre_execute_module_cb (#15485)
* feat(unstable): initial support for npm specifiers (#15484)
* feat: queueMicrotask() error handling (#15522)
* feat: add "deno init" subcommand (#15469)
* fix(cache): do not attempt to emit non-emitable files (#15562)
* fix(core/runtime): always cancel termination in exception handling (#15514)
* fix(coverage): ensure coverage is only collected in certain situations (#15467)
* fix(ext/fetch): ignore user content-length header (#15555)
* fix(ext/flash): concurrent response streams (#15493)
* fix(ext/flash): fix default onListen callback (#15533)
* fix(ext/flash): fix listening port (#15519)
* fix: Free up JsRuntime state global handles before snapshot (#15491)
* fix: resolve jsxImportSource relative to module (#15561)
* perf(runtime): optimize Deno.file open & stream (#15496)
* perf: cache swc dependency analysis and don't hold onto ParsedSources in memory (#15502)
* perf: improve performance.now (#15481)
-------------------------------------------------------------------
Mon Aug 15 18:13:56 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -19,7 +19,7 @@
Name: deno
Version: 1.24.3
Version: 1.25.0
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT
@ -28,8 +28,6 @@ URL: https://github.com/denoland/deno
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source99: revendor_source.sh
# see https://github.com/denoland/chromium_build/pull/197
Patch0: fix-cflags.patch
# gcc-c++ needed to build SPIRV-Cross
BuildRequires: clang
BuildRequires: gcc-c++

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a26e25cc7e943b6d76f6625f0af774e0ef7819caea56153bcf79476af73eb754
size 68021280
oid sha256:9d2c0fae6785bbf80dbc1cd255d79a3f0b8cae09f9fe5e3bae6363a50ef7be78
size 68129900