update to version 0.2.90

epel9
Fabio Valentini 4 years ago
parent 305d89e12b
commit 61703ab2d1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -42,3 +42,4 @@
/libc-0.2.82.crate
/libc-0.2.86.crate
/libc-0.2.87.crate
/libc-0.2.90.crate

@ -5,7 +5,7 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.87
Version: 0.2.90
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
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.90-1
- Update to version 0.2.90.
- Fixes RHBZ#1935896
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.87-1
- Update to version 0.2.87.
- Fixes RHBZ#1934050

@ -1 +1 @@
SHA512 (libc-0.2.87.crate) = ef47c623637c0eec351bbf2725d016dd9f1e0acd4c86bf9facabe957460aff278e6c915084bda9eaea4bd1f3fbd5648cef87eb8a8958a50d1c1d6164ef90df09
SHA512 (libc-0.2.90.crate) = c05c409c5afb55aca064db78a79b197081ec38a57989f0eb8c3f3095a400f1f298cccbb8132030e3532058e40aa32d1fdabbe2fcfd3437a0e5bc2c9122f88f0f

Loading…
Cancel
Save