From f55ec61fb590b195fb686d9e49767fbffa800278 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 15:30:17 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-quote.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-quote.spec b/rust-quote.spec index 708c541..85265ad 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Quasi-quoting macro quote!(...) # Upstream license specification: MIT OR Apache-2.0 @@ -83,6 +83,9 @@ which use "proc-macro" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun Feb 14 2021 Fabio Valentini - 1.0.9-1 - Update to version 1.0.9. - Fixes RHBZ#1928018