update to version 0.5.2

epel9
Fabio Valentini 4 years ago
parent 6f0029b3c1
commit 3a1a04ada9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate jwalk
Name: rust-%{crate}
Version: 0.5.1
Release: 2%{?dist}
Version: 0.5.2
Release: 1%{?dist}
Summary: Filesystem walk performed in parallel with streamed and sorted results
# Upstream license specification: MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jan 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-1
- Update to version 0.5.2.
- Fixes RHBZ#1911329
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (jwalk-0.5.1.crate) = 333ae3d6c35e2304b571e85678ce6188caca73e5a02595de97f0d981b42e2e1b3d0f9275983fa8f53cbf4f1abd0ad7437f62c04a22f5dd59178acb052c5c7c2a
SHA512 (jwalk-0.5.2.crate) = 55e4078a52de10a20fba6e7c2c625b8da4967e321991a62853bd0542e16863dea2f933e1d280b12fa8e44c6dfa150f7949c63858e500978bdc39a7cba5c3750d

Loading…
Cancel
Save