update to version 0.10.5
This commit is contained in:
parent
578672e6d0
commit
7d14b4a550
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/procs-0.9.20.crate
|
||||
/procs-0.10.1.crate
|
||||
/procs-0.10.3.crate
|
||||
/procs-0.10.5.crate
|
||||
|
@ -1,17 +1,17 @@
|
||||
--- procs-0.10.3/Cargo.toml 2020-05-11T04:13:58+00:00
|
||||
+++ procs-0.10.3/Cargo.toml 2020-09-30T12:43:30.233949+00:00
|
||||
--- procs-0.10.5/Cargo.toml 2020-09-26T13:19:15+00:00
|
||||
+++ procs-0.10.5/Cargo.toml 2020-10-26T16:23:42.940720+00:00
|
||||
@@ -81,10 +81,6 @@
|
||||
[dependencies.directories]
|
||||
version = "2.0"
|
||||
|
||||
-[dependencies.dockworker]
|
||||
-version = "0.0.15"
|
||||
-version = "0.0.18"
|
||||
-optional = true
|
||||
-
|
||||
[dependencies.getch]
|
||||
version = "0.2"
|
||||
|
||||
@@ -109,9 +105,6 @@
|
||||
@@ -109,37 +105,18 @@
|
||||
[dependencies.unicode-width]
|
||||
version = "0.1"
|
||||
|
||||
@ -21,22 +21,17 @@
|
||||
[target."cfg(target_os = \"linux\")".dependencies.pager]
|
||||
version = "0.15"
|
||||
|
||||
@@ -119,33 +112,14 @@
|
||||
version = "0.1"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.procfs]
|
||||
-version = "0.7.1"
|
||||
+version = "0.8.0"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.users]
|
||||
-version = "0.9"
|
||||
+version = "0.10"
|
||||
version = "0.10"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.which]
|
||||
-version = "3"
|
||||
version = "4"
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.errno]
|
||||
-version = "0.2"
|
||||
+version = "4"
|
||||
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
|
||||
-version = "0.5"
|
||||
@ -44,14 +39,11 @@
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.pager]
|
||||
-version = "0.15"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.process_path]
|
||||
-version = "0.1"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.users]
|
||||
-version = "0.9"
|
||||
-version = "0.10"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.which]
|
||||
-version = "3"
|
||||
-version = "4"
|
||||
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
|
||||
-version = "0.3"
|
||||
-features = ["handleapi", "minwindef", "psapi", "securitybaseapi", "tlhelp32", "winbase", "winnt"]
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global crate procs
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.10.3
|
||||
Release: 6%{?dist}
|
||||
Version: 0.10.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern replacement for ps
|
||||
|
||||
# Upstream license specification: MIT
|
||||
@ -16,8 +16,6 @@ Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# * 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
|
||||
# * Update procfs to 0.8
|
||||
Patch0: procs-fix-metadata.diff
|
||||
|
||||
@ -66,6 +64,9 @@ License: MIT and ASL 2.0 and zlib
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Bump procfs to 0.8.0.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (procs-0.10.3.crate) = 7040b30c19b449d8621984e67e2f825093e01e8f0ad9143126571e831f64e50ac4c61a60a34670cd5bb1b043f4cc78eff212d1de2eafc2375987710ec0533946
|
||||
SHA512 (procs-0.10.5.crate) = bc91a872a51b43586c46534d7052eef6c0efb06ca91ba87f13ba7f62a6dd9288ef3c580b1a901e11d46b1dd6d2b9c1a66fca33909dcb921aef9d13bba7840344
|
||||
|
Loading…
Reference in New Issue
Block a user