starship/_service
Dead Mozay 32589f9f5e Accepting request 1067865 from home:Dead_Mozay
- Update to version 1.13.1:
  * Features:
    - config: Adds support for --profile <custom profile name>.
    - env_var: Add support for env_var.VAR in format.
    - fennel: add fennel module.
    - add pijul_channel module.
    - fossil_branch: add fossil_branch module.
    - gradle: add gradle module.
    - hg_branch: Add support for mercurial topics and find hg 
      root dir.
    - java: Add .sdkmanrc for Java.
    - logger: delete old logs & avoid more dup logs.
  * Bug Fixes:
    - 'to to' -> 'to'.
    - container: reduce docker, podman and systemd confusion.
    - fish: enable transient prompt when in vi mode.
    - git_commit: fix potential test failure.
    - Improve regex for extracting gradle package version from 
      gradle.properties.
    - let-env warning when using nushell.
    - nodejs: apply style even if node version is unavailable
    - package: Improve regex for extracting gradle version 
      from gradle.properties.

OBS-URL: https://build.opensuse.org/request/show/1067865
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=40
2023-02-27 03:05:07 +00:00

26 lines
942 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.13.1</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">xz</param>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">starship</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">starship</param>
</service>
</services>