From 89c6f7bdf3289449f3c34180f540fb6ce7ca358f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 15:19:45 +0000 Subject: Update to 2.2.8 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 1da31e8..85eb22c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /walkdir-2.2.0.crate /walkdir-2.2.5.crate /walkdir-2.2.7.crate +/walkdir-2.2.8.crate diff --git a/rust-walkdir.spec b/rust-walkdir.spec index eb11154..0070e41 100644 --- a/rust-walkdir.spec +++ b/rust-walkdir.spec @@ -5,8 +5,8 @@ %global crate walkdir Name: rust-%{crate} -Version: 2.2.7 -Release: 3%{?dist} +Version: 2.2.8 +Release: 1%{?dist} Summary: Recursively walk a directory # Upstream license specification: Unlicense/MIT @@ -15,7 +15,6 @@ URL: https://crates.io/crates/walkdir Source: %{crates_source} # Initial patched metadata # * No windows -# * Update quickcheck to 0.8, https://github.com/BurntSushi/walkdir/pull/122 Patch0: walkdir-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -27,9 +26,10 @@ BuildRequires: rust-packaging %if ! %{__cargo_skip_build} BuildRequires: (crate(same-file/default) >= 1.0.1 with crate(same-file/default) < 2.0.0) %if %{with check} +BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0) BuildRequires: (crate(docopt/default) >= 1.0.1 with crate(docopt/default) < 2.0.0) BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0) -BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) +BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0) %endif @@ -82,6 +82,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 17:19:08 CEST 2019 Igor Gnatenko - 2.2.8-1 +- Update to 2.2.8 + * Sun Jun 09 09:57:45 CEST 2019 Igor Gnatenko - 2.2.7-3 - Regenerate diff --git a/sources b/sources index 633aa28..fa4a975 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (walkdir-2.2.7.crate) = bf7c06f982383f4ac7c513bfaf18350924d57dfacb1e9469c1600cf578a759714fd51d261b7fa8c49d29293f24ce4075dc84ee267f5559459622fc97939d338c +SHA512 (walkdir-2.2.8.crate) = c20ffc6485ccadcecd68aa21c356c27e11705828ceb3456b1dee4213363defc31b3f46a73cc00e0ea386d7765e333d095d34500f41707ff1a2569c45b5fd482d diff --git a/walkdir-fix-metadata.diff b/walkdir-fix-metadata.diff index 220de36..dedaa62 100644 --- a/walkdir-fix-metadata.diff +++ b/walkdir-fix-metadata.diff @@ -1,15 +1,6 @@ ---- walkdir-2.2.7/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ walkdir-2.2.7/Cargo.toml 2019-06-09T08:02:10.540613+00:00 -@@ -29,7 +29,7 @@ - version = "1.0.1" - - [dev-dependencies.quickcheck] --version = "0.7" -+version = "0.8" - default-features = false - - [dev-dependencies.rand] -@@ -40,12 +40,6 @@ +--- walkdir-2.2.8/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ walkdir-2.2.8/Cargo.toml 2019-06-09T15:19:08.080975+00:00 +@@ -43,12 +43,6 @@ [dev-dependencies.serde_derive] version = "1"