Update to 1.2.4

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 8a0897acd0
commit 856f36bd58
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1 +1,2 @@
/path-dedot-1.2.2.crate
/path-dedot-1.2.4.crate

@ -5,7 +5,7 @@
%global crate path-dedot
Name: rust-%{crate}
Version: 1.2.2
Version: 1.2.4
Release: 1%{?dist}
Summary: Parse path with dots in `Path` and `PathBuf`
@ -68,10 +68,12 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/magiclen/path-dedot/issues/3
%cargo_test -- -- --test-threads=1
%cargo_test
%endif
%changelog
* Tue May 26 07:45:06 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.4-1
- Update to 1.2.4
* Mon May 25 19:45:58 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 1.2.2-1
- Initial package

@ -1 +1 @@
SHA512 (path-dedot-1.2.2.crate) = 2a9482929102ae0b074f17069114829d27fb2372855c9b7a543a18e8aecd9008e57eea5ebcea8d5801a2378bbaf22898b57d766467288de3254759f68839b427
SHA512 (path-dedot-1.2.4.crate) = 9da5c4f96499cc5d053663d579162671ee1e1fecb8b63f3bee9fe4cf398369819f3a1ad4deefd0f724874a47f1530757530b96a72e85108b74746c5ac38ac721

Loading…
Cancel
Save