diff --git a/rust-silver.spec b/rust-silver.spec index 5dbc08e..3014845 100644 --- a/rust-silver.spec +++ b/rust-silver.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Cross-shell customizable powerline-like prompt with icons # Upstream license specification: Unlicense @@ -18,6 +18,7 @@ Source: %{crates_source} # * Update git2 to 0.13, https://github.com/reujab/silver/pull/29 # * Bump to hostname 0.3, humantime 2, https://github.com/reujab/silver/pull/24 # * Drop yaml feature from clap, https://github.com/reujab/silver/pull/24 +# * Update users to 0.10, https://github.com/reujab/silver/pull/32 Patch0: silver-fix-metadata.diff Patch1: 0001-Bump-hostname-dependency.patch @@ -65,6 +66,9 @@ License: Unlicense and MIT %endif %changelog +* Fri May 22 11:37:37 CEST 2020 Igor Raits - 1.1.0-7 +- Update users to 0.10 + * Wed Apr 15 2020 Igor Raits - 1.1.0-6 - Rebuild for libgit2 1.0.0 diff --git a/silver-fix-metadata.diff b/silver-fix-metadata.diff index 601c6f2..f84076f 100644 --- a/silver-fix-metadata.diff +++ b/silver-fix-metadata.diff @@ -1,5 +1,5 @@ --- silver-1.1.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ silver-1.1.0/Cargo.toml 2020-03-19T10:17:03.942117+00:00 ++++ silver-1.1.0/Cargo.toml 2020-05-22T09:37:37.777829+00:00 @@ -25,19 +25,18 @@ [dependencies.clap] @@ -23,10 +23,12 @@ [dependencies.lazy_static] version = "1" -@@ -55,6 +54,3 @@ +@@ -54,7 +53,4 @@ + [dependencies.url] version = "2" [target."cfg(not(windows))".dependencies.users] - version = "0.9" +-version = "0.9" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["handleapi", "processthreadsapi", "securitybaseapi"] ++version = "0.10"