Accepting request 1135563 from home:Dead_Mozay

- 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.

OBS-URL: https://build.opensuse.org/request/show/1135563
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=50
This commit is contained in:
Dead Mozay 2023-12-29 03:31:43 +00:00 committed by Git OBS Bridge
parent 5a75634b4c
commit c0d2447898
8 changed files with 42 additions and 22 deletions

View File

@ -1,26 +1,26 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="filename">starship</param>
<param name="url">https://github.com/starship/starship.git</param>
<param name="scm">git</param>
<param name="version">git-master</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="changesauthor">dead_mozay@opensuse.org</param>
</service>
<service mode="disabled" name="set_version"/>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="disabled">
<service name="cargo_vendor" mode="manual">
<param name="srcdir">starship</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<service name="cargo_audit" mode="disabled">
<param name="srcdir">starship</param>
</service>
</services>

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@ -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
View File

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

View File

@ -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>

View File

@ -1,4 +1,4 @@
name: starship
version: 1.16.0
mtime: 1690723805
commit: dcf7b7646c4610947765d76cf4e024a60576b2cd
version: 1.17.0
mtime: 1703788198
commit: 88e1471b64cd9a32c60cdd6753e9c62bbeae2e84

View File

@ -17,17 +17,17 @@
Name: starship
Version: 1.16.0
Version: 1.17.0
Release: 0
Summary: A customizable prompt for many shells
License: ISC
URL: https://starship.rs/
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: pkgconfig(openssl)
ExclusiveArch: %{rust_tier1_arches}
%description
Starship generates shell code which modifies the current shell
@ -40,8 +40,6 @@ dash is not supported as of 1.10.2.
%prep
%autosetup -a1
mkdir -p .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d195072b2149b7a53125610c77c4b15a2d3f4f067fe0df2bc2e7a67f33a2cda4
size 54440917
oid sha256:a149870bfd0fc8fb9f594a2e1cde5d430d9d0b959a72e91352691dd480f9c1b4
size 44050772