diff --git a/.gitignore b/.gitignore index dbcd9c3..d98dce6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /starship-0.36.1.crate /starship-0.37.0.crate /starship-0.38.0.crate +/starship-0.38.1.crate diff --git a/rust-starship.spec b/rust-starship.spec index 163aa16..33afe0e 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,7 +4,7 @@ %global crate starship Name: rust-%{crate} -Version: 0.38.0 +Version: 0.38.1 Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ @@ -14,6 +14,7 @@ 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} @@ -149,6 +150,9 @@ echo 'git-core' %endif %changelog +* Tue Mar 24 06:47:58 CET 2020 Igor Raits - 0.38.1-1 +- Update to 0.38.1 + * Sat Mar 21 07:37:04 CET 2020 Igor Raits - 0.38.0-1 - Update to 0.38.0 diff --git a/sources b/sources index 1b5a1ef..41980fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.38.0.crate) = 9a25493772bc8533081021aa8fd69ca98eec9912f509db12b3cd3dcf3bee7421f93b6a631fa8007567538d18517072e6f261d59012611890f34bb594d7710e25 +SHA512 (starship-0.38.1.crate) = 6eeed99b0cf8600daeb85c5996f04946db9544194c03bcc9c1305ccfc98cbeb927576e6689c7b0412ac73f3c20b2d5d287dc2d2c6fce8fb54e28e5b8c35d7080 diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 0a8d5f4..8319520 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,5 +1,14 @@ ---- starship-0.38.0/Cargo.toml 2020-03-19T19:44:10+00:00 -+++ starship-0.38.0/Cargo.toml 2020-03-21T06:47:35.673026+00:00 +--- 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 @@ [features] default = ["battery", "http"]