starship/_service
Dead Mozay 87a8cbf00a Accepting request 1160418 from home:Dead_Mozay
- Update to version 1.18.0:
  * Features:
    - $gemset variable for Ruby module.
    - bash: Support right prompt and transience.
    - bash: use PS0 for preexec hook.
    - direnv: use JSON status with direnv >= 2.33.0.
    - os: add new os symbols.
    - quarto: Add Quarto module.
    - username: add detect_env_vars as option.
  * Bug Fixes:
    - bash: Handle Unbound Variables Errors in Bash.
    - bash: improve integration with bash-preexec.
    - character: also handle vi edit mode in pwsh.
    - direnv: update to work with direnv v2.33.
    - git_branch: fall back to "HEAD" when there is no current 
      branch.
    - nu: continuation prompt not being displayed correctly.
    - status: fix pipestatus width calculation.
    - zsh: improve starship binary path escaping.

OBS-URL: https://build.opensuse.org/request/show/1160418
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=54
2024-03-21 16:11:33 +00:00

27 lines
974 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="filename">starship</param>
<param name="url">https://github.com/starship/starship.git</param>
<param name="scm">git</param>
<param name="version">git-master</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.18.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">starship</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">starship</param>
</service>
</services>