Dominique Leuenberger 2022-12-18 16:22:35 +00:00 committed by Git OBS Bridge
commit be1fd7d123
7 changed files with 47 additions and 13 deletions

View File

@ -6,20 +6,20 @@
<param name="scm">git</param>
<param name="version">git-master</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.11.0</param>
<param name="revision">v1.12.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">starship</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">starship</param>
<param name="srcdir">starship</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07ca5fa4dcd6b29189e0893b81a182463d4506cfe5f220452c5989888189d308
size 14880781

3
starship-1.12.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sun Dec 18 09:54:36 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.12.0:
* Features:
- add Haxe support
- Add operating system module
- aws: add a fallback for expiration key
- azure: add username to azure module config
- bug-report: ask for confirmation before opening issue
- directory: add before_repo_root_style
- git_commit: support showing lightweight tags
- guix_shell: Initial implementation
- init: Use which-rs to resolve starship path
- localip: use reserved remote address
- nu: enable right prompt
- Open Policy Agent module
- package: added showing gradle version based on the gradle.properties file
- preset: Add No Empty Icons preset
- preset: Add no-nerd-font preset
- release: add chocolatey publishing
* Bug Fixes:
- aws: enable when using .aws/credentials
- buf: broken icon on windows 10
- ci: cache after selecting the toolchain
- config: unrecognized config properties don't cause config error
- container: avoid detecting WSL as a systemd-container
- don't attempt to display cmd_duration notification if in TTY
- git: check tag_disabled option
- java: Improved regex for Java version
- nu: remove -c parameter from term size
- pwsh: fix error log display on older versions of pwsh
- status: replace multiply with cross mark emoji
-------------------------------------------------------------------
Sun Oct 16 10:44:58 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -1,4 +1,4 @@
name: starship
version: 1.11.0
mtime: 1665798028
commit: dfc9cf6861c00cd331370f5bdc72eb1db8eba356
version: 1.12.0
mtime: 1670947295
commit: 4316eeb57fc998aec6dd0c62202bd9a312ce73df

View File

@ -17,12 +17,12 @@
Name: starship
Version: 1.11.0
Version: 1.12.0
Release: 0
Summary: A customizable prompt for many shells
License: ISC
URL: https://starship.rs/
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: cargo-packaging

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bab8c9be68dd6c1352177ef3adf3719b71acb068ca2109e2d68c6f994281683
size 51886864
oid sha256:b65771e02e931cbcb273afb5591e284b5d9d005ec775d79574daf29b1f4c9abc
size 50583528