Accepting request 983143 from home:Dead_Mozay

- Update to version 1.8.0:
  * Add support for Daml.
  * kubernetes: add user alias.
  * escape text segments in meta variables.
  * fish: add proper vi mode detection for fish shell.
  * install: ignore tarfile ownership values when installing as root.
  * nu: don't use cygpath for starship binary path in init.

OBS-URL: https://build.opensuse.org/request/show/983143
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=18
This commit is contained in:
Dead Mozay 2022-06-16 13:15:47 +00:00 committed by Git OBS Bridge
parent 42ab2b899f
commit d7b7e141a0
8 changed files with 23 additions and 12 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.7.1</param>
<param name="revision">v1.8.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:7dffded5b88f6a49fa233547ef16306e9d63a201ef99dd6924fe3654d2e00d8f
size 13576717

3
starship-1.8.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c634695980bbdfcf59f80488ec992910c386dcc1d889f2109ecc6e2a829f977
size 14501901

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 16 13:02:16 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.8.0:
* Add support for Daml.
* kubernetes: add user alias.
* escape text segments in meta variables.
* fish: add proper vi mode detection for fish shell.
* install: ignore tarfile ownership values when installing as root.
* nu: don't use cygpath for starship binary path in init.
-------------------------------------------------------------------
Wed May 25 12:04:42 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>

View File

@ -1,4 +1,4 @@
name: starship
version: 1.7.1
mtime: 1653432063
commit: b37acce1c7388dbfe4c28f9a4731eeee95e58ad4
version: 1.8.0
mtime: 1655383630
commit: c9f74f7f42fe20afca7dd6da90437877481366fb

View File

@ -17,13 +17,13 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: starship
Version: 1.7.1
Version: 1.8.0
Release: 0
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
License: ISC
Url: https://starship.rs/
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.zst
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: rust-packaging
BuildRequires: pkgconfig(openssl)

3
vendor.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79599ea0e9310de905cfc613f336525fb6b66817bb58da14a2258e421aa4cb51
size 39452020

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8182f23ab8b04f98a34a1dfb3072a6bd6bcaee1d1881d4ce974df55b3b55eb0d
size 58717010