diff --git a/indexmap-fix-metadata.diff b/indexmap-fix-metadata.diff new file mode 100644 index 0000000..a4319fd --- /dev/null +++ b/indexmap-fix-metadata.diff @@ -0,0 +1,16 @@ +--- indexmap-1.2.0/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ indexmap-1.2.0/Cargo.toml 2019-09-14T21:02:30.979815+00:00 +@@ -48,11 +48,11 @@ + version = "1.3" + + [dev-dependencies.quickcheck] +-version = "0.8" ++version = "0.9" + default-features = false + + [dev-dependencies.rand] +-version = "0.6" ++version = "0.7" + + [dev-dependencies.serde_test] + version = "1.0.99" diff --git a/rust-indexmap.spec b/rust-indexmap.spec index 548ab1e..363c160 100644 --- a/rust-indexmap.spec +++ b/rust-indexmap.spec @@ -6,13 +6,17 @@ Name: rust-%{crate} Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hash table with consistent order and fast iteration # Upstream license specification: Apache-2.0/MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/indexmap Source: %{crates_source} +# Initial patched metadata +# - Bump quickcheck to 0.9 https://github.com/bluss/indexmap/pull/105 +# - Bump rand to 0.7 +Patch0: indexmap-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -139,6 +143,10 @@ which use "test_low_transition_point" feature of "%{crate}" crate. %endif %changelog +* Fri Sep 13 20:48:24 CEST 2019 Robert-André Mauchin - 1.2.0-2 +- Bump quickcheck to 0.9 +- Bump rand to 0.7 + * Sun Sep 08 15:34:19 CEST 2019 Igor Gnatenko - 1.2.0-1 - Update to 1.2.0