From a6e882e5453bcd80760dd7dc0facd992b7dce3e3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 1 Aug 2021 23:13:16 +0200 Subject: [PATCH] Update to version 0.19.2; Fixes RHBZ#1977381 --- .gitignore | 1 + rust-sysinfo.spec | 8 ++++---- sources | 2 +- sysinfo-fix-metadata.diff | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0235bc8..c066f67 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /sysinfo-0.15.8.crate /sysinfo-0.15.9.crate /sysinfo-0.18.2.crate +/sysinfo-0.19.2.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index b743915..c5e2424 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -1,13 +1,13 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil} %global crate sysinfo Name: rust-%{crate} -Version: 0.18.2 +Version: 0.19.2 Release: %autorelease -Summary: Library to get system information such as processes, processors, disks, components and networks +Summary: Library to get system information # Upstream license specification: MIT License: MIT @@ -42,7 +42,7 @@ which use "%{crate}" crate. %files devel %license LICENSE -%doc README.md ADDING_NEW_PLATFORMS.md +%doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel diff --git a/sources b/sources index 174352c..85ce55c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.18.2.crate) = 796655e2e75e4454c11e650671cb2212bbe312fd623ea2c8121a388c25b2da0d714f8c30c241f141f6693bb2f028cbc1fe65cdd8a0850137254bdd224059965a +SHA512 (sysinfo-0.19.2.crate) = aa27977890afb37b8d6e3467302b301ce7076c53224808a361f1c2780038d0779a719e9a90fede64379cf7f3d391dbe557a79e393ddcc2c35faee17fc50f14a0 diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index df5df58..c328db5 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- sysinfo-0.18.2/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sysinfo-0.18.2/Cargo.toml 2021-06-24T16:17:16.097638+00:00 +--- sysinfo-0.19.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ sysinfo-0.19.2/Cargo.toml 2021-08-01T21:10:35.883575+00:00 @@ -46,13 +46,5 @@ multithread = ["rayon"] [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]