Update to 0.5.1

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/remove_dir_all-0.3.0.crate /remove_dir_all-0.3.0.crate
/remove_dir_all-0.5.0.crate /remove_dir_all-0.5.0.crate
/remove_dir_all-0.5.1.crate

@ -1,5 +1,5 @@
--- remove_dir_all-0.5.0/Cargo.toml 1970-01-01T01:00:00+01:00 --- remove_dir_all-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ remove_dir_all-0.5.0/Cargo.toml 2018-03-12T10:06:33.544859+01:00 +++ remove_dir_all-0.5.1/Cargo.toml 2018-04-20T09:13:44.138170+02:00
@@ -21,6 +21,3 @@ @@ -21,6 +21,3 @@
categories = ["filesystem"] categories = ["filesystem"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

@ -5,7 +5,7 @@
%global crate remove_dir_all %global crate remove_dir_all
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.5.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Safe, reliable implementation of remove_dir_all Summary: Safe, reliable implementation of remove_dir_all
@ -14,7 +14,7 @@ URL: https://crates.io/crates/remove_dir_all
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
Patch0: remove_dir_all-0.5.0-fix-metadata.diff Patch0: remove_dir_all-0.5.1-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -53,6 +53,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Apr 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1 * Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0 - Update to 0.5.0

@ -1 +1 @@
SHA512 (remove_dir_all-0.5.0.crate) = 876681ae98ac9a9cf0447397446ca7afb4e254cf0cfdd7a9b8702eb94cfda5230ac4daeaa067a3f07ae303b920d1a97fa4a0da76b80b4545eab1080bee8c1574 SHA512 (remove_dir_all-0.5.1.crate) = 9ee9a11717d45aebd28cd2f50719a2183cc623bdb1af099701e4edbdb9c98bc14cf2278ba06aca4658bfeddaffff00d0d1464c82d175fba7d6fb272918dd6928

Loading…
Cancel
Save