diff --git a/.files b/.files index 9ad6092..c871272 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 979564c..4f93799 100644 --- a/.rev +++ b/.rev @@ -55,4 +55,12 @@ Automatic submission by obs-autosubmit 1034320 + + 669df665f7da7a5dfd23bd11a9ff0918 + 0.33.0 + + dimstar_suse + Automatic submission by obs-autosubmit + 1037802 + diff --git a/.servicemark b/.servicemark index f7c673d..25862ff 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -b559e248c23fcd138711803225533540 +254ce4826c35618767ba3e6168555f72 diff --git a/README.suse-maint.md b/README.suse-maint.md index b341b2c..52af364 100644 --- a/README.suse-maint.md +++ b/README.suse-maint.md @@ -1,10 +1,5 @@ -1. Install `rpmdevtools` -2. If updating a version, modify the Version string. -3. Run `rpmdev-spectool -g zellij.spec` and remove the previous version tar ball. -4. Edit the service file cargo-vendor to point to the new tar ball. -5. Run `osc service disabledrun` - -Then add version changes with `osc vc` and then `osc ci` - +1. Edit the service file to the corresponding version number of the tarball. +2. Run `osc service disabledrun`. +3. Edit zellij.changes with `osc vc`. diff --git a/_service b/_service index 567dc79..b65dcbc 100644 --- a/_service +++ b/_service @@ -1,6 +1,7 @@ + - v0.32.0.tar.gz + v0.33.0.tar.gz gz true diff --git a/v0.32.0.tar.gz b/v0.32.0.tar.gz deleted file mode 120000 index a11f10a..0000000 --- a/v0.32.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeih6hu2uk7qmnopqpqza4ruqghtz5o7lokplqywjggavnvt6ngugvi \ No newline at end of file diff --git a/v0.33.0.tar.gz b/v0.33.0.tar.gz new file mode 120000 index 0000000..2dca051 --- /dev/null +++ b/v0.33.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiee7z44qkpl3n3zfffu4dvs7ruosvackbtpoco4jcmzo4i7ea5zba \ No newline at end of file diff --git a/vendor.tar.gz b/vendor.tar.gz index 9bb9430..bbd0092 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeiflri2e6rsyz7lrfz3v3xnn7qr6jw3rmvlesu6qx5egkthbes42ku \ No newline at end of file +/ipfs/bafybeiceaqzoywaorhu5aa3tonhpxkhr5pdgrwsijftbvmivifabqwwegu \ No newline at end of file diff --git a/zellij.changes b/zellij.changes index ef7cb83..ff5d6a7 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,4 +1,43 @@ ------------------------------------------------------------------- +Thu Nov 17 02:24:51 UTC 2022 - Soc Virnyl Estela + +- Update specfile + +------------------------------------------------------------------- +Sun Nov 13 00:10:48 UTC 2022 - Soc Virnyl Estela + +- Update to version 0.33.0: + * debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840) + * feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869) + * add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873) + * feat: support multiple themes in one file (https://github.com/zellij-org/zellij/pull/1855) + * debugging: Remove calls to unwrap in `zellij_server::ui::*` (https://github.com/zellij-org/zellij/pull/1870) + * debugging: Remove calls to unwrap in `zellij_server::pty_writer` (https://github.com/zellij-org/zellij/pull/1872) + * docs(example): update the format of the themes for the example directory (https://github.com/zellij-org/zellij/pull/1877) + * debugging: Remove calls to unwrap in `zellij_server::terminal_bytes` (https://github.com/zellij-org/zellij/pull/1876) + * debugging: Remove calls to unwrap in `zellij_server::output` (https://github.com/zellij-org/zellij/pull/1878) + * fix: resolve `zellij setup --clean` panic (https://github.com/zellij-org/zellij/pull/1882) + * feat: allow toggling mouse mode at runtime (https://github.com/zellij-org/zellij/pull/1883) + * fix: display status bar properly if limited to only 1 line (https://github.com/zellij-org/zellij/pull/1875) + * feat: allow starting command panes suspended (https://github.com/zellij-org/zellij/pull/1887) + * debugging: Remove calls to unwrap in `zellij_server::os_input_output` (https://github.com/zellij-org/zellij/pull/1895) + * fix: remove space key from shared_except (https://github.com/zellij-org/zellij/pull/1884) + * fix: clear search when sending terminating char (https://github.com/zellij-org/zellij/pull/1853) + * fix: properly convert the backslash key from old YAML config files (https://github.com/zellij-org/zellij/pull/1879) + * fix: clear floating panes indication when closing a floating command pane (https://github.com/zellij-org/zellij/pull/1897) + * Terminal compatibility: do not reset bold when resetting DIM (https://github.com/zellij-org/zellij/pull/1803) + * fix: Do not advertise 24 bit color support unchecked (https://github.com/zellij-org/zellij/pull/1900) + * fix: treat CWD properly when opening your editor through `zellij edit` or `ze` (https://github.com/zellij-org/zellij/pull/1904) + * fix: allow cli actions to be run outside of a tty environment (https://github.com/zellij-org/zellij/pull/1905) + * Terminal compatibility: send focus in/out events to terminal panes (https://github.com/zellij-org/zellij/pull/1908) + * fix: various bugs with no-frames and floating panes (https://github.com/zellij-org/zellij/pull/1909) + * debugging: Improve error logging in server (https://github.com/zellij-org/zellij/pull/1881) + * docs: add kanagawa theme (https://github.com/zellij-org/zellij/pull/1913) + * fix: use 'temp_dir' instead of hard-coded '/tmp/' (https://github.com/zellij-org/zellij/pull/1898) + * debugging: Don't strip debug symbols from release binaries (https://github.com/zellij-org/zellij/pull/1916) + * deps: upgrade termwiz to 0.19.0 and rust MSRV to 1.60.0 (https://github.com/zellij-org/zellij/pull/1896) + +------------------------------------------------------------------- Fri Oct 28 23:31:49 UTC 2022 - Soc Virnyl Estela - Update to version 0.32.0: diff --git a/zellij.spec b/zellij.spec index d7f8310..03c2f04 100644 --- a/zellij.spec +++ b/zellij.spec @@ -18,17 +18,16 @@ %bcond_with test Name: zellij -Version: 0.32.0 +Version: 0.33.0 Release: 0 Summary: Terminal workspace with batteries included License: MIT URL: https://github.com/zellij-org/zellij -Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz Source1: vendor.tar.gz Source2: cargo_config Source3: README.suse-maint.md BuildRequires: cargo-packaging -BuildRequires: libgcc_s1 %if 0%{?suse_version} > 1500 BuildRequires: mandown @@ -106,9 +105,11 @@ mv target/wasm32-wasi/release/*.wasm assets/plugins/ # Build zellij proper %{cargo_build} --features unstable -./target/release/zellij setup --generate-completion bash > target/zellij.bash -./target/release/zellij setup --generate-completion fish > target/zellij.fish -./target/release/zellij setup --generate-completion zsh > target/zellij.zsh + +for shell in "zsh" "bash" "fish" +do + ./target/release/%{name} setup --generate-completion "$shell" > target/%{name}."$shell" +done mandown docs/MANPAGE.md > target/zellij.1 %install