diff --git a/.gitignore b/.gitignore index f30d9b9..94f5e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sval-0.4.3.crate /sval-0.4.5.crate +/sval-0.4.7.crate diff --git a/rust-sval.spec b/rust-sval.spec index 8b3b30b..2fd656b 100644 --- a/rust-sval.spec +++ b/rust-sval.spec @@ -5,17 +5,14 @@ %global crate sval Name: rust-%{crate} -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.7 +Release: 1%{?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} @@ -194,6 +191,9 @@ which use "test" feature of "%{crate}" crate. %endif %changelog +* Tue Nov 19 2019 Josh Stone - 0.4.7-1 +- Update to 0.4.7 + * Fri Sep 13 21:59:59 CEST 2019 Robert-André Mauchin - 0.4.5-2 - Bump quickcheck to 0.9 diff --git a/sources b/sources index 27025a8..7f970bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sval-0.4.5.crate) = f2d253caf5a73762b9d264907e12713ce2df26e2d74c1c6da4526db3e2963317afa8aebef99b50e9375892e0400770bc7b7017d95f717ef718437c48408f281a +SHA512 (sval-0.4.7.crate) = 3d6cd3cb051e144189c8905ff1881ad5bcb058714b79b25bb5c0954d1c3ce77eace410019317a765c62c6f74546590e98b9a78faf0d8306461503f0ecaff183c diff --git a/sval-fix-metadata.diff b/sval-fix-metadata.diff deleted file mode 100644 index 1f5d2e9..0000000 --- a/sval-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"]