update to version 3.0.12

epel9
Fabio Valentini 4 years ago
parent 071eeec732
commit eb8009fa9a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/path-dedot-3.0.0.crate
/path-dedot-3.0.7.crate
/path-dedot-3.0.8.crate
/path-dedot-3.0.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate path-dedot
Name: rust-%{crate}
Version: 3.0.8
Version: 3.0.12
Release: 1%{?dist}
Summary: Parse path with dots in Path and PathBuf
@ -120,6 +120,10 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 01 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.12-1
- Update to version 3.0.12.
- Fixes RHBZ#1952304
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.8-1
- Update to version 3.0.8.
- Fixes RHBZ#1937767

@ -1 +1 @@
SHA512 (path-dedot-3.0.8.crate) = 9370011b4b762066fc86315576d37dc219c4d6d15ab06d364ded0dbcf182db5f6753f2ecb7eaa2ded07790df5edc2b14c437226cd1eddc02c51c2bc65cfc1003
SHA512 (path-dedot-3.0.12.crate) = d2a2675ec9e55c5cbbd448756adea8ad695036818be4670db597b4b9026567aebcb6a38a295789807a89a568da14bfe0946fc61b2558be3c1c050ce488b7ca0b

Loading…
Cancel
Save