diff --git a/.gitignore b/.gitignore index 225d47e..13fbfe7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /which-4.2.5.crate /which-4.3.0.crate /which-4.4.0.crate +/which-4.4.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index fab9f0f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-which - -The rust-which package \ No newline at end of file diff --git a/rust-which.spec b/rust-which.spec index a53daa6..1869a35 100644 --- a/rust-which.spec +++ b/rust-which.spec @@ -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}/ diff --git a/sources b/sources index d62d536..2cecb7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7 +SHA512 (which-4.4.2.crate) = 2d12aa1d4c2dbc140e39c8f15bd4ee1eeb8e8de71bcdf579479ef4be860fb0839eaf4cdb818addba242d50420f6e08acaf2bfc979a889e092c83644819246fd5 diff --git a/which-fix-metadata-auto.diff b/which-fix-metadata-auto.diff index 522ce5b..c377313 100644 --- a/which-fix-metadata-auto.diff +++ b/which-fix-metadata-auto.diff @@ -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"