Accepting request 1037802 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1037802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=8
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
|
3
_service
3
_service
@@ -1,6 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">v0.32.0.tar.gz</param>
|
||||
<param name="srctar">v0.33.0.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:e81cfc94bc15faeb1cacaddcea20e6f8220e6d288b84dfdf221c17d4868de2c0
|
||||
size 9003458
|
3
v0.33.0.tar.gz
Normal file
3
v0.33.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
|
||||
size 9341113
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef1b309c6b4db0f43c7694321b34d3ade98ae35ba6f0e1ecc7974a41967df38
|
||||
size 36586309
|
||||
oid sha256:b3ea87dc9425d5db3ca2b9951183de7eed8a166104d3d50d92dfa65d2a14064f
|
||||
size 37905065
|
||||
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 02:24:51 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 13 00:10:48 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- 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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
13
zellij.spec
13
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
|
||||
|
Reference in New Issue
Block a user