diff --git a/darling_core-fix-metadata.diff b/darling_core-fix-metadata.diff index a82ed44..a4cd2d8 100644 --- a/darling_core-fix-metadata.diff +++ b/darling_core-fix-metadata.diff @@ -1,11 +1,11 @@ --- darling_core-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ darling_core-0.9.0/Cargo.toml 2019-03-25T18:35:06.146014+00:00 ++++ darling_core-0.9.0/Cargo.toml 2019-04-07T07:02:49.104537+00:00 @@ -30,7 +30,7 @@ version = "0.6" [dependencies.strsim] -version = "0.7.0" -+version = "0.8.0" ++version = "0.9" optional = true [dependencies.syn] diff --git a/rust-darling_core.spec b/rust-darling_core.spec index 0dd98d2..f96ceea 100644 --- a/rust-darling_core.spec +++ b/rust-darling_core.spec @@ -6,14 +6,14 @@ Name: rust-%{crate} Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Helper crate for proc-macro library for reading attributes into structs License: MIT URL: https://crates.io/crates/darling_core Source: %{crates_source} # Initial patched metadata -# * Update strsim to 0.8, upstream wants to keep compatibility with old rustc +# * Update strsim to 0.9, https://github.com/TedDriggs/darling/pull/73 Patch0: darling_core-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -110,6 +110,9 @@ which use "suggestions" feature of "%{crate}" crate. %endif %changelog +* Sun Apr 07 09:02:49 CEST 2019 Igor Gnatenko - 0.9.0-2 +- Update strsim to 0.9 + * Mon Mar 25 19:35:06 CET 2019 Igor Gnatenko - 0.9.0-1 - Update to 0.9.0