Accepting request 1045158 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1045158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=9
This commit is contained in:
2
_service
2
_service
@@ -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>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
|
||||
size 9341113
|
3
v0.34.4.tar.gz
Normal file
3
v0.34.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:687e30a3e6916cdd7189ab04ff4b170bc5e09edd937637f0388b3f8432d0fc49
|
||||
size 9043987
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3ea87dc9425d5db3ca2b9951183de7eed8a166104d3d50d92dfa65d2a14064f
|
||||
size 37905065
|
||||
oid sha256:ed4c71d43f88b8edb6215098c9a394b9ef8a44c6d115e161e98ffedef804418f
|
||||
size 46504781
|
||||
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 17 06:21:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@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.estela@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 02:24:51 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@@ -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 @@ Zsh command-line completion support for %{name}.
|
||||
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 @@ cargo --offline build --release --target=wasm32-wasi
|
||||
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
|
||||
|
Reference in New Issue
Block a user