forked from pool/starship
4cdc0a3b43
- Update to version 1.19.0: * Features: - container: show name if available. - gleam: Add Gleam module. - k8s: Add detect env vars option. - nats: Add NATS Context. - odin: Add Odin Lang module. - username: add aliases option. * Bug Fixes: - bash: fix handling of the preserved DEBUG trap (used in Bash <= 4.3). - bash: use eval instead of a procsub for the POSIX mode. - bash: use eval instead of a procsub for the POSIX mode. - bun: change default icon. - scala: use scala-cli first to avoid timeout. - xonsh: remove | cat workaround from xonsh init. * Performance Improvements: - scala: use scala-cli first to avoid timeout. OBS-URL: https://build.opensuse.org/request/show/1174332 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=57
27 lines
974 B
XML
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.19.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>
|