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