Accepting request 1067866 from shells
OBS-URL: https://build.opensuse.org/request/show/1067866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/starship?expand=0&rev=11
This commit is contained in:
commit
a15174e412
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.12.0</param>
|
||||
<param name="revision">v1.13.1</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:1c2461e5e80438b432f107831f3e33ec266e7089425d7c6dfa3ac0218822cee2
|
||||
size 16240141
|
3
starship-1.13.1.obscpio
Normal file
3
starship-1.13.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1642d661f292dfb012a484c38a15832894d13dfa01905d318d424217e70bd1dd
|
||||
size 16506893
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 02:55:56 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.13.1:
|
||||
* Features:
|
||||
- config: Adds support for --profile <custom profile name>.
|
||||
- env_var: Add support for env_var.VAR in format.
|
||||
- fennel: add fennel module.
|
||||
- add pijul_channel module.
|
||||
- fossil_branch: add fossil_branch module.
|
||||
- gradle: add gradle module.
|
||||
- hg_branch: Add support for mercurial topics and find hg
|
||||
root dir.
|
||||
- java: Add .sdkmanrc for Java.
|
||||
- logger: delete old logs & avoid more dup logs.
|
||||
* Bug Fixes:
|
||||
- 'to to' -> 'to'.
|
||||
- container: reduce docker, podman and systemd confusion.
|
||||
- fish: enable transient prompt when in vi mode.
|
||||
- git_commit: fix potential test failure.
|
||||
- Improve regex for extracting gradle package version from
|
||||
gradle.properties.
|
||||
- let-env warning when using nushell.
|
||||
- nodejs: apply style even if node version is unavailable
|
||||
- package: Improve regex for extracting gradle version
|
||||
from gradle.properties.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 09:54:36 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.12.0
|
||||
mtime: 1670947295
|
||||
commit: 4316eeb57fc998aec6dd0c62202bd9a312ce73df
|
||||
version: 1.13.1
|
||||
mtime: 1677376054
|
||||
commit: fdd3d150545700e15d221bfd97b1d80fb34e9b50
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package starship
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.12.0
|
||||
Version: 1.13.1
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
URL: https://starship.rs/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b65771e02e931cbcb273afb5591e284b5d9d005ec775d79574daf29b1f4c9abc
|
||||
size 50583528
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f1d01b748b8f95f3c12a327e9e6344be31e50b82ab93cade5208c81dacd9616
|
||||
size 63372757
|
Loading…
Reference in New Issue
Block a user