Update to version 3.0.13; Fixes RHBZ#2065526

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/path-absolutize-3.0.7.crate
/path-absolutize-3.0.10.crate
/path-absolutize-3.0.11.crate
/path-absolutize-3.0.13.crate

@ -0,0 +1,8 @@
--- path-absolutize-3.0.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ path-absolutize-3.0.13/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -54,5 +54,3 @@
once_cell_cache = ["path-dedot/once_cell_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"]
-[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "3"

@ -1,8 +0,0 @@
--- path-absolutize-3.0.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ path-absolutize-3.0.11/Cargo.toml 2021-09-27T19:34:34.771345+00:00
@@ -35,5 +35,3 @@
lazy_static_cache = ["path-dedot/lazy_static_cache"]
once_cell_cache = ["path-dedot/once_cell_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"]
-[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "3"

@ -1,28 +1,23 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate path-absolutize
Name: rust-%{crate}
Version: 3.0.11
Name: rust-path-absolutize
Version: 3.0.13
Release: %autorelease
Summary: Extend Path and PathBuf for getting an absolute path
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/path-absolutize
Source: %{crates_source}
# Initial patched metadata
# * drop windows-specific dependencies
Patch0: path-absolutize-fix-metadata.diff
# Automatically generated patch to strip foreign dependencies
Patch: path-absolutize-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library for extending `Path` and `PathBuf` in order to get an absolute path and
@ -36,13 +31,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,11 +45,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+lazy_static_cache-devel
Summary: %{summary}
@ -62,11 +57,11 @@ BuildArch: noarch
%description -n %{name}+lazy_static_cache-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static_cache" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "lazy_static_cache" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+once_cell_cache-devel
Summary: %{summary}
@ -74,11 +69,11 @@ BuildArch: noarch
%description -n %{name}+once_cell_cache-devel %{_description}
This package contains library source intended for building other packages
which use "once_cell_cache" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "once_cell_cache" feature of the "%{crate}" crate.
%files -n %{name}+once_cell_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unsafe_cache-devel
Summary: %{summary}
@ -86,11 +81,11 @@ BuildArch: noarch
%description -n %{name}+unsafe_cache-devel %{_description}
This package contains library source intended for building other packages
which use "unsafe_cache" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "unsafe_cache" feature of the "%{crate}" crate.
%files -n %{name}+unsafe_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (path-absolutize-3.0.11.crate) = f96e102128642af78ac511fa65fd7d4e262cf2a271e542f187e471849db04aca70361d30ca56515a3d57595584404cf478ba7a5a5f4da982f9e5c8eadf629fc1
SHA512 (path-absolutize-3.0.13.crate) = e143a53dae814cd956deee958fad56ed48f8d82a75eaa9c8d2f3951c587d9066dfc3a9c41fba72887680f1eab1eb888cb57d5cdb952b42896001fd67918f751b

Loading…
Cancel
Save