From 69c2af720919c2d7e8c1a314ec65792f9cec6ed4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 20 2019 09:28:11 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-walkdir.spec b/rust-walkdir.spec index 0070e41..d980fe5 100644 --- a/rust-walkdir.spec +++ b/rust-walkdir.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Recursively walk a directory # Upstream license specification: Unlicense/MIT @@ -23,17 +23,6 @@ BuildArch: noarch %endif 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.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 -%endif %global _description %{expand: Recursively walk a directory.} @@ -70,6 +59,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -82,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:27:39 CEST 2019 Igor Gnatenko - 2.2.8-2 +- Regenerate + * Sun Jun 09 17:19:08 CEST 2019 Igor Gnatenko - 2.2.8-1 - Update to 2.2.8 diff --git a/walkdir-fix-metadata.diff b/walkdir-fix-metadata.diff index dedaa62..e8b5e6a 100644 --- a/walkdir-fix-metadata.diff +++ b/walkdir-fix-metadata.diff @@ -1,5 +1,5 @@ --- 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 ++++ walkdir-2.2.8/Cargo.toml 2019-06-20T09:27:39.445642+00:00 @@ -43,12 +43,6 @@ [dev-dependencies.serde_derive]