Accepting request 1248069 from utilities
OBS-URL: https://build.opensuse.org/request/show/1248069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=23
This commit is contained in:
commit
3ec5bd996a
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/zellij-org/zellij.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.41.1</param>
|
||||
<param name="revision">v0.41.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/zellij-org/zellij.git</param>
|
||||
<param name="changesrevision">9b756be3d7dd9341ea1a62ed7539692982e89a18</param></service></servicedata>
|
||||
<param name="changesrevision">40d49737d126eef60dd988f1fe60df4c42d23773</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9db130ba5a7333e58f6ec85f3969d824cfeeb4c5116729b03419b102905d24f
|
||||
size 46498745
|
||||
oid sha256:565619877170e94f66fb1ff28a82c2d1ed0bbeaa8e4e99341e375d67cd80d256
|
||||
size 46816273
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9d288c8b98ff0bb0fb234263f8165b8228a213e4d5fd75449af85246d6b68a
|
||||
size 7010552
|
3
zellij-0.41.2.tar.zst
Normal file
3
zellij-0.41.2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1621284038c8200aecbb2982866d6e7a2e0193b32bbb2fb6b5132ab9006c8fc6
|
||||
size 7013007
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 21:31:52 UTC 2025 - gerald_chen@foxmail.com
|
||||
|
||||
- Update to version 0.41.2:
|
||||
* chore(release): v0.41.2
|
||||
* chore(version): set patch version
|
||||
* style(fmt): remove warnings
|
||||
* docs(changelog): derive hash and ord for paneid
|
||||
* fix(plugins): derive hash and ord for PaneId (#3790)
|
||||
* docs(changelog): vendor common_path
|
||||
* chore(package): vendor common_path (#3780)
|
||||
* docs(changelog): plugin cache folder url
|
||||
* docs(changelog): plugin cache folder
|
||||
* feat(plugins): add /cache folder (#3787)
|
||||
* docs(changelog): pane-closed event
|
||||
* fix(screen): send PaneClosed event to plugins also when closing the whole tab (#3781)
|
||||
* docs(changelog): shortcut change
|
||||
* fix(ux): change plugin manager shortcut (#3779)
|
||||
* docs(changelog): vendored curl option
|
||||
* chore: add vendored_curl feature (#3766)
|
||||
* docs(changelog): invalid state handling
|
||||
* fix(panes): handle various invalid state situations (#3776)
|
||||
* docs(changelog): occasional slow startup fix
|
||||
* fix(statup): slow startup on some occasions (#3767)
|
||||
* docs(changelog): config dir crash fix
|
||||
* fix(config): crash if unable to watch config folder (#3761)
|
||||
* docs(changelog): kitty reset fix
|
||||
* fix(terminal): reset kitty keyboard support when resetting terminal state (#3760)
|
||||
* docs(changelog): do not duplicate built-in plugins
|
||||
* fix(plugins): do not open extra instances of aliases (#3759)
|
||||
* docs(changelog): event ordering fix
|
||||
* fix(tabs): maintain event order for MoveTab (#3758)
|
||||
* docs(changelog): output-buffer fix
|
||||
* fix(output-buffer): truncate grid height when not rendering it fully (#3750)
|
||||
* docs(changelog): plugin fixes
|
||||
* fix(plugins): cwd and usability fixes (#3749)
|
||||
* docs(changelog): refix ctrl-j
|
||||
* fix(input): refix ctrl-j (#3746)
|
||||
* docs(changelog): kitty input fix
|
||||
* fix(input): remove support for extra modifiers (#3725)
|
||||
* chore(repo): bump development version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 05 10:16:30 UTC 2024 - gerald_chen@foxmail.com
|
||||
|
||||
|
22
zellij.spec
22
zellij.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zellij
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
%bcond_with test
|
||||
Name: zellij
|
||||
Version: 0.41.1
|
||||
Version: 0.41.2
|
||||
Release: 0
|
||||
Summary: Terminal workspace with batteries included
|
||||
License: MIT
|
||||
@ -88,32 +88,32 @@ rm -v zellij-utils/assets/plugins/*
|
||||
# First rebuilt plugins we just deleted
|
||||
# Note: RUSTFLAGS break linking with WASM-files, so we don't use the cargo_build-macro here
|
||||
pushd default-plugins/compact-bar
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/status-bar
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/tab-bar
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/strider
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/session-manager
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/fixture-plugin-for-tests
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/configuration
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
pushd default-plugins/plugin-manager
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
cargo --offline build --release --target=wasm32-wasip1
|
||||
popd
|
||||
|
||||
# Move the results to the place they are expected
|
||||
mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/
|
||||
mv -v target/wasm32-wasip1/release/*.wasm zellij-utils/assets/plugins/
|
||||
|
||||
# Build zellij proper
|
||||
%{cargo_build} --features unstable
|
||||
|
Loading…
x
Reference in New Issue
Block a user