diff --git a/rust-sval.spec b/rust-sval.spec index bd7e292..8b3b30b 100644 --- a/rust-sval.spec +++ b/rust-sval.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: No-std, object-safe serialization framework # Upstream license specification: Apache-2.0 OR MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/sval Source: %{crates_source} +# Initial patched metadata +# - Bump quickcheck to 0.9 https://github.com/sval-rs/sval/pull/69 +Patch0: sval-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -191,6 +194,9 @@ which use "test" feature of "%{crate}" crate. %endif %changelog +* Fri Sep 13 21:59:59 CEST 2019 Robert-André Mauchin - 0.4.5-2 +- Bump quickcheck to 0.9 + * Mon Sep 02 08:29:13 CEST 2019 Igor Gnatenko - 0.4.5-1 - Update to 0.4.5 diff --git a/sval-fix-metadata.diff b/sval-fix-metadata.diff new file mode 100644 index 0000000..1f5d2e9 --- /dev/null +++ b/sval-fix-metadata.diff @@ -0,0 +1,11 @@ +--- sval-0.4.5/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ sval-0.4.5/Cargo.toml 2019-09-13T19:57:53.711390+00:00 +@@ -41,7 +41,7 @@ + version = "0.4.5" + optional = true + [dev-dependencies.quickcheck] +-version = "0.8" ++version = "0.9" + + [features] + arbitrary-depth = ["std", "smallvec"]