Update to version 3.1.0; Fixes RHBZ#2196014

epel9
Fabio Valentini 2 years ago
parent 33c0669dc0
commit 1b5b37a6a3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/path-absolutize-3.0.11.crate /path-absolutize-3.0.11.crate
/path-absolutize-3.0.13.crate /path-absolutize-3.0.13.crate
/path-absolutize-3.0.14.crate /path-absolutize-3.0.14.crate
/path-absolutize-3.1.0.crate

@ -1,3 +0,0 @@
# rust-path-absolutize
The rust-path-absolutize package

@ -1,8 +1,8 @@
--- path-absolutize-3.0.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- path-absolutize-3.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ path-absolutize-3.0.14/Cargo.toml 1970-01-01T00:00:01+00:00 +++ path-absolutize-3.1.0/Cargo.toml 2023-05-22T22:00:19.748274+00:00
@@ -54,5 +54,3 @@ @@ -37,5 +37,3 @@
once_cell_cache = ["path-dedot/once_cell_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"] unsafe_cache = ["path-dedot/unsafe_cache"]
use_unix_paths_on_wasm = ["path-dedot/use_unix_paths_on_wasm"] use_unix_paths_on_wasm = ["path-dedot/use_unix_paths_on_wasm"]
-[target."cfg(windows)".dev-dependencies.slash-formatter] -[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "3" -version = "3"

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate path-absolutize %global crate path-absolutize
Name: rust-path-absolutize Name: rust-path-absolutize
Version: 3.0.14 Version: 3.1.0
Release: %autorelease Release: %autorelease
Summary: Extend Path and PathBuf for getting an absolute path Summary: Extend Path and PathBuf for getting an absolute path
@ -18,8 +18,8 @@ Patch: path-absolutize-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Library for extending `Path` and `PathBuf` in order to get an absolute path and A library for extending `Path` and `PathBuf` in order to get an absolute
remove the containing dots.} path and remove the containing dots.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (path-absolutize-3.0.14.crate) = defa1f2128326747cc3a6c30bd230a0ed06ebd5e80cf7f7a938b0c762e99e46a2997e7c166d7eb498f422b6e1f6ed70f1c5015cf80d448a720ca65fc5ccf66f8 SHA512 (path-absolutize-3.1.0.crate) = 9b6105287c7e9f022ec8d8da818097e34ce22634bc0fc678f9c8a8086c36c1cfede51e60926fb2de97cd01d023563d37ef95ceae3ede94fc75ad5914b38f527d

Loading…
Cancel
Save