Accepting request 970455 from home:Dead_Mozay
- Update to version 1.6.2: * Add a module for C projects. * allow printing config file schema. * aws: add option to force AWS display. * cmd_duration: make notify feature optional (compat with nix darwin). * spack: Add Spack module. * bash: ensure checkwinsize is enabled for $COLUMNS * directory: enable repo_root_style when truncation_length is zero. * docker_context: ignore the "default" context. * fish: allow generating session keys in older versions of fish. * init: Change Elvish init to catch for 0.18. * nu: Use = instead of space to pass command line parameters. * nu: use shell-provided terminal width. OBS-URL: https://build.opensuse.org/request/show/970455 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=15
This commit is contained in:
parent
66158a8b09
commit
f6cebd0ab6
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.5.4</param>
|
||||
<param name="revision">v1.6.2</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:f9f48d38824326995f3c6001fe91ac7901ce120f1e62389f192a510a3a1c26fa
|
||||
size 13061133
|
3
starship-1.6.2.obscpio
Normal file
3
starship-1.6.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a62b7b6e898135996549049ee8bd93d2c33cd52129f08e19674297f47cbcdd6
|
||||
size 13309453
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 17:08:13 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.6.2:
|
||||
* Add a module for C projects.
|
||||
* allow printing config file schema.
|
||||
* aws: add option to force AWS display.
|
||||
* cmd_duration: make notify feature optional (compat with nix darwin).
|
||||
* spack: Add Spack module.
|
||||
* bash: ensure checkwinsize is enabled for $COLUMNS
|
||||
* directory: enable repo_root_style when truncation_length is zero.
|
||||
* docker_context: ignore the "default" context.
|
||||
* fish: allow generating session keys in older versions of fish.
|
||||
* init: Change Elvish init to catch for 0.18.
|
||||
* nu: Use = instead of space to pass command line parameters.
|
||||
* nu: use shell-provided terminal width.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 04:58:06 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.5.4
|
||||
mtime: 1648149179
|
||||
commit: d420a63e25d01dd61d42499868ac79270b27dd25
|
||||
version: 1.6.2
|
||||
mtime: 1650058183
|
||||
commit: 3ac0559357f1dcf19be3cea23ad21973048c3ff8
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 1.5.4
|
||||
Version: 1.6.2
|
||||
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:5debc73c8aab321b73766ea9ad0d1490b324fdec4b87dec3a959e787ad89d78b
|
||||
size 25826680
|
||||
oid sha256:c79e3e67306e4706c3e8a1a9bc295e06713d797a22caa4a77bad54c5198b7478
|
||||
size 26515520
|
||||
|
Loading…
Reference in New Issue
Block a user