From 2ee16bb04b56039e1191ef00b3e7c8095ac2716e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Feb 13 2020 09:01:13 +0000 Subject: Update to 0.36.0 --- diff --git a/.gitignore b/.gitignore index 7857deb..24ca656 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /starship-0.30.1.crate /starship-0.32.1.crate /starship-0.35.1.crate +/starship-0.36.0.crate diff --git a/rust-starship.spec b/rust-starship.spec index 40ea7b9..f296291 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,9 +4,9 @@ %global crate starship Name: rust-%{crate} -Version: 0.35.1 +Version: 0.36.0 Release: 1%{?dist} -Summary: Cross-shell prompt for astronauts +Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ # Upstream license specification: ISC License: ISC @@ -14,8 +14,6 @@ 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} @@ -26,7 +24,7 @@ BuildArch: noarch BuildRequires: rust-packaging %global _description %{expand: -Cross-shell prompt for astronauts. ☄🌌️.} +Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️.} %description %{_description} @@ -104,6 +102,9 @@ echo 'git-core' %endif %changelog +* Thu Feb 13 05:20:12 EET 2020 Artem Polishchuk - 0.36.0-1 +- Update to 0.36.0 + * Tue Feb 11 13:28:47 CET 2020 Igor Raits - 0.35.1-1 - Update to 0.35.1 diff --git a/sources b/sources index fa26b6f..de34ecd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.35.1.crate) = ae3f5d3a2f1b819a871e5f150535eea140314ce65cc4705bb387755ef7ec706c78f9900ca30652681b2a58986c4e124cef1258e6ea1859810f629a3e8414d4a9 +SHA512 (starship-0.36.0.crate) = 13c42c506b7ceb9e8dc329bde8cf2448498d8b1c8bef556b41d0a08ed72b7899cbb892a25c63c474a7b7a699440a653acc52b8c98806976fe392a1bb7e60f526 diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 6fe79a3..d9e4903 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,14 +1,5 @@ ---- 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" +--- starship-0.36.0/Cargo.toml 2020-02-13T02:48:54+00:00 ++++ starship-0.36.0/Cargo.toml 2020-02-13T03:20:11.724509+00:00 @@ -84,8 +84,7 @@ [dependencies.reqwest] @@ -18,13 +9,4 @@ +features = ["blocking"] [dependencies.serde_json] - 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" + version = "1.0.47"