|
|
|
@ -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 <ignatenkobrain@fedoraproject.org> - 2.2.8-1
|
|
|
|
|
- Update to 2.2.8
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 09:57:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.7-3
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|