forked from pool/starship
Accepting request 985413 from shells
OBS-URL: https://build.opensuse.org/request/show/985413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/starship?expand=0&rev=2
This commit is contained in:
commit
49b9fa2fb5
5
_service
5
_service
@ -6,7 +6,7 @@
|
|||||||
<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.8.0</param>
|
<param name="revision">v1.9.1</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>
|
||||||
@ -19,4 +19,7 @@
|
|||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">starship</param>
|
<param name="srcdir">starship</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="cargo_audit" mode="disabled">
|
||||||
|
<param name="srcdir">starship</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c634695980bbdfcf59f80488ec992910c386dcc1d889f2109ecc6e2a829f977
|
|
||||||
size 14501901
|
|
3
starship-1.9.1.obscpio
Normal file
3
starship-1.9.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aae0094990f749c69fc1b3b798cd65670317df11d0f3b514132e3440996c0883
|
||||||
|
size 14629901
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 03:06:50 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.9.1:
|
||||||
|
* add Raku module.
|
||||||
|
* character: Standadise Vim config names.
|
||||||
|
* Removed strip binary.
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 22 11:08:27 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Fix W: unstripped-binary-or-object.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 16 13:02:16 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
|
Thu Jun 16 13:02:16 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: starship
|
name: starship
|
||||||
version: 1.8.0
|
version: 1.9.1
|
||||||
mtime: 1655383630
|
mtime: 1656356334
|
||||||
commit: c9f74f7f42fe20afca7dd6da90437877481366fb
|
commit: b8d8918b01cf255ec0e7152433b2cdd484d917c6
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package starship
|
# spec file for package starship
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,23 +12,23 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
Name: starship
|
Name: starship
|
||||||
Version: 1.8.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||||
License: ISC
|
License: ISC
|
||||||
Url: https://starship.rs/
|
URL: https://starship.rs/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||||
Fast: it's fast – really really fast! rocket
|
Fast: it's fast – really really fast! rocket
|
||||||
@ -38,7 +38,6 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
|||||||
Feature rich: support for all your favorite tools.
|
Feature rich: support for all your favorite tools.
|
||||||
Easy: quick to install – start using it in minutes.
|
Easy: quick to install – start using it in minutes.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qa1
|
%setup -qa1
|
||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
@ -53,11 +52,9 @@ RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path .
|
|||||||
rm %{buildroot}%{_prefix}/.crates.toml
|
rm %{buildroot}%{_prefix}/.crates.toml
|
||||||
rm %{buildroot}%{_prefix}/.crates2.json
|
rm %{buildroot}%{_prefix}/.crates2.json
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/starship
|
%{_bindir}/starship
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:79599ea0e9310de905cfc613f336525fb6b66817bb58da14a2258e421aa4cb51
|
oid sha256:dc79d7804cdfa1bfc01949cef590cc1318361c00114117cbb70d4f391e468cbc
|
||||||
size 39452020
|
size 38875712
|
||||||
|
Loading…
Reference in New Issue
Block a user