Accepting request 1222611 from utilities
OBS-URL: https://build.opensuse.org/request/show/1222611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=22
This commit is contained in:
commit
84061be325
@ -1,6 +0,0 @@
|
||||
1. Edit the service file to the corresponding version number of the tarball.
|
||||
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.
|
||||
|
25
_service
25
_service
@ -1,11 +1,24 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">zellij-*.tar.gz</param>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<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="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">gerald_chen@foxmail.com</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar"/>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="src">zellij</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="filter">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +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>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc594738a77e932673374761ac985a76af140dd4039da852a7c1e5777ad3f1d6
|
||||
size 32691860
|
||||
oid sha256:f9db130ba5a7333e58f6ec85f3969d824cfeeb4c5116729b03419b102905d24f
|
||||
size 46498745
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f0bfa13f2dbe657d76341a196f98a3b4caa47ac63abee06b39883a11ca220a8
|
||||
size 8582670
|
3
zellij-0.41.1.tar.zst
Normal file
3
zellij-0.41.1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9d288c8b98ff0bb0fb234263f8165b8228a213e4d5fd75449af85246d6b68a
|
||||
size 7010552
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 05 10:16:30 UTC 2024 - gerald_chen@foxmail.com
|
||||
|
||||
- Update _service file
|
||||
- Update to version 0.41.1:
|
||||
* chore(release): v0.41.1
|
||||
* HOTFIX: patch version
|
||||
* HOTFIX: default plugins generic compilation issue
|
||||
* chore(release): v0.41.0
|
||||
* docs(changelog): base mode keybindings fix
|
||||
* fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715)
|
||||
* docs(changelog): configuration fixes
|
||||
* fix(ux): configuration fixes (#3713)
|
||||
* docs(readme): add https to curl download
|
||||
* docs(changelog): MoveFocusOrTab fullscreen awareness
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 09:54:06 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
11
zellij.spec
11
zellij.spec
@ -22,14 +22,13 @@
|
||||
|
||||
%bcond_with test
|
||||
Name: zellij
|
||||
Version: 0.40.1
|
||||
Version: 0.41.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
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
Source2: README.suse-maint.md
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: zstd
|
||||
@ -106,6 +105,12 @@ popd
|
||||
pushd default-plugins/fixture-plugin-for-tests
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
popd
|
||||
pushd default-plugins/configuration
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
popd
|
||||
pushd default-plugins/plugin-manager
|
||||
cargo --offline build --release --target=wasm32-wasi
|
||||
popd
|
||||
|
||||
# Move the results to the place they are expected
|
||||
mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/
|
||||
|
Loading…
Reference in New Issue
Block a user