Accepting request 1174333 from shells
OBS-URL: https://build.opensuse.org/request/show/1174333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/starship?expand=0&rev=19
This commit is contained in:
commit
4f221626a7
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">v1.18.0</param>
|
||||
<param name="revision">v1.19.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:2c8209aedd4297c35552f265c7e7642f28e55f59acb1828b8fd4b9448af1e8eb
|
||||
size 17380877
|
3
starship-1.19.0.obscpio
Normal file
3
starship-1.19.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fabc8dab7b7109cee27d3e0a51204fbe23bccfb8f9e41adf527de6d9bc66d06
|
||||
size 17579533
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 03:38:19 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.19.0:
|
||||
* Features:
|
||||
- container: show name if available.
|
||||
- gleam: Add Gleam module.
|
||||
- k8s: Add detect env vars option.
|
||||
- nats: Add NATS Context.
|
||||
- odin: Add Odin Lang module.
|
||||
- username: add aliases option.
|
||||
* Bug Fixes:
|
||||
- bash: fix handling of the preserved DEBUG trap
|
||||
(used in Bash <= 4.3).
|
||||
- bash: use eval instead of a procsub for the POSIX mode.
|
||||
- bash: use eval instead of a procsub for the POSIX mode.
|
||||
- bun: change default icon.
|
||||
- scala: use scala-cli first to avoid timeout.
|
||||
- xonsh: remove | cat workaround from xonsh init.
|
||||
* Performance Improvements:
|
||||
- scala: use scala-cli first to avoid timeout.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 00:56:50 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Enable tests / Add git-core to pass tests.
|
||||
- Update to version 1.18.2:
|
||||
* Bug Fixes:
|
||||
- replace unmaintained crates yaml-rust, dirs-next
|
||||
- replace all remaining paths referring to vuepress
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 16:00:15 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.18.0
|
||||
mtime: 1711034085
|
||||
commit: a5108a763822f280785008df38ceb8e90bb9256f
|
||||
version: 1.19.0
|
||||
mtime: 1715792773
|
||||
commit: de2c4a63553568adcba95432acfbe36080cc6be8
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.18.0
|
||||
Version: 1.19.0
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: git-core
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
@ -47,6 +48,9 @@ dash is not supported as of 1.10.2.
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0d9b2720b728ff3ce901e323140ff4b1ac910802703287f7604df430f3581b7
|
||||
size 44060669
|
||||
oid sha256:8fa166a4a36cdd087a760584dce73281ba857768854d7a740e1bce9ce4a1b8e7
|
||||
size 38772600
|
||||
|
Loading…
Reference in New Issue
Block a user