diff --git a/rust-libc.spec b/rust-libc.spec index 46eebe0..55b4f89 100644 --- a/rust-libc.spec +++ b/rust-libc.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.82 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Raw FFI bindings to platform libraries like libc # Upstream license specification: MIT OR Apache-2.0 @@ -121,6 +121,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.82-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 09 2021 Fabio Valentini - 0.2.82-1 - Update to version 0.2.82. - Fixes RHBZ#1913959