From 3e026a49ffb12d7b8aa5e0fd167b90c466b1f1ac9d991834a321fda53312d42c Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 8 May 2024 09:38:32 +0000 Subject: [PATCH 1/2] Accepting request 1172656 from home:Krukas:branches:utilities - Update to version 0.40.1: * fix(sessions): issue where sessions would occasionally become unresponsive * fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI * fix(cli): rename tab and pane from cli * fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider) * fix(tabs): closing a tab no longer breaks tab movement * feat(plugins): add API to open new tabs with a LayoutInfo * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command * feat(cli): allow binding Ctrl J OBS-URL: https://build.opensuse.org/request/show/1172656 OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=83 --- vendor.tar.zst | 4 ++-- zellij-0.40.0.tar.gz | 3 --- zellij-0.40.1.tar.gz | 3 +++ zellij.changes | 13 +++++++++++++ zellij.spec | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 zellij-0.40.0.tar.gz create mode 100644 zellij-0.40.1.tar.gz diff --git a/vendor.tar.zst b/vendor.tar.zst index a53b9ff..9b80a5e 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc079f86d8cfc0df68a0c8631d3be64358fb60f2b94f64ca5a967ae992d49f3f -size 51064353 +oid sha256:9730358dc0acc49d54abdaa715b725f7ae9ce85ab71947fda4f61691214e19a9 +size 51078193 diff --git a/zellij-0.40.0.tar.gz b/zellij-0.40.0.tar.gz deleted file mode 100644 index a4ca52d..0000000 --- a/zellij-0.40.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb15afce6e37f850aff28a3a6b08abd78ef26a1c9fa3ed39426ef0853154438 -size 8582938 diff --git a/zellij-0.40.1.tar.gz b/zellij-0.40.1.tar.gz new file mode 100644 index 0000000..3bc1ba7 --- /dev/null +++ b/zellij-0.40.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0bfa13f2dbe657d76341a196f98a3b4caa47ac63abee06b39883a11ca220a8 +size 8582670 diff --git a/zellij.changes b/zellij.changes index 9f9fcda..d3d6ae2 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 8 08:59:34 UTC 2024 - Maikel Martens + +- Update to version 0.40.1: + * fix(sessions): issue where sessions would occasionally become unresponsive + * fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI + * fix(cli): rename tab and pane from cli + * fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider) + * fix(tabs): closing a tab no longer breaks tab movement + * feat(plugins): add API to open new tabs with a LayoutInfo + * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command + * feat(cli): allow binding Ctrl J + ------------------------------------------------------------------- Sat Apr 20 09:20:37 UTC 2024 - Andrea Manzini diff --git a/zellij.spec b/zellij.spec index 8fbd3d2..4a13b82 100644 --- a/zellij.spec +++ b/zellij.spec @@ -22,7 +22,7 @@ %bcond_with test Name: zellij -Version: 0.40.0 +Version: 0.40.1 Release: 0 Summary: Terminal workspace with batteries included License: MIT From 85db73cd8c5883080e5b99de22d2d75f2228ff4b4771e10920a6d653a8ce3f25 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 8 May 2024 11:38:51 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=84 --- README.suse-maint.md | 5 +++-- _service | 1 + vendor.tar.zst | 4 ++-- zellij.changes | 10 ++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.suse-maint.md b/README.suse-maint.md index 0f7b9e0..5e84426 100644 --- a/README.suse-maint.md +++ b/README.suse-maint.md @@ -1,5 +1,6 @@ 1. Edit the service file to the corresponding version number of the tarball. -2. Run `osc service disabledrun`. +2. Run `osc service manualrun` or `osc service mr`. 3. Edit zellij.changes with `osc vc`. - +4. Remove the old version tarball. +5. Then commit to your branch and SR. diff --git a/_service b/_service index ee03b42..3043407 100644 --- a/_service +++ b/_service @@ -4,6 +4,7 @@ zellij-*.tar.gz zst true + true diff --git a/vendor.tar.zst b/vendor.tar.zst index 9b80a5e..c3e9c30 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9730358dc0acc49d54abdaa715b725f7ae9ce85ab71947fda4f61691214e19a9 -size 51078193 +oid sha256:cc594738a77e932673374761ac985a76af140dd4039da852a7c1e5777ad3f1d6 +size 32691860 diff --git a/zellij.changes b/zellij.changes index d3d6ae2..ec988b0 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 8 09:54:06 UTC 2024 - Soc Virnyl Estela + +- Update _service: + * apply vendor filterer +- Update ./README.suse-maint.md: + * manualrun obsoletes disabledrun +- Update vendored dependencies: + * filter for only linux platforms. this lessens tarball size + ------------------------------------------------------------------- Wed May 8 08:59:34 UTC 2024 - Maikel Martens