Update to version 3.0.18; Fixes RHBZ#2134281

epel9
Fabio Valentini 2 years ago
parent f31ef9eb78
commit 602a526b43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/path-dedot-3.0.12.crate /path-dedot-3.0.12.crate
/path-dedot-3.0.14.crate /path-dedot-3.0.14.crate
/path-dedot-3.0.17.crate /path-dedot-3.0.17.crate
/path-dedot-3.0.18.crate

@ -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-dedot %global crate path-dedot
Name: rust-path-dedot Name: rust-path-dedot
Version: 3.0.17 Version: 3.0.18
Release: %autorelease Release: %autorelease
Summary: Parse path with dots in Path and PathBuf Summary: Parse path with dots in Path and PathBuf
@ -13,8 +13,6 @@ License: MIT
URL: https://crates.io/crates/path-dedot URL: https://crates.io/crates/path-dedot
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -97,6 +95,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-dedot-3.0.17.crate) = 7534c8064c1d4699f92d74003a4e8b2ee11a0a7bf643182ffe243ab68f310337ea1ea942d11d73c1a455884dbe996b65a82609324de3f46cca800cd1a678512d SHA512 (path-dedot-3.0.18.crate) = 1d00505ef6f282511ed15f071a67bdbbe4ffcc67b64ed9a879c843d2ebe0f311e108ec35af0b798801f6870855253ae57b41e67f5b48aaaf52c3bd74a3d8b333

Loading…
Cancel
Save