diff --git a/rust-lexical-core.spec b/rust-lexical-core.spec index 600505a..d4099c6 100644 --- a/rust-lexical-core.spec +++ b/rust-lexical-core.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.7.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lexical, to- and from-string conversion routines # Upstream license specification: MIT/Apache-2.0 @@ -290,6 +290,9 @@ find . -type f -executable -exec chmod -x {} + %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jun 19 2021 Fabio Valentini - 0.7.6-1 - Update to version 0.7.6. - Fixes RHBZ#1928337