Update to 2.1.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 1a7493d8a0
commit 6f0122b41e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/walkdir-2.0.1.crate
/walkdir-2.1.0.crate
/walkdir-2.1.1.crate
/walkdir-2.1.3.crate

@ -5,13 +5,16 @@
%global crate walkdir
Name: rust-%{crate}
Version: 2.1.1
Version: 2.1.3
Release: 1%{?dist}
Summary: Recursively walk a directory
License: Unlicense or MIT
URL: https://crates.io/crates/walkdir
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: walkdir-2.1.3-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -62,6 +65,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,compare,ctags.rust,session.vim}
%changelog
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.3-1
- Update to 2.1.3
* Fri Feb 02 2018 Josh Stone <jistone@redhat.com> - 2.1.1-1
- Update to 2.1.1

@ -1 +1 @@
SHA512 (walkdir-2.1.1.crate) = 6ed3c89dd1cf49d5f687896726da11aff429cf25b8f033a81eaffd3f5ea1d76082a46f235ac6e2541e51bcfbb530bad3327d742e7b4043e8a67a5544d51f6abf
SHA512 (walkdir-2.1.3.crate) = 2155017b8a77aa377edfc9b6b768c42634fa0380b41e9fae263bdfe43671fbb7028c94dc12196be93505922d3f5aeec66094e52d5b84c75e8eb8a21e5a79cdb0

@ -0,0 +1,12 @@
--- walkdir-2.1.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ walkdir-2.1.3/Cargo.toml 2018-02-02T15:00:33.636646+01:00
@@ -39,9 +39,6 @@
[dev-dependencies.serde_derive]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
[badges.appveyor]
repository = "BurntSushi/walkdir"
Loading…
Cancel
Save