update to version 0.9.0

epel9
Fabio Valentini 4 years ago
parent 178ad8712c
commit 7850aab3c0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/procfs-0.7.8.crate /procfs-0.7.8.crate
/procfs-0.7.9.crate /procfs-0.7.9.crate
/procfs-0.8.1.crate /procfs-0.8.1.crate
/procfs-0.9.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
# * procinfo depends on nom 2.x which is too old # * procinfo depends on nom 2.x which is too old
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate procfs %global crate procfs
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.9.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Interface to the linux procfs pseudo-filesystem Summary: Interface to the linux procfs pseudo-filesystem
@ -96,6 +96,10 @@ which use "chrono" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1
- Update to version 0.9.0.
- Fixes RHBZ#1897814
* Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 0.8.1-1 * Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 0.8.1-1
- Update to 0.8.1 - Update to 0.8.1

@ -1 +1 @@
SHA512 (procfs-0.8.1.crate) = 4ffdc79e732856b25b0fc0fbc2362a1700f4900b9a7147a618fb61ac87b89c65e796f2a2be207369fa3ce8121e9cb1181093bbaded873800b6471782ac78f608 SHA512 (procfs-0.9.0.crate) = d3515dca3068e56ac56d80b9dbcbd4c18806334c238063577ce3c8752c6d67899b67a33d2596b21c0b0f3f1e772d34295f61e079630d11a3db10e2ea2c7d8251

Loading…
Cancel
Save