From d3da34972972d88cf873027f431ec112b86cbe8b Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mar 19 2020 10:09:26 +0000 Subject: Update git2 to 0.13 Signed-off-by: Igor Raits --- diff --git a/rust-starship.spec b/rust-starship.spec index 982d8d2..1011dfe 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -14,7 +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 +# * Update git2 to 0.13, https://github.com/starship/starship/commit/d5cf340a72bcb966cd68510f00742e5ba6111453 Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -113,6 +113,9 @@ echo 'git-core' %endif %changelog +* Thu Mar 19 11:08:35 CET 2020 Igor Raits - 0.37.0-2 +- Update git2 to 0.13 + * Tue Mar 03 2020 Josh Stone - 0.37.0-1 - Update to 0.37.0 diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 937228a..fb9cafd 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,11 +1,11 @@ --- 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 ++++ starship-0.37.0/Cargo.toml 2020-03-19T10:08:34.936581+00:00 @@ -54,7 +54,7 @@ version = "0.2.1" [dependencies.git2] -version = "0.11.0" -+version = "0.12.0" ++version = "0.13.0" features = [] default-features = false