diff --git a/chrono-fix-metadata.diff b/chrono-fix-metadata.diff index 4797e0a..98318d3 100644 --- a/chrono-fix-metadata.diff +++ b/chrono-fix-metadata.diff @@ -1,14 +1,14 @@ --- chrono-0.4.10/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ chrono-0.4.10/Cargo.toml 2020-02-18T15:29:36.458224+00:00 -@@ -68,6 +68,7 @@ ++++ chrono-0.4.10/Cargo.toml 2020-02-18T15:57:46.233019+00:00 +@@ -67,7 +67,6 @@ + [dev-dependencies.serde_json] version = "1" - default-features = false -+features = ["alloc"] +-default-features = false [features] alloc = [] -@@ -75,16 +76,6 @@ +@@ -75,16 +74,6 @@ clock = ["time", "std"] default = ["clock", "std"] std = [] diff --git a/rust-chrono.spec b/rust-chrono.spec index c2e26a9..0a6a55a 100644 --- a/rust-chrono.spec +++ b/rust-chrono.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Date and time library for Rust # Upstream license specification: MIT/Apache-2.0 @@ -159,6 +159,9 @@ which use "time" feature of "%{crate}" crate. %endif %changelog +* Tue Feb 18 16:57:46 CET 2020 Igor Raits - 0.4.10-4 +- Fix FTBFS, take two + * Tue Feb 18 16:29:36 CET 2020 Igor Raits - 0.4.10-3 - Fix FTBFS