Accepting request 1135564 from shells
OBS-URL: https://build.opensuse.org/request/show/1135564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/starship?expand=0&rev=16
This commit is contained in:
commit
4c2fed90b8
10
_service
10
_service
@ -1,26 +1,26 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="filename">starship</param>
|
<param name="filename">starship</param>
|
||||||
<param name="url">https://github.com/starship/starship.git</param>
|
<param name="url">https://github.com/starship/starship.git</param>
|
||||||
<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.16.0</param>
|
<param name="revision">v1.17.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>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">starship</param>
|
<param name="srcdir">starship</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
<service name="cargo_audit" mode="disabled">
|
||||||
<param name="srcdir">starship</param>
|
<param name="srcdir">starship</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb2f25f101910e64bcfc6b87622c553a1f1d1a17117a74a45b9d1b7782a58da9
|
|
||||||
size 16803341
|
|
3
starship-1.17.0.obscpio
Normal file
3
starship-1.17.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8fea014d61b496c5901bf4746e8c25cb96e05ce2e423dc3b4d93653149ecb8e3
|
||||||
|
size 17701901
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 03:13:08 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.17.0:
|
||||||
|
* Features:
|
||||||
|
- add additional exit status code meanings from libc.
|
||||||
|
- add typst module.
|
||||||
|
- aws: Adding the AWS SSO CLI env variable to profile list.
|
||||||
|
- direnv: add new direnv module.
|
||||||
|
- fossil_metrics: add fossil_metrics module.
|
||||||
|
- hostname: add detect_env_vars as option.
|
||||||
|
- kubernetes: Add styling based on current context.
|
||||||
|
- R lang packages version, remove .Rprofile from rlang detection.
|
||||||
|
- scanner: add option not to follow symlinks.
|
||||||
|
- shell: allow distinguishing between pwsh and powershell.
|
||||||
|
* Bug Fixes:
|
||||||
|
- bash: unbound variable error with STARSHIP_PREEXEC_READY.
|
||||||
|
- docker_context: ignore unix domain socket path from
|
||||||
|
Docker Context.
|
||||||
|
- git_status: Avoid printing error on missing stash ref.
|
||||||
|
- git: prevent core.fsmonitor from executing external commands.
|
||||||
|
- pastel-powerline: remove $path from docker-context module
|
||||||
|
format string.
|
||||||
|
* Performance Improvements:
|
||||||
|
- git_status: avoid running in bare repos.
|
||||||
|
- Skip unnecessary indirection in starship init zsh.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 31 04:14:13 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
Mon Jul 31 04:14:13 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: starship
|
name: starship
|
||||||
version: 1.16.0
|
version: 1.17.0
|
||||||
mtime: 1690723805
|
mtime: 1703788198
|
||||||
commit: dcf7b7646c4610947765d76cf4e024a60576b2cd
|
commit: 88e1471b64cd9a32c60cdd6753e9c62bbeae2e84
|
||||||
|
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: starship
|
Name: starship
|
||||||
Version: 1.16.0
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A customizable prompt for many shells
|
Summary: A customizable prompt for many shells
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://starship.rs/
|
URL: https://starship.rs/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Starship generates shell code which modifies the current shell
|
Starship generates shell code which modifies the current shell
|
||||||
@ -40,8 +40,6 @@ dash is not supported as of 1.10.2.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
mkdir -p .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d195072b2149b7a53125610c77c4b15a2d3f4f067fe0df2bc2e7a67f33a2cda4
|
oid sha256:a149870bfd0fc8fb9f594a2e1cde5d430d9d0b959a72e91352691dd480f9c1b4
|
||||||
size 54440917
|
size 44050772
|
||||||
|
Loading…
Reference in New Issue
Block a user