Update to version 3.0.11; Fixes RHBZ#2005677

epel9
Fabio Valentini 3 years ago
parent c0c79908d8
commit 2e1c19bd6b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,6 +1,6 @@
--- path-absolutize-3.0.10/Cargo.toml 1970-01-01T00:00:00+00:00 --- path-absolutize-3.0.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ path-absolutize-3.0.10/Cargo.toml 2021-05-01T18:54:44.677141+00:00 +++ path-absolutize-3.0.11/Cargo.toml 2021-09-27T19:34:34.771345+00:00
@@ -36,5 +36,3 @@ @@ -35,5 +35,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"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%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.10 Version: 3.0.11
Release: %autorelease Release: %autorelease
Summary: Extend Path and PathBuf for getting an absolute path Summary: Extend Path and PathBuf for getting an absolute path

@ -1 +1 @@
SHA512 (path-absolutize-3.0.10.crate) = 49f51c72eb467c3ff1fe58cb7acaba80d0d4a0d974b6ab57dd7c08f2bcb40b2d869a1e5aa998ec9eff223485d744107a8a3723a7c381413dc40c47b18bb79d42 SHA512 (path-absolutize-3.0.11.crate) = f96e102128642af78ac511fa65fd7d4e262cf2a271e542f187e471849db04aca70361d30ca56515a3d57595584404cf478ba7a5a5f4da982f9e5c8eadf629fc1

Loading…
Cancel
Save