Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deno for openSUSE:Factory checked in 
at 2024-02-16 21:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deno (Old)
 and      /work/SRC/openSUSE:Factory/.deno.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deno"

Fri Feb 16 21:41:59 2024 rev:38 rq:1146964 version:1.40.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/deno/deno.changes        2024-02-13 
22:43:40.787074177 +0100
+++ /work/SRC/openSUSE:Factory/.deno.new.1815/deno.changes      2024-02-16 
21:42:04.661098510 +0100
@@ -1,0 +2,22 @@
+Thu Feb 15 20:09:35 UTC 2024 - Avindra Goolcharan <avin...@opensuse.org>
+
+- update to 1.40.5:
+  * feat(lsp): jsr support first pass (#22382)
+  * feat(lsp): jsr support with cache probing (#22418)
+  * feat(publish): allow passing config flag (#22416)
+  * feat(unstable): define config in publish url (#22406)
+  * perf: denort binary for deno compile (#22205)
+  * fix(console): support NO_COLOR and colors option in
+    all scenarios (#21910)
+  * fix(ext/node): export process.umask (#22348)
+  * fix(ext/web): Prevent (De-)CompressionStream resource leak on
+    stream cancellation (#21199)
+  * fix(lsp): complete npm specifier versions correctly (#22332)
+  * fix: cache bust jsr deps on constraint failure (#22372)
+  * fix: handle non-file scopes in synthetic import map (#22361)
+  * fix: lockfile was sometimes getting corrupt when changing
+    config deps (#22359)
+  * fix: upgrade to deno_ast 0.33 (#22341)
+- rebase deno-rm-upgrade-cmd.patch
+
+-------------------------------------------------------------------

Old:
----
  deno-1.40.4.tar.xz

New:
----
  deno-1.40.5.tar.xz

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

Other differences:
------------------
++++++ deno.spec ++++++
--- /var/tmp/diff_new_pack.pj5k5o/_old  2024-02-16 21:42:09.357267950 +0100
+++ /var/tmp/diff_new_pack.pj5k5o/_new  2024-02-16 21:42:09.361268094 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           deno
-Version:        1.40.4
+Version:        1.40.5
 Release:        0
 Summary:        A secure JavaScript and TypeScript runtime
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.pj5k5o/_old  2024-02-16 21:42:09.405269683 +0100
+++ /var/tmp/diff_new_pack.pj5k5o/_new  2024-02-16 21:42:09.409269826 +0100
@@ -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.40.4</param>
-    <param name="version">1.40.4</param>
+    <param name="revision">v1.40.5</param>
+    <param name="version">1.40.5</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.83.1</param>
-    <param name="version">0.83.1</param>
+    <param name="revision">v0.83.2</param>
+    <param name="version">0.83.2</param>
     <param name="exclude">.github</param>
 
     <!--

++++++ deno-1.40.4.tar.xz -> deno-1.40.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/deno-1.40.4.tar.xz 
/work/SRC/openSUSE:Factory/.deno.new.1815/deno-1.40.5.tar.xz differ: char 15, 
line 1

++++++ deno-rm-upgrade-cmd.patch ++++++
--- /var/tmp/diff_new_pack.pj5k5o/_old  2024-02-16 21:42:09.449271270 +0100
+++ /var/tmp/diff_new_pack.pj5k5o/_new  2024-02-16 21:42:09.453271415 +0100
@@ -223,11 +223,13 @@
 index 628922b..f8bb1e2 100644
 --- a/cli/standalone/binary.rs.1
 +++ b/cli/standalone/binary.rs
-@@ -429,11 +429,7 @@ impl<'a> DenoCompileBinaryWriter<'a> {
+@@ -499,13 +499,7 @@ impl<'a> DenoCompileBinaryWriter<'a> {
 
      let archive_data = std::fs::read(binary_path)?;
      let temp_dir = tempfile::TempDir::new()?;
--    let base_binary_path = crate::tools::upgrade::unpack_into_dir(
+-    let base_binary_path = unpack_into_dir(
+-      "denort",
+-      &binary_name,
 -      archive_data,
 -      target.contains("windows"),
 -      &temp_dir,

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

Reply via email to