diff --git a/procs-fix-metadata.diff b/procs-fix-metadata.diff index 8b6c6f7..a6283b4 100644 --- a/procs-fix-metadata.diff +++ b/procs-fix-metadata.diff @@ -1,5 +1,5 @@ --- procs-0.10.3/Cargo.toml 2020-05-11T04:13:58+00:00 -+++ procs-0.10.3/Cargo.toml 2020-05-22T09:35:48.023171+00:00 ++++ procs-0.10.3/Cargo.toml 2020-09-18T13:53:23.150580+00:00 @@ -81,10 +81,6 @@ [dependencies.directories] version = "2.0" @@ -11,18 +11,17 @@ [dependencies.getch] version = "0.2" -@@ -108,10 +104,6 @@ - +@@ -109,9 +105,6 @@ [dependencies.unicode-width] version = "0.1" -- + -[features] -default = ["docker"] -docker = ["dockworker"] [target."cfg(target_os = \"linux\")".dependencies.pager] version = "0.15" -@@ -122,30 +114,10 @@ +@@ -122,30 +115,11 @@ version = "0.7.1" [target."cfg(target_os = \"linux\")".dependencies.users] @@ -30,10 +29,11 @@ +version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.which] - version = "3" +-version = "3" -[target."cfg(target_os = \"macos\")".dependencies.errno] -version = "0.2" -- ++version = "4" + -[target."cfg(target_os = \"macos\")".dependencies.libproc] -version = "0.5" - diff --git a/rust-procs.spec b/rust-procs.spec index 41c5a30..a105b5f 100644 --- a/rust-procs.spec +++ b/rust-procs.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.10.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Modern replacement for ps # Upstream license specification: MIT @@ -17,6 +17,7 @@ Source: %{crates_source} # * No windows/macos # * Remove docker feature # * Update users to 0.10, https://github.com/dalance/procs/pull/61 +# * Update which to 4, https://github.com/dalance/procs/pull/72 Patch0: procs-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -64,6 +65,9 @@ License: MIT and ASL 2.0 and zlib %endif %changelog +* Fri Sep 18 2020 Fabio Valentini - 0.10.3-5 +- Bump which to 4. + * Sun Aug 16 15:01:39 GMT 2020 Igor Raits - 0.10.3-4 - Rebuild