Update to version 3.0.14; Fixes RHBZ#2134685

epel9
Fabio Valentini 2 years ago
parent cd41e8f2f9
commit 9bd48708e1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,8 +1,8 @@
--- path-absolutize-3.0.13/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.0.13/Cargo.toml 1970-01-01T00:00:01+00:00 +++ path-absolutize-3.0.14/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -54,5 +54,3 @@ @@ -54,5 +54,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"]
-[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 22 # Generated by rust2rpm 23
%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.13 Version: 3.0.14
Release: %autorelease Release: %autorelease
Summary: Extend Path and PathBuf for getting an absolute path Summary: Extend Path and PathBuf for getting an absolute path
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: path-absolutize-fix-metadata-auto.diff Patch: path-absolutize-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -87,6 +85,18 @@ use the "unsafe_cache" feature of the "%{crate}" crate.
%files -n %{name}+unsafe_cache-devel %files -n %{name}+unsafe_cache-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+use_unix_paths_on_wasm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+use_unix_paths_on_wasm-devel %{_description}
This package contains library source intended for building other packages which
use the "use_unix_paths_on_wasm" feature of the "%{crate}" crate.
%files -n %{name}+use_unix_paths_on_wasm-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (path-absolutize-3.0.13.crate) = e143a53dae814cd956deee958fad56ed48f8d82a75eaa9c8d2f3951c587d9066dfc3a9c41fba72887680f1eab1eb888cb57d5cdb952b42896001fd67918f751b SHA512 (path-absolutize-3.0.14.crate) = defa1f2128326747cc3a6c30bd230a0ed06ebd5e80cf7f7a938b0c762e99e46a2997e7c166d7eb498f422b6e1f6ed70f1c5015cf80d448a720ca65fc5ccf66f8

Loading…
Cancel
Save