Update to 2.2.7

epel9
Josh Stone 6 years ago
parent f5a5bffe5d
commit c80bc3bcab

1
.gitignore vendored

@ -5,3 +5,4 @@
/walkdir-2.1.4.crate
/walkdir-2.2.0.crate
/walkdir-2.2.5.crate
/walkdir-2.2.7.crate

@ -6,8 +6,8 @@
%global crate walkdir
Name: rust-%{crate}
Version: 2.2.5
Release: 2%{?dist}
Version: 2.2.7
Release: 1%{?dist}
Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT
@ -16,7 +16,6 @@ URL: https://crates.io/crates/walkdir
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
# * Exclude CI files, https://github.com/BurntSushi/walkdir/pull/114
Patch0: walkdir-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -78,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 2.2.7-1
- Update to 2.2.7
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.5-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (walkdir-2.2.5.crate) = 2645ce9a0e665d0badf039df14da565e6f904e1b5443b4c60e97b05194e2c2798d8084a45bbd7edda56d58f2b37bbd8124656125338784f379e06fe39d38128b
SHA512 (walkdir-2.2.7.crate) = bf7c06f982383f4ac7c513bfaf18350924d57dfacb1e9469c1600cf578a759714fd51d261b7fa8c49d29293f24ce4075dc84ee267f5559459622fc97939d338c

@ -1,14 +1,6 @@
--- walkdir-2.2.5/Cargo.toml 1970-01-01T01:00:00+01:00
+++ walkdir-2.2.5/Cargo.toml 2018-10-27T23:35:24.891683+02:00
@@ -22,6 +22,7 @@
categories = ["filesystem"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/walkdir"
+exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml", "/ctags.rust", "/session.vim"]
[dependencies.same-file]
version = "1.0.1"
[dev-dependencies.docopt]
@@ -39,12 +40,6 @@
--- walkdir-2.2.7/Cargo.toml 1969-12-31T16:00:00-08:00
+++ walkdir-2.2.7/Cargo.toml 2018-11-12T21:27:05.522011-08:00
@@ -40,12 +40,6 @@
[dev-dependencies.serde_derive]
version = "1"

Loading…
Cancel
Save