Update to version 0.19.2; Fixes RHBZ#1977381

epel9
Fabio Valentini 4 years ago
parent c4cee46dbf
commit a6e882e545
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/sysinfo-0.15.8.crate
/sysinfo-0.15.9.crate
/sysinfo-0.18.2.crate
/sysinfo-0.19.2.crate

@ -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

@ -1 +1 @@
SHA512 (sysinfo-0.18.2.crate) = 796655e2e75e4454c11e650671cb2212bbe312fd623ea2c8121a388c25b2da0d714f8c30c241f141f6693bb2f028cbc1fe65cdd8a0850137254bdd224059965a
SHA512 (sysinfo-0.19.2.crate) = aa27977890afb37b8d6e3467302b301ce7076c53224808a361f1c2780038d0779a719e9a90fede64379cf7f3d391dbe557a79e393ddcc2c35faee17fc50f14a0

@ -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]

Loading…
Cancel
Save