From 62129dc73c934271833fce3e5ef2c63e3b78478a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mar 03 2020 23:09:05 +0000 Subject: Update to 0.37.0 --- diff --git a/.gitignore b/.gitignore index 1f11aa4..c7c1b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /starship-0.35.1.crate /starship-0.36.0.crate /starship-0.36.1.crate +/starship-0.37.0.crate diff --git a/rust-starship.spec b/rust-starship.spec index 0e1bf11..982d8d2 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,7 +4,7 @@ %global crate starship Name: rust-%{crate} -Version: 0.36.1 +Version: 0.37.0 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 # * Use default features (OpenSSL) for reqwest, essentially revert of https://github.com/starship/starship/commit/d1b725a47cda1047546fb3998ff8f8a61ed4a48b +# * Bump git2 to 0.12, https://github.com/starship/starship/pull/963 Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -112,6 +113,9 @@ echo 'git-core' %endif %changelog +* Tue Mar 03 2020 Josh Stone - 0.37.0-1 +- Update to 0.37.0 + * Thu Feb 20 09:08:02 CET 2020 Igor Raits - 0.36.1-1 - Update to 0.36.1 diff --git a/sources b/sources index 028b692..1d4ad47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.36.1.crate) = 01e51b04656ecbc46d852a69ea77312ce3179c4b0b75d73a50ee5dad8ef09d151337315cbf7c30418780dd29f5f1724cc0b8f9d5f849f76b56dff01f9e0dd09d +SHA512 (starship-0.37.0.crate) = d5e522bd9c0a4a02f58d5d78fa8b94bd05b0df4ef4fe3745d39abd46160c50b8f7873ad5706c57ac744fba471fa43e5db7ffb835382acb2849685cd9f55d597b diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 907bd86..937228a 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,12 +1,20 @@ ---- starship-0.36.1/Cargo.toml 2020-02-19T21:22:43+00:00 -+++ starship-0.36.1/Cargo.toml 2020-02-20T08:08:02.380790+00:00 -@@ -84,8 +84,7 @@ +--- starship-0.37.0/Cargo.toml 2020-03-02T03:33:46+00:00 ++++ starship-0.37.0/Cargo.toml 2020-03-03T22:38:41.485132+00:00 +@@ -54,7 +54,7 @@ + version = "0.2.1" + + [dependencies.git2] +-version = "0.11.0" ++version = "0.12.0" + features = [] + default-features = false + +@@ -87,7 +87,7 @@ [dependencies.reqwest] version = "0.10.1" -features = ["blocking", "rustls-tls"] --default-features = false +features = ["blocking"] + default-features = false [dependencies.serde_json] - version = "1.0.48"