- Update sources in specfile
* remove cargo_config - Update to version 0.39.1: * fix: styled underlines in editors * fix(plugins): add `LaunchPlugin` and some cwd fixes * fix(performance): significantly reduce CPU utilization when serializing sessions * fix(panes): reuse CWD when dropping to shell in command panes * fix(resurrection): reduce default serialization interval to 1m and make it configurable * fix(plugins): allow reloading plugins if they crashed * feat(panes): start panes/editors/commands/plugins in-place * fix(theme): fg color for gruvbox light theme * fix: display parsing error for kdl files located under the 'themes' directory * refactor(plugins): wasmer v3.1.1 * refactor(config): dependency updates * fix(plugins): address cranelift-codegen vulnerability * fix(plugins): use versioned path for plugin artifact cache * feat(sessions): session resurrection * feat(rendering): terminal synchronized output * feat(plugins): plugin command API for executing commands in the background * feat(ui): cyberpunk themes * feat(ux): add ESC option to drop to shell in command panes * feat(plugins): allow plugins to make web requests behind a permission * feat(plugins): UI components for plugins * feat(plugins): load plugins from the web * feat(terminal): support styled underlines * feat(ux): allow renaming sessions * fix(plugins): open new plugins in the current cwd OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=75
This commit is contained in:
committed by
Git OBS Bridge
parent
9f36a60bb9
commit
64a63fb857
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">zellij-0.38.2.tar.gz</param>
|
||||
<param name="srctar">zellij-*.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcde5fa87ae26ddcaed43b222f5fe09ca64bce70518e810a92040448f67081ad
|
||||
size 44611450
|
||||
oid sha256:92fe44232935bd8a8c3bd4db30f6e8f17cb0cfd72a9fbfdea20cd73644f4fe67
|
||||
size 48622344
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18e8ae9fa2ad995af5f6c64b3c0713143d260cdc6c1a978831313bfaf305ad5e
|
||||
size 8688614
|
3
zellij-0.39.1.tar.gz
Normal file
3
zellij-0.39.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2f00ea3aec0d36a8e764d33d521b09de936e3c94594536ccd348457e108e14
|
||||
size 8815736
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 18 22:23:25 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update sources in specfile
|
||||
* remove cargo_config
|
||||
- Update to version 0.39.1:
|
||||
* fix: styled underlines in editors
|
||||
* fix(plugins): add `LaunchPlugin` and some cwd fixes
|
||||
* fix(performance): significantly reduce CPU utilization when serializing sessions
|
||||
* fix(panes): reuse CWD when dropping to shell in command panes
|
||||
* fix(resurrection): reduce default serialization interval to 1m and make it configurable
|
||||
* fix(plugins): allow reloading plugins if they crashed
|
||||
* feat(panes): start panes/editors/commands/plugins in-place
|
||||
* fix(theme): fg color for gruvbox light theme
|
||||
* fix: display parsing error for kdl files located under the 'themes' directory
|
||||
* refactor(plugins): wasmer v3.1.1
|
||||
* refactor(config): dependency updates
|
||||
* fix(plugins): address cranelift-codegen vulnerability
|
||||
* fix(plugins): use versioned path for plugin artifact cache
|
||||
* feat(sessions): session resurrection
|
||||
* feat(rendering): terminal synchronized output
|
||||
* feat(plugins): plugin command API for executing commands in the background
|
||||
* feat(ui): cyberpunk themes
|
||||
* feat(ux): add ESC option to drop to shell in command panes
|
||||
* feat(plugins): allow plugins to make web requests behind a permission
|
||||
* feat(plugins): UI components for plugins
|
||||
* feat(plugins): load plugins from the web
|
||||
* feat(terminal): support styled underlines
|
||||
* feat(ux): allow renaming sessions
|
||||
* fix(plugins): open new plugins in the current cwd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 04:33:42 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@@ -22,15 +22,14 @@
|
||||
|
||||
%bcond_with test
|
||||
Name: zellij
|
||||
Version: 0.38.2
|
||||
Version: 0.39.1
|
||||
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#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
Source3: README.suse-maint.md
|
||||
Source2: README.suse-maint.md
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: zstd
|
||||
@@ -83,8 +82,6 @@ Zsh command-line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
# Remove prebuilt binaries
|
||||
rm -v zellij-utils/assets/plugins/*
|
||||
|
||||
|
Reference in New Issue
Block a user