Update to 0.5.2

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/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 /remove_dir_all-0.5.1.crate
/remove_dir_all-0.5.2.crate

@ -1,9 +1,9 @@
--- remove_dir_all-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- remove_dir_all-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ remove_dir_all-0.5.1/Cargo.toml 2018-10-27T02:17:20.081383+02:00 +++ remove_dir_all-0.5.2/Cargo.toml 2019-06-20T10:30:08.981194+00:00
@@ -21,6 +21,3 @@ @@ -23,6 +23,3 @@
categories = ["filesystem"] repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
license = "MIT/Apache-2.0" [dev-dependencies.doc-comment]
repository = "https://github.com/Aaronepower/remove_dir_all.git" version = "0.3"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"] -features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]

@ -1,12 +1,13 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_without check # * https://github.com/XAMPPRocky/remove_dir_all/pull/14
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate remove_dir_all %global crate remove_dir_all
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.1 Version: 0.5.2
Release: 6%{?dist} Release: 1%{?dist}
Summary: Safe, reliable implementation of remove_dir_all Summary: Safe, reliable implementation of remove_dir_all
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -58,6 +59,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -70,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 12:30:09 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
- Update to 0.5.2
* Sun Jun 09 22:12:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-6 * Sun Jun 09 22:12:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-6
- Regenerate - Regenerate

@ -1 +1 @@
SHA512 (remove_dir_all-0.5.1.crate) = 9ee9a11717d45aebd28cd2f50719a2183cc623bdb1af099701e4edbdb9c98bc14cf2278ba06aca4658bfeddaffff00d0d1464c82d175fba7d6fb272918dd6928 SHA512 (remove_dir_all-0.5.2.crate) = d19a45398a93adbcef9f233f6b3eaf4a63ae95f5bbae00c880b40c5edd34449e7f798ebcd4d11843c68ddfa15e11bed21d434b224e4a175dcb64ae011c13c8cd

Loading…
Cancel
Save