update to version 3.0.10

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/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 /path-absolutize-3.0.7.crate
/path-absolutize-3.0.10.crate

@ -1,11 +1,8 @@
--- path-absolutize-3.0.7/Cargo.toml 1970-01-01T00:00:00+00:00 --- path-absolutize-3.0.10/Cargo.toml 1970-01-01T00:00:00+00:00
+++ path-absolutize-3.0.7/Cargo.toml 2021-03-25T14:28:03.052351+00:00 +++ path-absolutize-3.0.10/Cargo.toml 2021-05-01T18:54:44.677141+00:00
@@ -36,8 +36,6 @@ @@ -36,5 +36,3 @@
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"]
unsafe_cache = ["path-dedot/unsafe_cache"] unsafe_cache = ["path-dedot/unsafe_cache"]
-[target."cfg(windows)".dev-dependencies.slash-formatter] -[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "3" -version = "3"
[badges.travis-ci]
branch = "master"
repository = "magiclen/path-absolutize"

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%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.7 Version: 3.0.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Extend Path and PathBuf for getting an absolute path Summary: Extend Path and PathBuf for getting an absolute path
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/path-absolutize URL: https://crates.io/crates/path-absolutize
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No Windows # * drop windows-specific dependencies
Patch0: path-absolutize-fix-metadata.diff Patch0: path-absolutize-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -111,6 +111,10 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 10 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.10-1
- Update to version 3.0.10.
- Fixes RHBZ#1952303
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1 * Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1
- Update to version 3.0.7. - Update to version 3.0.7.
- Fixes RHBZ#1937766 - Fixes RHBZ#1937766

@ -1 +1 @@
SHA512 (path-absolutize-3.0.7.crate) = 6ffcf4dae7b978e37fb2926422c8471555a663b298d22b0169adcebd6b832215b7242397732e6f6bd72da339decd7e8b6e22dcf77fce5a0410d19f8592c0a620 SHA512 (path-absolutize-3.0.10.crate) = 49f51c72eb467c3ff1fe58cb7acaba80d0d4a0d974b6ab57dd7c08f2bcb40b2d869a1e5aa998ec9eff223485d744107a8a3723a7c381413dc40c47b18bb79d42

Loading…
Cancel
Save