forked from pool/starship
Accepting request 946440 from home:Dead_Mozay
- Update to version 1.2.0: * No changelog available. - Update to version 1.1.1: * Add package version detection for sbt projects. * print-config subset of config. * azure: Azure module. * module: Add sudo module. * status: Add hex_status. * Display durations of 0ms. * Store $? and $LASTEXITCODE first in PowerShell. * aws: prevent endless loop when AWS config file is a directory. * directory: improve truncation detection. * docs: remove superfluous space. * git_branch: more robust handling of .git. OBS-URL: https://build.opensuse.org/request/show/946440 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=9
This commit is contained in:
parent
fe8f043750
commit
42dddf9601
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
<param name="revision">v1.2.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37964e2dbb9938db032072ddeecaec1454419c730f54b2dbd5b8be5a820701bb
|
||||
size 12086285
|
3
starship-1.2.0.obscpio
Normal file
3
starship-1.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f49dd651648cb5820b6717f31c36d3dd4d85f357846316665d268920d408534
|
||||
size 12293133
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 13:39:20 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* No changelog available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 07:02:21 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.1.1:
|
||||
* Add package version detection for sbt projects.
|
||||
* print-config subset of config.
|
||||
* azure: Azure module.
|
||||
* module: Add sudo module.
|
||||
* status: Add hex_status.
|
||||
* Display durations of 0ms.
|
||||
* Store $? and $LASTEXITCODE first in PowerShell.
|
||||
* aws: prevent endless loop when AWS config file is a directory.
|
||||
* directory: improve truncation detection.
|
||||
* docs: remove superfluous space.
|
||||
* git_branch: more robust handling of .git.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 14:24:34 UTC 2021 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: starship
|
||||
version: 1.0.0
|
||||
mtime: 1636493428
|
||||
commit: dfbf861fe82b188ca651cbbb92f1fad724ce1680
|
||||
|
||||
version: 1.2.0
|
||||
mtime: 1642163145
|
||||
commit: a53a99b12aab046f1f5935d4d918d7f0d0ae012d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 1.0.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0da5a89db4e25fbbaded80e138e037253e57f45df19a315fc70bb3f8db6d0dab
|
||||
size 25288440
|
||||
oid sha256:d48384f6c5e5aebeb2be84ec885f2bd2f092ab714757c443add3fa4097e4a148
|
||||
size 25209680
|
||||
|
Loading…
Reference in New Issue
Block a user