diff --git a/.gitignore b/.gitignore index f8fc72d..f30d9b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sval-0.4.3.crate +/sval-0.4.5.crate diff --git a/rust-sval.spec b/rust-sval.spec index 3557f8b..bd7e292 100644 --- a/rust-sval.spec +++ b/rust-sval.spec @@ -5,7 +5,7 @@ %global crate sval Name: rust-%{crate} -Version: 0.4.3 +Version: 0.4.5 Release: 1%{?dist} Summary: No-std, object-safe serialization framework @@ -13,9 +13,6 @@ Summary: No-std, object-safe serialization framework License: ASL 2.0 or MIT URL: https://crates.io/crates/sval Source: %{crates_source} -# Initial patched metadata -# * Exclude CI files, https://github.com/sval-rs/sval/pull/62 -Patch0: sval-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -194,5 +191,8 @@ which use "test" feature of "%{crate}" crate. %endif %changelog +* Mon Sep 02 08:29:13 CEST 2019 Igor Gnatenko - 0.4.5-1 +- Update to 0.4.5 + * Mon Jul 29 06:59:59 CEST 2019 Igor Gnatenko - 0.4.3-1 - Initial package diff --git a/sources b/sources index c313a30..27025a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sval-0.4.3.crate) = 648593b7fbe99b5bd90e254ad1517998698f1b3cf12dfc5f202e613eded3a689d9b830b29aa2d4924bdf4588257a46120c276ed54dc4e0355999c3e539487bcb +SHA512 (sval-0.4.5.crate) = f2d253caf5a73762b9d264907e12713ce2df26e2d74c1c6da4526db3e2963317afa8aebef99b50e9375892e0400770bc7b7017d95f717ef718437c48408f281a diff --git a/sval-fix-metadata.diff b/sval-fix-metadata.diff deleted file mode 100644 index 642696b..0000000 --- a/sval-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- sval-0.4.3/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sval-0.4.3/Cargo.toml 2019-07-29T04:59:59.668117+00:00 -@@ -15,7 +15,7 @@ - name = "sval" - version = "0.4.3" - authors = ["Ashley Mannix "] --exclude = [".travis.yml"] -+exclude = [".travis.yml", "ci/*"] - description = "A no-std, object-safe serialization framework" - documentation = "https://docs.rs/sval" - readme = "README.md"