diff --git a/rust-silver.spec b/rust-silver.spec index 0fdced4..afd326f 100644 --- a/rust-silver.spec +++ b/rust-silver.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cross-shell customizable powerline-like prompt with icons # Upstream license specification: Unlicense @@ -15,8 +15,9 @@ URL: https://crates.io/crates/silver Source: %{crates_source} # Initial patched metadata # * No Windows -# * Bump git2 to 0.12 https://github.com/reujab/silver/pull/22 +# * 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 Patch0: silver-fix-metadata.diff Patch1: 0001-Bump-hostname-dependency.patch @@ -31,6 +32,12 @@ Cross-shell customizable powerline-like prompt with icons.} %package -n %{crate} Summary: %{summary} +# Install all deps (without check), grab their licenses and make it simple +# * ASL 2.0 or MIT +# * MIT +# * MIT or ASL 2.0 +# * Unlicense or MIT +License: Unlicense and MIT %description -n %{crate} %{_description} @@ -58,6 +65,9 @@ Summary: %{summary} %endif %changelog +* Thu Mar 19 11:11:28 CET 2020 Igor Raits - 1.1.0-5 +- Update git2 to 0.13 + * Tue Mar 03 2020 Josh Stone - 1.1.0-4 - Bump to git2 0.12 - Bump to hostname 0.3 diff --git a/silver-fix-metadata.diff b/silver-fix-metadata.diff index 4476c40..601c6f2 100644 --- a/silver-fix-metadata.diff +++ b/silver-fix-metadata.diff @@ -1,11 +1,17 @@ --- silver-1.1.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ silver-1.1.0/Cargo.toml 2020-03-03T22:35:38.555397+00:00 -@@ -31,13 +31,13 @@ ++++ silver-1.1.0/Cargo.toml 2020-03-19T10:17:03.942117+00:00 +@@ -25,19 +25,18 @@ + + [dependencies.clap] + version = "2" +-features = ["yaml"] + + [dependencies.dirs] version = "2" [dependencies.git2] -version = "0.9" -+version = "0.12" ++version = "0.13" [dependencies.hostname] -version = "0.1" @@ -17,7 +23,7 @@ [dependencies.lazy_static] version = "1" -@@ -55,6 +55,3 @@ +@@ -55,6 +54,3 @@ version = "2" [target."cfg(not(windows))".dependencies.users] version = "0.9"