update to version 0.2.86

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

1
.gitignore vendored

@ -40,3 +40,4 @@
/libc-0.2.80.crate
/libc-0.2.81.crate
/libc-0.2.82.crate
/libc-0.2.86.crate

@ -5,8 +5,8 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.82
Release: 2%{?dist}
Version: 0.2.86
Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc
# Upstream license specification: MIT OR Apache-2.0
@ -121,6 +121,10 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.86-1
- Update to version 0.2.86.
- Fixes RHBZ#1921415
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.82-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libc-0.2.82.crate) = 25eaf390acb409d329b9e32008078824eed4ca3a10af851f5097b653793db316419a395910c23dff293dfe2bac051a51871281a6bf2487937121b403286630c1
SHA512 (libc-0.2.86.crate) = b5a0c94b3717a620cb47b27d2f3bbfe04fce475c3e2feaab8bc4b14c8aaee190d47a61f0dabf26ed9e525e96e6aa611f4dd29b16e13b678898f88352d86c1b74

Loading…
Cancel
Save