update to version 0.2.92

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

1
.gitignore vendored

@ -44,3 +44,4 @@
/libc-0.2.87.crate
/libc-0.2.90.crate
/libc-0.2.91.crate
/libc-0.2.92.crate

@ -5,7 +5,7 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.91
Version: 0.2.92
Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc
@ -121,6 +121,10 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 31 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.92-1
- Update to version 0.2.92.
- Fixes RHBZ#1944644
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.91-1
- Update to version 0.2.91.
- Fixes RHBZ#1941900

@ -1 +1 @@
SHA512 (libc-0.2.91.crate) = 47304536cec82634b2e8fc6d91db50ffca62f7396b9e0410e1c3e144509a94fa1d10eae07be2d5602114eae87c7a15036d1359b579ae5014e8048cedc7b3ef72
SHA512 (libc-0.2.92.crate) = bee1495a75cce8d117d5a565dcd9e2050b9b308aeef40dffe5b970cec4a0840eef07e8d65a64558cb75494a77a6b0023923ee451b29288e02573b54121fc7b34

Loading…
Cancel
Save