diff --git a/.gitignore b/.gitignore index 739fbc6..6ed01ee 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sysinfo-0.11.1.crate /sysinfo-0.11.2.crate /sysinfo-0.11.3.crate +/sysinfo-0.11.4.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 3bad54f..11a1143 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.11.3 +Version: 0.11.4 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -99,6 +99,9 @@ which use "debug" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 05 2020 Josh Stone - 0.11.4-1 +- Update to 0.11.4 + * Wed Feb 26 11:59:27 EET 2020 Artem Polishchuk - 0.11.3-1 - Update to 0.11.3 diff --git a/sources b/sources index 1bc46ca..694708c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.11.3.crate) = a52ca3b4e8b9cfc5e5533a2fb61ed45f3cf92348b4220768ab3b69be5491171474f7cb85e2e6d8ecee82cf29069d64f7d057e147c531f5ec0a90532d958023ac +SHA512 (sysinfo-0.11.4.crate) = a5d1671f9bfbefb7bd0e4ef33aeed56814e88de29c13e1c0b1cc9feff6390b55496d2624ce220866201e66abad7d8f91cf1fb568feabee300c9f1f1aae07ff23 diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index a24e34d..c15f827 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- sysinfo-0.11.1/Cargo.toml 2020-02-10T09:22:11+00:00 -+++ sysinfo-0.11.1/Cargo.toml 2020-02-11T12:27:41.867935+00:00 +--- sysinfo-0.11.4/Cargo.toml 2020-03-05T16:18:07+00:00 ++++ sysinfo-0.11.4/Cargo.toml 2020-03-05T19:39:33.756740+00:00 @@ -42,12 +42,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] @@ -9,7 +9,7 @@ - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" --features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase", "powerbase", "netioapi"] +-features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf"] [badges.appveyor] repository = "GuillaumeGomez/sysinfo" service = "github"