Accepting request 995079 from home:Dead_Mozay
- Update to version 1.10.0: * add bun module. * Add starship preset command. * Add support for blink, hidden, and strikethrough styles. * Add the ability to have some file extensions prevent a module from triggering. * k8s: Add folder detection to the k8s module. * package: support cargo workspace versions. * status: Add pipestatus_segment_format option to status module. * aws: support official AWS_SHARED_CREDENTIALS_FILE variable. * timings: count time spent on custom on 'when' command failure. * pulumi: allow disabling upwards discovery. OBS-URL: https://build.opensuse.org/request/show/995079 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=25
This commit is contained in:
parent
082e71d853
commit
878356ff20
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.9.1</param>
|
||||
<param name="revision">v1.10.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
|
3
starship-1.10.0.obscpio
Normal file
3
starship-1.10.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:969579679ff6ffe0f07186e79a7466e55127c8f859eee19baa105de93d787bde
|
||||
size 14836237
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aae0094990f749c69fc1b3b798cd65670317df11d0f3b514132e3440996c0883
|
||||
size 14629901
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 03:51:33 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.10.0:
|
||||
* add bun module.
|
||||
* Add starship preset command.
|
||||
* Add support for blink, hidden, and strikethrough styles.
|
||||
* Add the ability to have some file extensions prevent a module
|
||||
from triggering.
|
||||
* k8s: Add folder detection to the k8s module.
|
||||
* package: support cargo workspace versions.
|
||||
* status: Add pipestatus_segment_format option to status module.
|
||||
* aws: support official AWS_SHARED_CREDENTIALS_FILE variable.
|
||||
* timings: count time spent on custom on 'when' command failure.
|
||||
* pulumi: allow disabling upwards discovery.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 02:51:04 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.9.1
|
||||
mtime: 1656356334
|
||||
commit: b8d8918b01cf255ec0e7152433b2cdd484d917c6
|
||||
version: 1.10.0
|
||||
mtime: 1660506987
|
||||
commit: c5b319daf056a8293ba9df714641d29636a888b2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.9.1
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc79d7804cdfa1bfc01949cef590cc1318361c00114117cbb70d4f391e468cbc
|
||||
size 38875712
|
||||
oid sha256:fb1a4aeb59a8b9d80ff6b7eaf3cf540391ab2ea0841c85d1b751e23602ff951f
|
||||
size 50935268
|
||||
|
Loading…
Reference in New Issue
Block a user