Update to version 3.1.1; Fixes RHBZ#2238144

epel9 imports/e9/rust-path-absolutize-3.1.1-1.el9
Fabio Valentini 1 year ago
parent 4f119922bd
commit ccab6d007f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/path-absolutize-3.0.13.crate
/path-absolutize-3.0.14.crate
/path-absolutize-3.1.0.crate
/path-absolutize-3.1.1.crate

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

@ -5,7 +5,7 @@
%global crate path-absolutize
Name: rust-path-absolutize
Version: 3.1.0
Version: 3.1.1
Release: %autorelease
Summary: Extend Path and PathBuf for getting an absolute path

@ -0,0 +1,2 @@
[DEFAULT]
summary = Extend Path and PathBuf for getting an absolute path

@ -1 +1 @@
SHA512 (path-absolutize-3.1.0.crate) = 9b6105287c7e9f022ec8d8da818097e34ce22634bc0fc678f9c8a8086c36c1cfede51e60926fb2de97cd01d023563d37ef95ceae3ede94fc75ad5914b38f527d
SHA512 (path-absolutize-3.1.1.crate) = d5377c9b781beda9c025918e2fa5c73fbe6747d41ba8ae642a4ccf2a6308d53a803707b1f3e940937588683ff3a6afd8f1b3e28e316311e134e42428e65b4a04

Loading…
Cancel
Save