diff --git a/.gitignore b/.gitignore index d98dce6..4ee2fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /starship-0.37.0.crate /starship-0.38.0.crate /starship-0.38.1.crate +/starship-0.40.1.crate diff --git a/rust-starship.spec b/rust-starship.spec index 33afe0e..9a8cbc2 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,7 +4,7 @@ %global crate starship Name: rust-%{crate} -Version: 0.38.1 +Version: 0.40.1 Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ @@ -14,7 +14,6 @@ URL: https://crates.io/crates/starship Source: %{crates_source} # Initial patched metadata # * No vendored -# * Update sysinfo to 0.12, https://github.com/starship/starship/commit/ecc01af23e2df6bf4411aa8487cf10d5d3e6f77f Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -150,6 +149,9 @@ echo 'git-core' %endif %changelog +* Wed Apr 15 08:44:33 CEST 2020 Igor Raits - 0.40.1-1 +- Update to 0.40.1 + * Tue Mar 24 06:47:58 CET 2020 Igor Raits - 0.38.1-1 - Update to 0.38.1 diff --git a/sources b/sources index 41980fc..114739c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.38.1.crate) = 6eeed99b0cf8600daeb85c5996f04946db9544194c03bcc9c1305ccfc98cbeb927576e6689c7b0412ac73f3c20b2d5d287dc2d2c6fce8fb54e28e5b8c35d7080 +SHA512 (starship-0.40.1.crate) = ceec06e1a168c5b493b7387736804fab36b71049f657d74bba645415cebefd2dba03bc4948533855b8f8662523f312e81d05d3af22957f37b3f68c9e9386203b diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 8319520..bcead6d 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,15 +1,6 @@ ---- starship-0.38.1/Cargo.toml 2020-03-22T22:09:36+00:00 -+++ starship-0.38.1/Cargo.toml 2020-03-24T06:10:12.665322+00:00 -@@ -102,7 +102,7 @@ - version = "0.1.0" - - [dependencies.sysinfo] --version = "0.11.7" -+version = "0.12.0" - - [dependencies.term_size] - version = "0.3.1" -@@ -133,7 +133,6 @@ +--- starship-0.40.1/Cargo.toml 2020-04-11T20:12:00+00:00 ++++ starship-0.40.1/Cargo.toml 2020-04-15T06:44:33.196576+00:00 +@@ -140,7 +140,6 @@ [features] default = ["battery", "http"] http = ["attohttpc"]