a57bc4c711
- Update to version 1.3.0: * add username to Pulumi module. * Enable Undistract Me for Linux. * starship bug-report sets syntax highlighting for config file. * add a container indicator. * cli: Print arguments if argument parsing fails. * cmd_duration: Make notification timeout configurable. * install: Add posix shell check. * localip: add module to print the current ipv4 address. * pwsh: Set ExtraPromptLineCount. * pwsh: Set STARSHIP_SHELL to pwsh on PS >5. * Correctly detect older versions of powershell in bug-report. * bash: Restore previous exit status in bash init. * elvish: use $pwd for logical-path. * nodejs: use e718 as the default of symbol in node configuration. * status: Enable to convert from i64 to hex_status by casting instead of parsing status. * Improve compatibility with Zsh prompt theme system. * zsh: using add-zsh-hook instead of add hook manually. * elvish: Use built-in randint instead of starship session. OBS-URL: https://build.opensuse.org/request/show/952229 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=11
23 lines
839 B
XML
23 lines
839 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<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.3.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
</services>
|