Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zellij for openSUSE:Factory checked 
in at 2022-12-24 14:52:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zellij (Old)
 and      /work/SRC/openSUSE:Factory/.zellij.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zellij"

Sat Dec 24 14:52:25 2022 rev:9 rq:1045158 version:0.34.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/zellij/zellij.changes    2022-11-24 
12:25:31.518172990 +0100
+++ /work/SRC/openSUSE:Factory/.zellij.new.1563/zellij.changes  2022-12-24 
14:55:15.752671687 +0100
@@ -1,0 +2,28 @@
+Sat Dec 17 06:21:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 0.34.4:
+  * Fix application crash when resizing with flexible plugin panes in layout
+  * Allow the SHELL variable to contain non-absolute shell paths (e.g. 
SHELL=sh instead of SHELL=/bin/sh
+
+-------------------------------------------------------------------
+Sun Dec 11 04:13:24 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 0.34.3:
+  * Performance: both loading and rendering are significantly faster now and 
take less HW resources
+  * Loading screen: Zellij now has a minor loading screen (0.5 seconds) before 
it starts. This is so 
+    that input from STDIN will not be lost while Zellij queries the user's 
terminal emulator for 
+    pixel/cell ratio and the default colors
+  * We now fall back to /bin/sh if we can't find a $SHELL variable
+  * Users can now directionally decrease pane size and not just increase it - 
by default these are 
+    bound to HJKL (uppercase letter) in resize mode, but can be bound like 
anything to other keys.
+  * Lots of stability and bug fixes
+  * BREAKING CHANGES:
+    - performance: change plugin data flow to improve render speed
+    - performance: various render pipeline improvements
+  * Fixes:
+    - server on longer crashes on client crash
+    - preserve pane focus properly when closing panes and switching tabs
+    - missing tokyo-night-dark theme
+- plugin assets are now moved to zellij-utils/assets/plugins. updated specfile 
accordingly
+
+-------------------------------------------------------------------

Old:
----
  v0.33.0.tar.gz

New:
----
  v0.34.4.tar.gz

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

Other differences:
------------------
++++++ zellij.spec ++++++
--- /var/tmp/diff_new_pack.NxoVJC/_old  2022-12-24 14:55:16.436675677 +0100
+++ /var/tmp/diff_new_pack.NxoVJC/_new  2022-12-24 14:55:16.444675724 +0100
@@ -18,12 +18,12 @@
 
 %bcond_with     test
 Name:           zellij
-Version:        0.33.0
+Version:        0.34.4
 Release:        0
 Summary:        Terminal workspace with batteries included
 License:        MIT
 URL:            https://github.com/zellij-org/zellij
-Source0:        %{url}/archive/refs/tags/v%{version}.tar.gz
+Source0:        
https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz
 Source1:        vendor.tar.gz
 Source2:        cargo_config
 Source3:        README.suse-maint.md
@@ -82,7 +82,7 @@
 mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 # Remove prebuilt binaries
-rm assets/plugins/*
+rm -v zellij-utils/assets/plugins/*
 
 %build
 # First rebuilt plugins we just deleted
@@ -101,7 +101,7 @@
 popd
 
 # Move the results to the place they are expected
-mv target/wasm32-wasi/release/*.wasm assets/plugins/
+mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/
 
 # Build zellij proper
 %{cargo_build} --features unstable

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NxoVJC/_old  2022-12-24 14:55:16.504676074 +0100
+++ /var/tmp/diff_new_pack.NxoVJC/_new  2022-12-24 14:55:16.508676098 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">v0.33.0.tar.gz</param>
+     <param name="srctar">v0.34.4.tar.gz</param>
      <param name="compression">gz</param>
      <param name="update">true</param>
   </service>

++++++ v0.33.0.tar.gz -> v0.34.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/zellij/v0.33.0.tar.gz 
/work/SRC/openSUSE:Factory/.zellij.new.1563/v0.34.4.tar.gz differ: char 13, 
line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/zellij/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.zellij.new.1563/vendor.tar.gz differ: char 5, line 1

Reply via email to