bump which to 4

This commit is contained in:
Fabio Valentini 2020-09-18 15:55:04 +02:00
parent a0190cbac4
commit 3bc6081747
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
2 changed files with 12 additions and 8 deletions

View File

@ -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"
-

View File

@ -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 <decathorpe@gmail.com> - 0.10.3-5
- Bump which to 4.
* Sun Aug 16 15:01:39 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.3-4
- Rebuild