Update to version 4.4.2; Fixes RHBZ#2237164

epel9 imports/e9/rust-which-4.4.2-1.el9
Fabio Valentini 1 year ago
parent 05ad25887a
commit 8eda07584e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/which-4.2.5.crate
/which-4.3.0.crate
/which-4.4.0.crate
/which-4.4.2.crate

@ -1,3 +0,0 @@
# rust-which
The rust-which package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate which
Name: rust-which
Version: 4.4.0
Version: 4.4.2
Release: %autorelease
Summary: Rust equivalent of Unix command "which"
@ -18,8 +18,8 @@ Patch: which-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust equivalent of Unix command "which". Locate installed executable in cross
platforms.}
A Rust equivalent of Unix command "which". Locate installed executable
in cross platforms.}
%description %{_description}
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.txt
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7
SHA512 (which-4.4.2.crate) = 2d12aa1d4c2dbc140e39c8f15bd4ee1eeb8e8de71bcdf579479ef4be860fb0839eaf4cdb818addba242d50420f6e08acaf2bfc979a889e092c83644819246fd5

@ -1,8 +1,8 @@
--- which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -46,5 +46,3 @@
[dev-dependencies.tempfile]
version = "3.3.0"
--- which-4.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-4.4.2/Cargo.toml 2023-09-17T14:56:27.053730+00:00
@@ -55,5 +55,3 @@
[target."cfg(any(windows, unix, target_os = \"redox\"))".dependencies.home]
version = "0.5.5"
-[target."cfg(windows)".dependencies.once_cell]
-version = "1"

Loading…
Cancel
Save