Update to version 4.4.0; Fixes RHBZ#2162636

epel9
Fabio Valentini 2 years ago
parent d1a4fe7dd9
commit 1bd749b2f0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/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 /which-4.3.0.crate
/which-4.4.0.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 which %global crate which
Name: rust-which Name: rust-which
Version: 4.3.0 Version: 4.4.0
Release: %autorelease Release: %autorelease
Summary: Rust equivalent of Unix command "which" Summary: Rust equivalent of Unix command "which"
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: which-fix-metadata-auto.diff Patch: which-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (which-4.3.0.crate) = cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578 SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7

@ -1,5 +1,5 @@
--- which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-4.3.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 @@ @@ -46,5 +46,3 @@
[dev-dependencies.tempfile] [dev-dependencies.tempfile]
version = "3.3.0" version = "3.3.0"

Loading…
Cancel
Save