c0d2447898
- Update to version 1.17.0: * Features: - add additional exit status code meanings from libc. - add typst module. - aws: Adding the AWS SSO CLI env variable to profile list. - direnv: add new direnv module. - fossil_metrics: add fossil_metrics module. - hostname: add detect_env_vars as option. - kubernetes: Add styling based on current context. - R lang packages version, remove .Rprofile from rlang detection. - scanner: add option not to follow symlinks. - shell: allow distinguishing between pwsh and powershell. * Bug Fixes: - bash: unbound variable error with STARSHIP_PREEXEC_READY. - docker_context: ignore unix domain socket path from Docker Context. - git_status: Avoid printing error on missing stash ref. - git: prevent core.fsmonitor from executing external commands. - pastel-powerline: remove $path from docker-context module format string. * Performance Improvements: - git_status: avoid running in bare repos. - Skip unnecessary indirection in starship init zsh. OBS-URL: https://build.opensuse.org/request/show/1135563 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=50
27 lines
976 B
XML
27 lines
976 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.17.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>
|