forked from pool/starship
Accepting request 880839 from home:Dead_Mozay
- Update to version 0.51.0: * correct fish syntax error when setting variables. * Add a fallback prompt under TERM=dumb. * update vulnerable generic-array package. * bash: escape interpretable characters. * cmake: Change cmake symbol to unicode triangle. * directory: contract git repo with display path. * directory: Handle non-UTF-8 folder names. * docs: "Command Duration" section link target. * init: Quote path for elvish init. * init: make log messages on pwsh visible again. * java: use consistent separators for java path. * nodejs: Change symbol to nerd-font. * package: fix meson version extraction if 'meson_version' is present. * python: Handle PyPy python version correctly. * tcsh: remove quotes and escape backticks. * utils: Sefely unwrap the command output. * zsh: Set PROMPT just once. * allow changing default command timeout. * create shell module. * add support for tcsh. * aws: add support for getting profile from awsu. * cmake: Configure when the module is shown. * crystal: Configure when the module is shown. * dart: Configure when the module is shown. * docker_context: Configure when module is shown. * dotnet: Configure when module is shown. * elixir: Configure when module is shown. * elm: Configure when the module is shown. * erlang: Configure when the module is shown. * golang: Configure when the module is shown. * helm: Configure when the module is shown. * install: make install script posix compliant. * java: Configure when the module is shown. * julia: Configure when the module is shown. * kotlin: Configure when the module is shown. * lua: Configure when the module is shown. * nim: Configure when the module is shown. * nodejs: Configure when the module is shown. * ocaml: Configure when the module is shown. * perl: Configure when the module is shown. * php: Configure when the module is shown. * purescript: Configure when the module is shown. * python: Configure when the module is shown. * ruby: Configure when the module is shown. * rust: Configure when the module is shown. * scala: Add scala module. * swift: Configure when the module is shown. * terraform: Configure when the module is shown. * test: allow dynamic mocking of commands. * vagrant: Configure when the module is shown. * zig: Configure when the module is shown. * init: Prefer set -x over export for fish users. * username: get uid without external command. * aws: Add spacing between profile and region. OBS-URL: https://build.opensuse.org/request/show/880839 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=2
This commit is contained in:
parent
3ed05cc36b
commit
ac2e6c4262
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">v0.50.0</param>
|
||||
<param name="revision">v0.51.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:be1f72f1491186bc88c05f5be2ec26e82e65f7c7d87d63dd9f25318e50b04be9
|
||||
size 209762830
|
3
starship-0.51.0.obscpio
Normal file
3
starship-0.51.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:541750c9af7630df423769c37914d8ed08195487703157e6ad29fc47c0a34489
|
||||
size 9686541
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 03:22:57 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 0.51.0:
|
||||
* correct fish syntax error when setting variables.
|
||||
* Add a fallback prompt under TERM=dumb.
|
||||
* update vulnerable generic-array package.
|
||||
* bash: escape interpretable characters.
|
||||
* cmake: Change cmake symbol to unicode triangle.
|
||||
* directory: contract git repo with display path.
|
||||
* directory: Handle non-UTF-8 folder names.
|
||||
* docs: "Command Duration" section link target.
|
||||
* init: Quote path for elvish init.
|
||||
* init: make log messages on pwsh visible again.
|
||||
* java: use consistent separators for java path.
|
||||
* nodejs: Change symbol to nerd-font.
|
||||
* package: fix meson version extraction if 'meson_version' is present.
|
||||
* python: Handle PyPy python version correctly.
|
||||
* tcsh: remove quotes and escape backticks.
|
||||
* utils: Sefely unwrap the command output.
|
||||
* zsh: Set PROMPT just once.
|
||||
* allow changing default command timeout.
|
||||
* create shell module.
|
||||
* add support for tcsh.
|
||||
* aws: add support for getting profile from awsu.
|
||||
* cmake: Configure when the module is shown.
|
||||
* crystal: Configure when the module is shown.
|
||||
* dart: Configure when the module is shown.
|
||||
* docker_context: Configure when module is shown.
|
||||
* dotnet: Configure when module is shown.
|
||||
* elixir: Configure when module is shown.
|
||||
* elm: Configure when the module is shown.
|
||||
* erlang: Configure when the module is shown.
|
||||
* golang: Configure when the module is shown.
|
||||
* helm: Configure when the module is shown.
|
||||
* install: make install script posix compliant.
|
||||
* java: Configure when the module is shown.
|
||||
* julia: Configure when the module is shown.
|
||||
* kotlin: Configure when the module is shown.
|
||||
* lua: Configure when the module is shown.
|
||||
* nim: Configure when the module is shown.
|
||||
* nodejs: Configure when the module is shown.
|
||||
* ocaml: Configure when the module is shown.
|
||||
* perl: Configure when the module is shown.
|
||||
* php: Configure when the module is shown.
|
||||
* purescript: Configure when the module is shown.
|
||||
* python: Configure when the module is shown.
|
||||
* ruby: Configure when the module is shown.
|
||||
* rust: Configure when the module is shown.
|
||||
* scala: Add scala module.
|
||||
* swift: Configure when the module is shown.
|
||||
* terraform: Configure when the module is shown.
|
||||
* test: allow dynamic mocking of commands.
|
||||
* vagrant: Configure when the module is shown.
|
||||
* zig: Configure when the module is shown.
|
||||
* init: Prefer set -x over export for fish users.
|
||||
* username: get uid without external command.
|
||||
* aws: Add spacing between profile and region.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 04:25:17 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: starship
|
||||
version: 0.50.0
|
||||
mtime: 1612295982
|
||||
commit: 0558b38e3f211eafeca56d39e9da899bcdf8de99
|
||||
version: 0.51.0
|
||||
mtime: 1616516910
|
||||
commit: 88c3844db35655d76c6271112b3674cda481222d
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 0.50.0
|
||||
Version: 0.51.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:48ae6550b9a5e8e686a6cc745aa5bcf1ce8a9937531e13f58e2d127aafd181f0
|
||||
size 15567308
|
||||
oid sha256:d0e59d1316a60318314feee1da267eb7f86e9e37654c35c4b7a797bab053ba4a
|
||||
size 16082448
|
||||
|
Loading…
Reference in New Issue
Block a user