Update to version 4.3.0; Fixes RHBZ#2122895

epel9
Fabio Valentini 2 years ago
parent 64d3e4dbf4
commit f51c6f424d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/which-4.2.2.crate /which-4.2.2.crate
/which-4.2.4.crate /which-4.2.4.crate
/which-4.2.5.crate /which-4.2.5.crate
/which-4.3.0.crate

@ -1,21 +1,19 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate which %global crate which
Name: rust-%{crate} Name: rust-which
Version: 4.2.5 Version: 4.3.0
Release: %autorelease Release: %autorelease
Summary: Rust equivalent of Unix command "which" Summary: Rust equivalent of Unix command "which"
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/which URL: https://crates.io/crates/which
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop windows-specific dependencies Patch: which-fix-metadata-auto.diff
Patch0: which-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (which-4.2.5.crate) = 2b2b44773b568946799035e5b90c1f0c304b399f4d330c1e063323f631f56ddc6c5d8a9d026d987cb39c801ccbfb614450064030fc19e1de34ab6a495f053395 SHA512 (which-4.3.0.crate) = cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578

@ -0,0 +1,8 @@
--- which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -46,5 +46,3 @@
[dev-dependencies.tempfile]
version = "3.3.0"
-[target."cfg(windows)".dependencies.once_cell]
-version = "1"

@ -1,8 +0,0 @@
--- which-4.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-4.2.5/Cargo.toml 2022-03-29T12:23:24.476015+00:00
@@ -34,5 +34,3 @@
optional = true
[dev-dependencies.tempfile]
version = "3.3.0"
-[target."cfg(windows)".dependencies.lazy_static]
-version = "1.4.0"
Loading…
Cancel
Save