diff --git a/rust-rustc-demangle.spec b/rust-rustc-demangle.spec index 581719d..b697614 100644 --- a/rust-rustc-demangle.spec +++ b/rust-rustc-demangle.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rust compiler symbol demangling # Upstream license specification: MIT/Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jun 19 2021 Fabio Valentini - 0.1.20-1 - Update to version 0.1.20. - Fixes RHBZ#1973840