Update to 0.2.76

epel9
Josh Stone 4 years ago
parent af4a97f863
commit a1852dce88

1
.gitignore vendored

@ -33,3 +33,4 @@
/libc-0.2.72.crate /libc-0.2.72.crate
/libc-0.2.73.crate /libc-0.2.73.crate
/libc-0.2.74.crate /libc-0.2.74.crate
/libc-0.2.76.crate

@ -5,7 +5,7 @@
%global crate libc %global crate libc
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.74 Version: 0.2.76
Release: 1%{?dist} Release: 1%{?dist}
Summary: Raw FFI bindings to platform libraries like libc Summary: Raw FFI bindings to platform libraries like libc
@ -157,6 +157,9 @@ echo 'glibc-devel'
%endif %endif
%changelog %changelog
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.2.76-1
- Update to 0.2.76
* Tue Jul 28 2020 Josh Stone <jistone@redhat.com> - 0.2.74-1 * Tue Jul 28 2020 Josh Stone <jistone@redhat.com> - 0.2.74-1
- Update to 0.2.74 - Update to 0.2.74

@ -1 +1 @@
SHA512 (libc-0.2.74.crate) = 6aa984cd325bfa37736d3afe4518093468927607daf7b12bd8a5a396d2ec3740876504ab4a2a622c5e7caa9872f31263a42ce53f10c15f61f9e45891eaf41df1 SHA512 (libc-0.2.76.crate) = 0d21fb1f59881836455f6f7a242222b51cb7167a9d803668f0344637b6b114d983bfdd6338259971565b0ed77fc23006c432d45cd86e8b31003d423af0faa117

Loading…
Cancel
Save