diff --git a/.gitignore b/.gitignore index 981f40e..16c82d4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /sysinfo-0.28.0.crate /sysinfo-0.28.2.crate /sysinfo-0.28.4.crate +/sysinfo-0.29.10.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index a81af31..4082423 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-sysinfo -Version: 0.28.4 +Version: 0.29.10 Release: %autorelease Summary: Library to get system information such as processes, CPUs, disks, components and networks diff --git a/sources b/sources index 9949b37..78eb7aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.28.4.crate) = cd9890e3b104641aa968ddf312c5fa8b960f9d5fb3edce5f72a076915db9c9fcc7fa021e9601c30fc3e4eeb72c93643ce6484af81a52b810fc55068774838ba5 +SHA512 (sysinfo-0.29.10.crate) = 2144892c05d898c7ad5e08e43ed01fbf54f1d7225bfc01ef293bcc88ca2c2ac72801b6d5df92f1d1afa39312ac66a2f6661d161e4004569eb75df3dca5baf135 diff --git a/sysinfo-fix-metadata-auto.diff b/sysinfo-fix-metadata-auto.diff index 030da15..09c4e1f 100644 --- a/sysinfo-fix-metadata-auto.diff +++ b/sysinfo-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- sysinfo-0.28.4/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ sysinfo-0.28.4/Cargo.toml 2023-03-26T16:06:40.723328+00:00 -@@ -58,52 +58,9 @@ +--- sysinfo-0.29.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ sysinfo-0.29.10/Cargo.toml 2023-10-27T17:04:21.482010+00:00 +@@ -68,52 +68,9 @@ [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile] version = "3.2" @@ -11,7 +11,7 @@ version = "1.0" [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] - version = "^0.2.112" + version = "^0.2.144" -[target."cfg(windows)".dependencies.ntapi] -version = "0.4" diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index 69e6cc5..941ba5a 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,6 +1,6 @@ ---- sysinfo-0.28.4/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ sysinfo-0.28.4/Cargo.toml 2023-03-26T16:06:48.543352+00:00 -@@ -47,13 +47,10 @@ +--- sysinfo-0.29.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ sysinfo-0.29.10/Cargo.toml 2023-10-27T17:04:32.465104+00:00 +@@ -57,13 +57,10 @@ version = "1.0" [features]