From d28c5ff8c17b77de90156df1bdc6ee5060ecfd27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 13:52:41 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-debug-helper.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-debug-helper.spec b/rust-debug-helper.spec index 9731c50..0358d9b 100644 --- a/rust-debug-helper.spec +++ b/rust-debug-helper.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Declarative macros to help you implement the Debug trait manually # Upstream license specification: MIT @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Fabio Valentini - 0.3.12-1 - Update to version 0.3.12. - Fixes RHBZ#1971304