update to version 3.0.8

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/path-dedot-2.0.5.crate
/path-dedot-3.0.0.crate
/path-dedot-3.0.7.crate
/path-dedot-3.0.8.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate path-dedot
Name: rust-%{crate}
Version: 3.0.7
Release: 2%{?dist}
Summary: Parse path with dots in `Path` and `PathBuf`
Version: 3.0.8
Release: 1%{?dist}
Summary: Parse path with dots in Path and PathBuf
# Upstream license specification: MIT
License: MIT
@ -120,6 +120,10 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.8-1
- Update to version 3.0.8.
- Fixes RHBZ#1937767
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -132,7 +136,7 @@ which use "unsafe_cache" feature of "%{crate}" crate.
* Sun Jun 21 09:05:59 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.0.0-1
- Update to 3.0.0
* Thu May 28 09:00:26 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.5-1
* Thu May 28 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.5-1
- Update to 2.0.5
* Thu May 28 2020 Josh Stone <jistone@redhat.com> - 2.0.4-1

@ -1 +1 @@
SHA512 (path-dedot-3.0.7.crate) = c731a5ecd4508f034ead8370555e43e0460d5fb0db32657aed842c10665432915518058d8f9cc25db248d5367659d6ff68f09ec1cd19509e0aa65e12a53b139f
SHA512 (path-dedot-3.0.8.crate) = 9370011b4b762066fc86315576d37dc219c4d6d15ab06d364ded0dbcf182db5f6753f2ecb7eaa2ded07790df5edc2b14c437226cd1eddc02c51c2bc65cfc1003

Loading…
Cancel
Save