Accepting request 952229 from home:Dead_Mozay

- Update to version 1.3.0:
  * add username to Pulumi module.
  * Enable Undistract Me for Linux.
  * starship bug-report sets syntax highlighting for config file.
  * add a container indicator.
  * cli: Print arguments if argument parsing fails.
  * cmd_duration: Make notification timeout configurable.
  * install: Add posix shell check.
  * localip: add module to print the current ipv4 address.
  * pwsh: Set ExtraPromptLineCount.
  * pwsh: Set STARSHIP_SHELL to pwsh on PS >5.
  * Correctly detect older versions of powershell in bug-report.
  * bash: Restore previous exit status in bash init.
  * elvish: use $pwd for logical-path.
  * nodejs: use e718 as the default of symbol in node configuration.
  * status: Enable to convert from i64 to hex_status by casting
    instead of parsing status.
  * Improve compatibility with Zsh prompt theme system.
  * zsh: using add-zsh-hook instead of add hook manually.
  * elvish: Use built-in randint instead of starship session.

OBS-URL: https://build.opensuse.org/request/show/952229
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=11
This commit is contained in:
Dead Mozay 2022-02-07 17:55:54 +00:00 committed by Git OBS Bridge
parent 76fa05fa4c
commit a57bc4c711
7 changed files with 34 additions and 10 deletions

View File

@ -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.2.1</param>
<param name="revision">v1.3.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82190f9de91ec8e8f99b38f9e23c4acfe5c79913c408f2fa6aea573c0d6dc036
size 12293645

3
starship-1.3.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a668b3976d1dc7ec5b043195eeff7f242c977d4bdffa27006f344437f1d1a2f
size 12580365

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 7 17:40:33 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.3.0:
* add username to Pulumi module.
* Enable Undistract Me for Linux.
* starship bug-report sets syntax highlighting for config file.
* add a container indicator.
* cli: Print arguments if argument parsing fails.
* cmd_duration: Make notification timeout configurable.
* install: Add posix shell check.
* localip: add module to print the current ipv4 address.
* pwsh: Set ExtraPromptLineCount.
* pwsh: Set STARSHIP_SHELL to pwsh on PS >5.
* Correctly detect older versions of powershell in bug-report.
* bash: Restore previous exit status in bash init.
* elvish: use $pwd for logical-path.
* nodejs: use e718 as the default of symbol in node configuration.
* status: Enable to convert from i64 to hex_status by casting
instead of parsing status.
* Improve compatibility with Zsh prompt theme system.
* zsh: using add-zsh-hook instead of add hook manually.
* elvish: Use built-in randint instead of starship session.
-------------------------------------------------------------------
Sat Jan 15 12:01:11 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>

View File

@ -1,4 +1,4 @@
name: starship
version: 1.2.1
mtime: 1642245333
commit: 682f49abdb7065f0053ca7ec82de166027a72072
version: 1.3.0
mtime: 1644245789
commit: e6a921b5b2a54ffd81368f9b3a573e49b5af1c9a

View File

@ -17,7 +17,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: starship
Version: 1.2.1
Version: 1.3.0
Release: 0
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
License: ISC

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50ad89ea60b2864b6eaabd92335dbcf29b09909ed3cdfcabedd6092506832b61
size 25199800
oid sha256:f2efe0342078bd9ed454c4a1009460a4d7150bf0ecae68797dcf76937c3da4c9
size 25323868