diff --git a/rust-silver.spec b/rust-silver.spec index 3493249..1d910b9 100644 --- a/rust-silver.spec +++ b/rust-silver.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global __cargo_skip_build 0 @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Cross-shell customizable powerline-like prompt with icons # Upstream license specification: Unlicense @@ -20,6 +20,7 @@ Source: %{crates_source} # * Drop yaml feature from clap, https://github.com/reujab/silver/pull/24 # * Update users to 0.10, https://github.com/reujab/silver/pull/32 # * Update rust-ini to 0.15, https://github.com/reujab/silver/commit/276ad67 +# * Bump rust-ini to 0.16 Patch0: silver-fix-metadata.diff Patch1: 0001-Bump-hostname-dependency.patch Patch2: 0002-Bump-rust-ini-dependency.patch @@ -67,6 +68,9 @@ License: Unlicense and MIT %endif %changelog +* Mon Nov 23 2020 Fabio Valentini - 1.1.0-11 +- Bump to rust-ini 0.16. + * Tue Sep 29 2020 Fabio Valentini - 1.1.0-10 - Port to rust-ini 0.15. diff --git a/silver-fix-metadata.diff b/silver-fix-metadata.diff index 82176d1..504b19e 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-09-29T10:09:14.230803+00:00 ++++ silver-1.1.0/Cargo.toml 2020-11-23T13:21:05.776269+00:00 @@ -25,19 +25,18 @@ [dependencies.clap] @@ -28,7 +28,7 @@ [dependencies.rust-ini] -version = "0.13" -+version = "0.15" ++version = "0.16" [dependencies.url] version = "2"