Update to 0.5.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 73fcfaaac7
commit f4126a77c8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/jwalk-0.4.0.crate
/jwalk-0.5.1.crate

@ -1,11 +0,0 @@
--- jwalk-0.4.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ jwalk-0.4.0/Cargo.toml 2020-02-20T19:57:11.781110+00:00
@@ -33,7 +33,7 @@
[dependencies.rayon]
version = "1.0.3"
[dev-dependencies.criterion]
-version = "0.2.11"
+version = "0.3"
[dev-dependencies.fs_extra]
version = "1.1.0"

@ -5,17 +5,14 @@
%global crate jwalk
Name: rust-%{crate}
Version: 0.4.0
Release: 3%{?dist}
Version: 0.5.1
Release: 1%{?dist}
Summary: Filesystem walk performed in parallel with streamed and sorted results
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/jwalk
Source: %{crates_source}
# Initial patched metadata
# * Update criterion to 0.3, https://github.com/jessegrosjean/jwalk/commit/11fa0bc9e8541af333aafb41cc89218435474df4
Patch0: jwalk-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 17 17:15:04 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Thu Feb 20 20:57:11 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0-3
- Fix FTBFS

@ -1 +1 @@
SHA512 (jwalk-0.4.0.crate) = 26e1640cb6bc8afbd3ff98ae6f167e749f5207bdb4a075702d2dda36a393f449096a9376821758d41d01dcc0ad64c819ab6689a91ce5ccdd981159d8845e6c98
SHA512 (jwalk-0.5.1.crate) = 333ae3d6c35e2304b571e85678ce6188caca73e5a02595de97f0d981b42e2e1b3d0f9275983fa8f53cbf4f1abd0ad7437f62c04a22f5dd59178acb052c5c7c2a

Loading…
Cancel
Save