diff --git a/difference-fix-metadata.diff b/difference-fix-metadata.diff index 21a0b86..cf99968 100644 --- a/difference-fix-metadata.diff +++ b/difference-fix-metadata.diff @@ -13,7 +13,7 @@ [dev-dependencies.term] -version = "0.2.7" -+version = "0.5" ++version = "0.6" [features] -bin = ["getopts"] diff --git a/rust-difference.spec b/rust-difference.spec index e3da428..96b270b 100644 --- a/rust-difference.spec +++ b/rust-difference.spec @@ -9,7 +9,7 @@ Name: rust-%{crate} Version: 2.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Rust text diffing and assertion library # Upstream license specification: MIT @@ -17,7 +17,7 @@ License: MIT URL: https://crates.io/crates/difference Source: %{crates_source} # Initial patched metadata -# * Bump term to 0.5, https://github.com/johannhof/difference.rs/commit/01fb76830c72a716300b20c66866a226286e8670 +# * Bump term to 0.6, https://github.com/johannhof/difference.rs/pull/42 # * Bump quickcheck to 0.9, https://github.com/johannhof/difference.rs/pull/38 # * Remove bin feature, it is useless Patch0: difference-fix-metadata.diff @@ -83,6 +83,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Dec 14 03:15:34 CET 2019 Robert-André Mauchin - 2.0.0-12 +- Bump term to 0.6 + * Fri Sep 13 20:26:35 CEST 2019 Robert-André Mauchin - 2.0.0-11 - Bump quickcheck to 0.9