diff --git a/rust-target-lexicon.spec b/rust-target-lexicon.spec index 587034d..7de3fd6 100644 --- a/rust-target-lexicon.spec +++ b/rust-target-lexicon.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Targeting utilities for compilers and related tools # Upstream license specification: Apache-2.0 WITH LLVM-exception @@ -83,6 +83,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 20 2020 Fabio Valentini - 0.11.1-1 - Update to version 0.11.1. - Fixes RHBZ#1889444