update to version 0.10.5

This commit is contained in:
Fabio Valentini 2020-10-26 17:39:17 +01:00
parent 578672e6d0
commit 7d14b4a550
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
4 changed files with 15 additions and 21 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/procs-0.9.20.crate /procs-0.9.20.crate
/procs-0.10.1.crate /procs-0.10.1.crate
/procs-0.10.3.crate /procs-0.10.3.crate
/procs-0.10.5.crate

View File

@ -1,17 +1,17 @@
--- procs-0.10.3/Cargo.toml 2020-05-11T04:13:58+00:00 --- procs-0.10.5/Cargo.toml 2020-09-26T13:19:15+00:00
+++ procs-0.10.3/Cargo.toml 2020-09-30T12:43:30.233949+00:00 +++ procs-0.10.5/Cargo.toml 2020-10-26T16:23:42.940720+00:00
@@ -81,10 +81,6 @@ @@ -81,10 +81,6 @@
[dependencies.directories] [dependencies.directories]
version = "2.0" version = "2.0"
-[dependencies.dockworker] -[dependencies.dockworker]
-version = "0.0.15" -version = "0.0.18"
-optional = true -optional = true
- -
[dependencies.getch] [dependencies.getch]
version = "0.2" version = "0.2"
@@ -109,9 +105,6 @@ @@ -109,37 +105,18 @@
[dependencies.unicode-width] [dependencies.unicode-width]
version = "0.1" version = "0.1"
@ -21,22 +21,17 @@
[target."cfg(target_os = \"linux\")".dependencies.pager] [target."cfg(target_os = \"linux\")".dependencies.pager]
version = "0.15" version = "0.15"
@@ -119,33 +112,14 @@
version = "0.1"
[target."cfg(target_os = \"linux\")".dependencies.procfs] [target."cfg(target_os = \"linux\")".dependencies.procfs]
-version = "0.7.1" -version = "0.7.1"
+version = "0.8.0" +version = "0.8.0"
[target."cfg(target_os = \"linux\")".dependencies.users] [target."cfg(target_os = \"linux\")".dependencies.users]
-version = "0.9" version = "0.10"
+version = "0.10"
[target."cfg(target_os = \"linux\")".dependencies.which] [target."cfg(target_os = \"linux\")".dependencies.which]
-version = "3" version = "4"
-[target."cfg(target_os = \"macos\")".dependencies.errno] -[target."cfg(target_os = \"macos\")".dependencies.errno]
-version = "0.2" -version = "0.2"
+version = "4"
-[target."cfg(target_os = \"macos\")".dependencies.libproc] -[target."cfg(target_os = \"macos\")".dependencies.libproc]
-version = "0.5" -version = "0.5"
@ -44,14 +39,11 @@
-[target."cfg(target_os = \"macos\")".dependencies.pager] -[target."cfg(target_os = \"macos\")".dependencies.pager]
-version = "0.15" -version = "0.15"
- -
-[target."cfg(target_os = \"macos\")".dependencies.process_path]
-version = "0.1"
-
-[target."cfg(target_os = \"macos\")".dependencies.users] -[target."cfg(target_os = \"macos\")".dependencies.users]
-version = "0.9" -version = "0.10"
- -
-[target."cfg(target_os = \"macos\")".dependencies.which] -[target."cfg(target_os = \"macos\")".dependencies.which]
-version = "3" -version = "4"
-[target."cfg(target_os = \"windows\")".dependencies.winapi] -[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["handleapi", "minwindef", "psapi", "securitybaseapi", "tlhelp32", "winbase", "winnt"] -features = ["handleapi", "minwindef", "psapi", "securitybaseapi", "tlhelp32", "winbase", "winnt"]

View File

@ -5,8 +5,8 @@
%global crate procs %global crate procs
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.3 Version: 0.10.5
Release: 6%{?dist} Release: 1%{?dist}
Summary: Modern replacement for ps Summary: Modern replacement for ps
# Upstream license specification: MIT # Upstream license specification: MIT
@ -16,8 +16,6 @@ Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/macos # * No windows/macos
# * Remove docker feature # * 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
# * Update procfs to 0.8 # * Update procfs to 0.8
Patch0: procs-fix-metadata.diff Patch0: procs-fix-metadata.diff
@ -66,6 +64,9 @@ License: MIT and ASL 2.0 and zlib
%endif %endif
%changelog %changelog
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.5-1
- Update to version 0.10.5.
* Wed Sep 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.3-6 * Wed Sep 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.3-6
- Bump procfs to 0.8.0. - Bump procfs to 0.8.0.

View File

@ -1 +1 @@
SHA512 (procs-0.10.3.crate) = 7040b30c19b449d8621984e67e2f825093e01e8f0ad9143126571e831f64e50ac4c61a60a34670cd5bb1b043f4cc78eff212d1de2eafc2375987710ec0533946 SHA512 (procs-0.10.5.crate) = bc91a872a51b43586c46534d7052eef6c0efb06ca91ba87f13ba7f62a6dd9288ef3c580b1a901e11d46b1dd6d2b9c1a66fca33909dcb921aef9d13bba7840344