diff --git a/.gitignore b/.gitignore index 9838477..7857deb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /starship-0.29.0.crate /starship-0.30.1.crate /starship-0.32.1.crate +/starship-0.35.1.crate diff --git a/rust-starship.spec b/rust-starship.spec index e99fe4a..6870d54 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,8 +4,8 @@ %global crate starship Name: rust-%{crate} -Version: 0.32.1 -Release: 2%{?dist} +Version: 0.35.1 +Release: 1%{?dist} Summary: Cross-shell prompt for astronauts # Upstream license specification: ISC @@ -14,6 +14,7 @@ URL: https://crates.io/crates/starship Source: %{crates_source} # Initial patched metadata # * Use default features (OpenSSL) for reqwest, essentially revert of https://github.com/starship/starship/commit/d1b725a47cda1047546fb3998ff8f8a61ed4a48b +# * Update sysinfo to 0.11, https://github.com/starship/starship/commit/9292ec63d489966312d24c67b011668fe4efec4b Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -102,6 +103,9 @@ echo 'git-core' %endif %changelog +* Tue Feb 11 13:28:47 CET 2020 Igor Raits - 0.35.1-1 +- Update to 0.35.1 + * Thu Jan 30 2020 Fedora Release Engineering - 0.32.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index dd12553..fa26b6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.32.1.crate) = 6ff8853da4aee03464271c4c0f008f97a182fa27ee56cad481768f5feb5028346a064e4a9490a3709b3290191980537955afbb1405c0677df3a1291835e354b5 +SHA512 (starship-0.35.1.crate) = ae3f5d3a2f1b819a871e5f150535eea140314ce65cc4705bb387755ef7ec706c78f9900ca30652681b2a58986c4e124cef1258e6ea1859810f629a3e8414d4a9 diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 915cde4..90d6ea6 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,11 +1,21 @@ ---- starship-0.32.1/Cargo.toml 2019-12-20T20:46:32+00:00 -+++ starship-0.32.1/Cargo.toml 2019-12-26T07:19:53.098247+00:00 -@@ -84,8 +84,6 @@ +--- starship-0.35.1/Cargo.toml 2020-02-06T15:32:23+00:00 ++++ starship-0.35.1/Cargo.toml 2020-02-11T12:28:47.228687+00:00 +@@ -84,8 +84,7 @@ [dependencies.reqwest] - version = "0.9.24" --features = ["rustls-tls"] + version = "0.10.1" +-features = ["blocking", "rustls-tls"] -default-features = false ++features = ["blocking"] [dependencies.serde_json] - version = "1.0.44" + version = "1.0.46" +@@ -94,7 +93,7 @@ + version = "0.1.0" + + [dependencies.sysinfo] +-version = "0.10.5" ++version = "0.11" + + [dependencies.term_size] + version = "0.3.1"