update to version 3.0.7

epel9
Fabio Valentini 4 years ago
parent ce32f08af9
commit 48dfe9f387
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/path-absolutize-2.0.2.crate /path-absolutize-2.0.2.crate
/path-absolutize-3.0.0.crate /path-absolutize-3.0.0.crate
/path-absolutize-3.0.6.crate /path-absolutize-3.0.6.crate
/path-absolutize-3.0.7.crate

@ -1,5 +1,5 @@
--- path-absolutize-3.0.6/Cargo.toml 2020-07-29T02:32:19+00:00 --- path-absolutize-3.0.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ path-absolutize-3.0.6/Cargo.toml 2020-07-29T17:01:23.130666+00:00 +++ path-absolutize-3.0.7/Cargo.toml 2021-03-25T14:28:03.052351+00:00
@@ -36,8 +36,6 @@ @@ -36,8 +36,6 @@
lazy_static_cache = ["path-dedot/lazy_static_cache"] lazy_static_cache = ["path-dedot/lazy_static_cache"]
once_cell_cache = ["path-dedot/once_cell_cache"] once_cell_cache = ["path-dedot/once_cell_cache"]

@ -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-absolutize %global crate path-absolutize
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.6 Version: 3.0.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Get an absolute path without dots in `Path` and `PathBuf` Summary: Extend Path and PathBuf for getting an absolute path
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
@ -111,6 +111,10 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1
- Update to version 3.0.7.
- Fixes RHBZ#1937766
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (path-absolutize-3.0.6.crate) = 3fbb2eb45512d6aa655756d1c002e9ab2c1556f789664d85dd2445be74a51c8b0561a1d35c9c63b1b88419b9bc70da598eee2e6d658887780230e5325a5ae7a6 SHA512 (path-absolutize-3.0.7.crate) = 6ffcf4dae7b978e37fb2926422c8471555a663b298d22b0169adcebd6b832215b7242397732e6f6bd72da339decd7e8b6e22dcf77fce5a0410d19f8592c0a620

Loading…
Cancel
Save