Accepting request 934078 from home:Dead_Mozay
- Update to version 1.0.0: * Add starship_precmd_user_func support for PowerShell. * style git repo root. * Add pulumi module. * also read from DOCKER_MACHINE_NAME. * docs: Add copy button for code snippets via plugin. * explain: allow specifying prompt arguments in explain and timings subcommands. * fill: add disabled option for fill module. * package: Add support for crystal shards. * python: Show value of PYENV_VERSION when present. * ruby: Add environment variable checks to ruby module. * shell: Add style config for shell module. * Modules not working in fish RPROMPT. * replace battery with starship-battery. * pipestatus quoting on Zsh/Bash. * allow unset KEYMAP and STARSHIP_DURATION in zsh. * ignore scan_dir timeout in tests. * init script line endings. * only print root level config logs a single time. * save pipestatus in fish init functions. * configure: preserve formatting and comments. * escaping: move escaping to individual variables. * fill: Add terminal-width argument to explicitly define terminal's width. * init: Use stderr for init error message. * memory_usage: remove duplicate % handling. * status: Don't show status if all exit codes are 0. * terraform: Improve module triggers. * replace term_size with terminal_size. OBS-URL: https://build.opensuse.org/request/show/934078 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=8
This commit is contained in:
parent
bd05736741
commit
fe8f043750
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.58.0</param>
|
||||
<param name="revision">v1.0.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:19cae501d77067a02f31c8f5d7ef86df6504a1d178b994691c631aa423ea7f28
|
||||
size 11539469
|
3
starship-1.0.0.obscpio
Normal file
3
starship-1.0.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37964e2dbb9938db032072ddeecaec1454419c730f54b2dbd5b8be5a820701bb
|
||||
size 12086285
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 14:24:34 UTC 2021 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.0.0:
|
||||
* Add starship_precmd_user_func support for PowerShell.
|
||||
* style git repo root.
|
||||
* Add pulumi module.
|
||||
* also read from DOCKER_MACHINE_NAME.
|
||||
* docs: Add copy button for code snippets via plugin.
|
||||
* explain: allow specifying prompt arguments in explain and
|
||||
timings subcommands.
|
||||
* fill: add disabled option for fill module.
|
||||
* package: Add support for crystal shards.
|
||||
* python: Show value of PYENV_VERSION when present.
|
||||
* ruby: Add environment variable checks to ruby module.
|
||||
* shell: Add style config for shell module.
|
||||
* Modules not working in fish RPROMPT.
|
||||
* replace battery with starship-battery.
|
||||
* pipestatus quoting on Zsh/Bash.
|
||||
* allow unset KEYMAP and STARSHIP_DURATION in zsh.
|
||||
* ignore scan_dir timeout in tests.
|
||||
* init script line endings.
|
||||
* only print root level config logs a single time.
|
||||
* save pipestatus in fish init functions.
|
||||
* configure: preserve formatting and comments.
|
||||
* escaping: move escaping to individual variables.
|
||||
* fill: Add terminal-width argument to explicitly define
|
||||
terminal's width.
|
||||
* init: Use stderr for init error message.
|
||||
* memory_usage: remove duplicate % handling.
|
||||
* status: Don't show status if all exit codes are 0.
|
||||
* terraform: Improve module triggers.
|
||||
* replace term_size with terminal_size.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 22 01:44:25 UTC 2021 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: starship
|
||||
version: 0.58.0
|
||||
mtime: 1632231484
|
||||
commit: 0a60d1e93942d577d5d9c6e0bb3f6bdf5abcf02a
|
||||
version: 1.0.0
|
||||
mtime: 1636493428
|
||||
commit: dfbf861fe82b188ca651cbbb92f1fad724ce1680
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 0.58.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
@ -41,7 +41,6 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
|
||||
%prep
|
||||
%setup -qa1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df62148ad467daf47ac7c497b375f09480c9499aa683127e6625fb1d8039fca9
|
||||
size 16854732
|
||||
oid sha256:0da5a89db4e25fbbaded80e138e037253e57f45df19a315fc70bb3f8db6d0dab
|
||||
size 25288440
|
||||
|
Loading…
Reference in New Issue
Block a user