diff --git a/.gitignore b/.gitignore index 84099f8..d8ba3f1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /sysinfo-0.15.4.crate /sysinfo-0.15.6.crate /sysinfo-0.15.7.crate +/sysinfo-0.15.8.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 6f2d55d..aa63bf9 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.15.7 +Version: 0.15.8 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -125,6 +125,10 @@ which use "rayon" feature of "%{crate}" crate. %endif %changelog +* Tue Jan 12 2021 Fabio Valentini - 0.15.8-1 +- Update to version 0.15.8. +- Fixes RHBZ#1915036 + * Sun Jan 10 2021 Fabio Valentini - 0.15.7-1 - Update to version 0.15.7. - Fixes RHBZ#1914578 diff --git a/sources b/sources index 282ce58..595e6ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.15.7.crate) = aa08be55c9e5e0367c69406ed97e71c51a48e973d4bbc0e5f186be96241c6a2313b2b665e29a8bd1d5da8df38402b482e523ed9671df88bb570a516d5eaddd1c +SHA512 (sysinfo-0.15.8.crate) = a8122b3aeb83d40a3cbf9bbf87b7ff664ee9466753a40c2dbe01dbe185cdc369ce2dafc95a87708721a85301eab45fafc5ec18b165bdc3dc3ba5eb669bdbe91a diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index eba4236..f1d2c0b 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- sysinfo-0.15.7/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sysinfo-0.15.7/Cargo.toml 2021-01-10T14:12:01.986095+00:00 +--- sysinfo-0.15.8/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ sysinfo-0.15.8/Cargo.toml 2021-01-12T21:03:44.143553+00:00 @@ -43,15 +43,5 @@ debug = ["libc/extra_traits"] default = ["multithread"]