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:
parent
42ab2b899f
commit
d7b7e141a0
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</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="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -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
3
starship-1.8.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c634695980bbdfcf59f80488ec992910c386dcc1d889f2109ecc6e2a829f977
|
||||||
|
size 14501901
|
@ -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>
|
Wed May 25 12:04:42 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: starship
|
name: starship
|
||||||
version: 1.7.1
|
version: 1.8.0
|
||||||
mtime: 1653432063
|
mtime: 1655383630
|
||||||
commit: b37acce1c7388dbfe4c28f9a4731eeee95e58ad4
|
commit: c9f74f7f42fe20afca7dd6da90437877481366fb
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
Name: starship
|
Name: starship
|
||||||
Version: 1.7.1
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||||
License: ISC
|
License: ISC
|
||||||
Url: https://starship.rs/
|
Url: https://starship.rs/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
3
vendor.tar.xz
Normal file
3
vendor.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79599ea0e9310de905cfc613f336525fb6b66817bb58da14a2258e421aa4cb51
|
||||||
|
size 39452020
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8182f23ab8b04f98a34a1dfb3072a6bd6bcaee1d1881d4ce974df55b3b55eb0d
|
|
||||||
size 58717010
|
|
Loading…
Reference in New Issue
Block a user