update to version 2.3.2

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/walkdir-2.2.8.crate
/walkdir-2.2.9.crate
/walkdir-2.3.1.crate
/walkdir-2.3.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate walkdir
Name: rust-%{crate}
Version: 2.3.1
Release: 4%{?dist}
Version: 2.3.2
Release: 1%{?dist}
Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT
@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.2-1
- Update to version 2.3.2.
- Fixes RHBZ#1941665
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (walkdir-2.3.1.crate) = ba807ff0d098aabdcd37e23204632beea1dbb7a6adfd16cb1009cae9e7b6957cfeab705cc454bf8f2b62a08743214ab995e43bf46fc510012c938f9e2a434951
SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da

@ -1,13 +1,13 @@
--- walkdir-2.2.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.2.9/Cargo.toml 2019-09-08T07:18:32.099745+00:00
@@ -27,12 +27,6 @@
--- walkdir-2.3.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.3.2/Cargo.toml 2021-03-23T18:20:35.064437+00:00
@@ -28,12 +28,7 @@
version = "1.0.1"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
[badges.appveyor]

Loading…
Cancel
Save