Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deno for openSUSE:Factory checked in 
at 2022-09-05 21:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deno (Old)
 and      /work/SRC/openSUSE:Factory/.deno.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deno"

Mon Sep  5 21:21:36 2022 rev:3 rq:1001143 version:1.25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/deno/deno.changes        2022-08-26 
09:08:06.941373810 +0200
+++ /work/SRC/openSUSE:Factory/.deno.new.2083/deno.changes      2022-09-05 
21:21:37.729073702 +0200
@@ -1,0 +2,44 @@
+Sun Sep  4 17:24:22 UTC 2022 - Avindra Goolcharan <avin...@opensuse.org>
+
+- update to 1.25.1:
+  * feat(ops): support v8::FastApiCallbackOptions (#15721)
+  * feat(serde_v8): Serialize integers as BigInt (#15692)
+  * fix(check): --remote and --no-remote should be mutually exclusive (#14964)
+  * fix(cli): deno upgrade --canary always downloaded latest version
+    even if it was already latest (#15639)
+  * fix(compile): panic when running with a populated dep analysis cache 
(#15672)
+  * fix(docs): add missing categories (#15684)
+  * fix(ext/ffi): Fix pointer types (#15730)
+  * fix(ext/flash): add missing backticks in server docs (#15644)
+  * fix(ext/flash): panic on AddrInUse (#15607)
+  * fix(ext/flash): retry write failures (#15591)
+  * fix(ext/node): add missing primordial (#15595)
+  * fix(ext/node): better error for importing ES module via
+    require() call (#15671)
+  * fix(ext/node): fix global in node env (#15622)
+  * fix(ext/websocket): fix closing of WebSocketStream with unread
+    messages (#15632)
+  * fix(fmt): add the file path to the panic messages when formatting
+    is unstable (#15693)
+  * fix(npm): better node version and version requirement compatibility 
(#15714)
+  * fix(npm): conditional exports with wildcards (#15652)
+  * fix(npm): handle cjs re-exports with the same name as an export (#15626)
+  * fix(npm): ignore npm cache directory creation errors (#15728)
+  * fix(npm): ignore the unstable error in the lsp (#15727)
+  * fix(npm): prefer importing esm from esm (#15676)
+  * fix(npm): skip extracting pax_global_header from tarballs (#15677)
+  * fix(npm): translate CJS to ESM with name clashes for files and dirs 
(#15697)
+  * fix(serde_v8): no panic on reading large text file (#15494)
+  * fix(serde_v8): update bytes::Bytes layout assumptions (#15718)
+  * fix: avoid global declaration collisions in cjs (#15608)
+  * fix: config file errors should not print specifier with debug formatting
+    (#15648)
+  * fix: typo in deno_ops README (#15606)
+  * perf(ext/web): flatten op arguments for text_encoding (#15723)
+  * perf(ops): inline String args (#15681)
+  * perf(runtime): optimize allocations in read/write checks (#15631)
+  * perf: use fast api for core.isProxy (#15682)
+  * perf: use fast api for op_now (#15643)
+  * serde_v8: fix pointer size assumptions (#15613)
+
+-------------------------------------------------------------------

Old:
----
  deno-1.25.0.tar.xz

New:
----
  deno-1.25.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deno.spec ++++++
--- /var/tmp/diff_new_pack.qsGHRq/_old  2022-09-05 21:21:39.713078961 +0200
+++ /var/tmp/diff_new_pack.qsGHRq/_new  2022-09-05 21:21:39.717078971 +0200
@@ -2,8 +2,8 @@
 # spec file for package deno
 #
 # Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2020-2021 Avindra Goolcharan <avin...@opensuse.org>
-# Copyright (c) 2018-2021 the Deno authors
+# Copyright (c) 2020-2022 Avindra Goolcharan <avin...@opensuse.org>
+# Copyright (c) 2018-2022 the Deno authors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 
 Name:           deno
-Version:        1.25.0
+Version:        1.25.1
 Release:        0
 Summary:        A secure JavaScript and TypeScript runtime
 License:        MIT
@@ -47,14 +47,14 @@
 ExclusiveArch:  x86_64 aarch64 ppc64 ppc64le s390x
 
 %description
-A JavaSript and TypeScript platform built on V8 with sandboxed defaults.
+A JavaSript and TypeScript platform built on V8
 
-Deno has standard modules and comes with various utilities like
+Deno has standard library and has features such as
 a linter, a language server protocol, a code formatter and
 a unit test runner.
 
 Remote code is fetched and cached on first execution, and only
-UPDATED With the --reload flag.
+updated with the --reload flag.
 
 %prep
 %autosetup -a1 -p1
@@ -64,14 +64,14 @@
 %build
 # workaround to use python3
 # where "python" is invoked
-mkdir -p "$(pwd)/bin"
+mkdir "$(pwd)/bin"
 ln -sf %{_bindir}/python3 "$(pwd)/bin/python"
 export PATH="$PATH:$(pwd)/bin"
 
 export V8_FROM_SOURCE=1
 export CLANG_BASE_PATH=%{_prefix}
 # https://www.chromium.org/developers/gn-build-configuration
-export GN_ARGS="enable_nacl = false blink_symbol_level = 0"
+export GN_ARGS="enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
 # enable binary stripping
 export RUSTFLAGS="%{__global_rustflags} -Clink-arg=-s"
 %{cargo_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qsGHRq/_old  2022-09-05 21:21:39.765079099 +0200
+++ /var/tmp/diff_new_pack.qsGHRq/_new  2022-09-05 21:21:39.769079109 +0200
@@ -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.25.0</param>
-    <param name="version">1.25.0</param>
+    <param name="revision">v1.25.1</param>
+    <param name="version">1.25.1</param>
 
     <!-- remove large docs -->
     <param name="exclude">docs</param>

++++++ deno-1.25.0.tar.xz -> deno-1.25.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/deno-1.25.0.tar.xz 
/work/SRC/openSUSE:Factory/.deno.new.2083/deno-1.25.1.tar.xz differ: char 15, 
line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.deno.new.2083/vendor.tar.xz differ: char 15, line 1

Reply via email to