Accepting request 1169781 from home:smolsheep:upgrades
- Enable tests / Add git-core to pass tests. - Update to version 1.18.2: * Bug Fixes: - replace unmaintained crates yaml-rust, dirs-next - replace all remaining paths referring to vuepress OBS-URL: https://build.opensuse.org/request/show/1169781 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=56
This commit is contained in:
parent
87a8cbf00a
commit
8a48338c3a
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.18.0</param>
|
||||
<param name="revision">v1.18.2</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:2c8209aedd4297c35552f265c7e7642f28e55f59acb1828b8fd4b9448af1e8eb
|
||||
size 17380877
|
3
starship-1.18.2.obscpio
Normal file
3
starship-1.18.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88b599f916cf90942f082c410e49c1f206ea9b0ac4d488e107dfdfbe2703ce34
|
||||
size 17391629
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 00:56:50 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Enable tests / Add git-core to pass tests.
|
||||
- Update to version 1.18.2:
|
||||
* Bug Fixes:
|
||||
- replace unmaintained crates yaml-rust, dirs-next
|
||||
- replace all remaining paths referring to vuepress
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 16:00:15 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.18.0
|
||||
mtime: 1711034085
|
||||
commit: a5108a763822f280785008df38ceb8e90bb9256f
|
||||
version: 1.18.2
|
||||
mtime: 1711726918
|
||||
commit: 4131edaa609887b866a5497648858fe6d39a3f99
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.18.0
|
||||
Version: 1.18.2
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: git-core
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
@ -47,6 +48,9 @@ dash is not supported as of 1.10.2.
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0d9b2720b728ff3ce901e323140ff4b1ac910802703287f7604df430f3581b7
|
||||
size 44060669
|
||||
oid sha256:d675a33badf5f9fad776a477872c01788d27e7a1c97f1f0353cedb6ef8e0c47f
|
||||
size 46646701
|
||||
|
Loading…
Reference in New Issue
Block a user