zellij/_service
Soc Virnyl Estela 374568b1f4 - Update _service file
- Update spec file to build new plugins
- 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

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=86
2024-11-08 00:31:32 +00:00

25 lines
957 B
Plaintext

<services>
<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>
</service>
</services>