From a1dec9ebc6acc130fc7b1f080f82a996ed0f01cc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Apr 13 2024 07:10:32 +0000 Subject: Update to version 6.0.1; Fixes RHBZ#2271145 --- diff --git a/.gitignore b/.gitignore index 494ce74..bf6cccc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /which-4.4.2.crate /which-5.0.0.crate /which-6.0.0.crate +/which-6.0.1.crate diff --git a/rust-which.spec b/rust-which.spec index 3a58a46..445a42b 100644 --- a/rust-which.spec +++ b/rust-which.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 25 +# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate which Name: rust-which -Version: 6.0.0 +Version: 6.0.1 Release: %autorelease Summary: Rust equivalent of Unix command "which" diff --git a/sources b/sources index 6c2f315..2d976a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (which-6.0.0.crate) = f0da2731701a33a07704672490e53e3b1476f3b06856e7b9e00aecf92dde5b6ae13199780ffe202a19205cc61ba1eeacd519f6a132307d8d2d07d0577cb73b50 +SHA512 (which-6.0.1.crate) = 6a80b7bf46a7fde1fd4ec6cddb7bafdf9b9878a493fc5fb6ed425827206100bb45850541b42113be43aa7b336a30f98e14a5fa20d09a6411e3f420b96f7273af diff --git a/which-fix-metadata-auto.diff b/which-fix-metadata-auto.diff index b721b3e..08cbc27 100644 --- a/which-fix-metadata-auto.diff +++ b/which-fix-metadata-auto.diff @@ -1,15 +1,9 @@ ---- which-6.0.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ which-6.0.0/Cargo.toml 2024-03-08T02:39:50.599027+00:00 -@@ -55,12 +55,3 @@ +--- which-6.0.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ which-6.0.1/Cargo.toml 2024-04-13T07:07:48.236121+00:00 +@@ -55,6 +55,3 @@ [target."cfg(any(windows, unix, target_os = \"redox\"))".dependencies.home] version = "0.5.9" --[target."cfg(windows)".dependencies.once_cell] --version = "1" -- --[target."cfg(windows)".dependencies.windows-sys] --version = "0.52" --features = [ -- "Win32_Storage_FileSystem", -- "Win32_Foundation", --] +-[target."cfg(windows)".dependencies.winsafe] +-version = "0.0.19" +-features = ["kernel"]