diff --git a/rust-alloc-stdlib.spec b/rust-alloc-stdlib.spec index bdc9a1c..1fb8313 100644 --- a/rust-alloc-stdlib.spec +++ b/rust-alloc-stdlib.spec @@ -9,7 +9,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Dynamic allocator example that may be used with the stdlib # Upstream license specification: BSD-3-Clause @@ -88,5 +88,8 @@ find -type f -name '*.rs' -executable -exec chmod -x '{}' + %endif %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Dec 14 17:38:13 CET 2019 Igor Gnatenko - 0.2.1-1 - Initial package