update to version 0.10.10
This commit is contained in:
parent
7d14b4a550
commit
83b32f913c
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/procs-0.10.1.crate
|
||||
/procs-0.10.3.crate
|
||||
/procs-0.10.5.crate
|
||||
/procs-0.10.10.crate
|
||||
|
@ -1,17 +1,17 @@
|
||||
--- 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
|
||||
--- procs-0.10.10/Cargo.toml 2020-11-26T01:18:03+00:00
|
||||
+++ procs-0.10.10/Cargo.toml 2020-12-15T20:47:21.423279+00:00
|
||||
@@ -81,10 +81,6 @@
|
||||
[dependencies.directories]
|
||||
version = "2.0"
|
||||
version = "3"
|
||||
|
||||
-[dependencies.dockworker]
|
||||
-version = "0.0.18"
|
||||
-version = "0.0.19"
|
||||
-optional = true
|
||||
-
|
||||
[dependencies.getch]
|
||||
version = "0.2"
|
||||
|
||||
@@ -109,37 +105,18 @@
|
||||
@@ -109,9 +105,6 @@
|
||||
[dependencies.unicode-width]
|
||||
version = "0.1"
|
||||
|
||||
@ -19,14 +19,9 @@
|
||||
-default = ["docker"]
|
||||
-docker = ["dockworker"]
|
||||
[target."cfg(target_os = \"linux\")".dependencies.pager]
|
||||
version = "0.15"
|
||||
version = "0.16"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.procfs]
|
||||
-version = "0.7.1"
|
||||
+version = "0.8.0"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.users]
|
||||
version = "0.10"
|
||||
@@ -123,23 +116,7 @@
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.which]
|
||||
version = "4"
|
||||
@ -34,13 +29,13 @@
|
||||
-version = "0.2"
|
||||
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
|
||||
-version = "0.5"
|
||||
-version = "0.9"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.pager]
|
||||
-version = "0.15"
|
||||
-version = "0.16"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.users]
|
||||
-version = "0.10"
|
||||
-version = "0.11"
|
||||
-
|
||||
-[target."cfg(target_os = \"macos\")".dependencies.which]
|
||||
-version = "4"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Generated by rust2rpm 13
|
||||
# Generated by rust2rpm 16
|
||||
%bcond_without check
|
||||
%global __cargo_skip_build 0
|
||||
|
||||
%global crate procs
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.10.5
|
||||
Version: 0.10.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern replacement for ps
|
||||
|
||||
@ -16,7 +16,6 @@ Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# * No windows/macos
|
||||
# * Remove docker feature
|
||||
# * Update procfs to 0.8
|
||||
Patch0: procs-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
@ -64,6 +63,9 @@ License: MIT and ASL 2.0 and zlib
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 15 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.10-1
|
||||
- Update to version 0.10.10.
|
||||
|
||||
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.5-1
|
||||
- Update to version 0.10.5.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (procs-0.10.5.crate) = bc91a872a51b43586c46534d7052eef6c0efb06ca91ba87f13ba7f62a6dd9288ef3c580b1a901e11d46b1dd6d2b9c1a66fca33909dcb921aef9d13bba7840344
|
||||
SHA512 (procs-0.10.10.crate) = fd821e43473e10842337172dac0a6b0886d7e6d7c8d9e25da0425157da2e36b16414c987c3bcb7ea34ff931244210ce6b996309aa1592acd383e19f7fd21d66b
|
||||
|
Loading…
Reference in New Issue
Block a user