diff --git a/.gitignore b/.gitignore index 8221d3a..4a80d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sysinfo-0.10.3.crate /sysinfo-0.10.4.crate /sysinfo-0.10.5.crate +/sysinfo-0.11.0.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index a632476..f3ab7ed 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,9 +5,9 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.10.5 -Release: 2%{?dist} -Summary: Library to handle processes +Version: 0.11.0 +Release: 1%{?dist} +Summary: Library to get system information such as processes, processors, disks, components and networks # Upstream license specification: MIT License: MIT @@ -25,7 +25,8 @@ BuildArch: noarch BuildRequires: rust-packaging %global _description %{expand: -Library to handle processes.} +Library to get system information such as processes, processors, disks, +components and networks.} %description %{_description} @@ -94,11 +95,13 @@ which use "debug" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test -- -- --skip system::tests::test_get_process \ - --skip system::tests::test_refresh_process +%cargo_test %endif %changelog +* Sat Feb 08 23:58:50 EET 2020 Artem Polishchuk - 0.11.0-1 +- Update to 0.11.0 + * Thu Jan 30 2020 Fedora Release Engineering - 0.10.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 97fbc35..f20186a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.10.5.crate) = a28d81ff510e8360754820e3b709ebf80b18a6dac4b046b3946f6dfaafbe62c3008c6dc6c8a853e23b7189b5330697abb46adb069cf4a3f5836cc4f919c3f89f +SHA512 (sysinfo-0.11.0.crate) = 94be05ae9f481df99ed915ee38127bb85b5078ca50e23101ee982c22828ed09ca2ac8974adca70c4b680a1a28a0b8de43351372865b570f7164a06491004c074 diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index a3cb34e..9ad9aa8 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,15 +1,15 @@ ---- sysinfo-0.10.4/Cargo.toml 2020-01-06T03:08:46+00:00 -+++ sysinfo-0.10.4/Cargo.toml 2020-01-06T06:29:16.186246+00:00 -@@ -41,12 +41,7 @@ +--- sysinfo-0.11.0/Cargo.toml 2020-02-08T15:34:59+00:00 ++++ sysinfo-0.11.0/Cargo.toml 2020-02-08T22:02:50.259241+00:00 +@@ -42,12 +42,7 @@ + debug = ["libc/extra_traits"] + [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "0.2" - [target."cfg(unix)".dependencies.once_cell] - version = "1.0" -[target."cfg(windows)".dependencies.ntapi] -version = "0.3" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" --features = ["fileapi", "handleapi", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase"] +-features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase", "powerbase", "netioapi"] [badges.appveyor] repository = "GuillaumeGomez/sysinfo" service = "github"