diff --git a/.gitignore b/.gitignore index 13f2396..e7b1a10 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /starship-0.32.1.crate +/starship-0.35.1.crate diff --git a/rust-starship.spec b/rust-starship.spec index 2357793..e5d5e38 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -6,8 +6,8 @@ %global crate starship Name: rust-%{crate} -Version: 0.32.1 -Release: 1%{?dist}.1 +Version: 0.35.1 +Release: 1%{?dist} Summary: Cross-shell prompt for astronauts # Upstream license specification: ISC @@ -16,6 +16,8 @@ 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 +# * Update os_info to 2, https://github.com/starship/starship/commit/0e8b1c659dfcd8ceb1c753c3c6b396ae2f7f7ddf Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -61,5 +63,8 @@ echo 'git-core' %endif %changelog +* Tue Feb 11 16:43:01 CET 2020 Igor Raits - 0.35.1-1 +- Update to 0.35.1 + * Thu Dec 26 11:55:11 CET 2019 Igor Gnatenko - 0.32.1-1.1 - Initial package 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..6fe79a3 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,11 +1,30 @@ ---- 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:56:29.642709+00:00 +@@ -71,7 +71,7 @@ + version = "1.3.3" + + [dependencies.os_info] +-version = "1.3.3" ++version = "2" + + [dependencies.path-slash] + version = "0.1.1" +@@ -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"