From eaa339bcb9af7c791eaac8d28d878f38cf52aedf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 15:18:14 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-plist.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-plist.spec b/rust-plist.spec index 67bf6b3..9c6b37a 100644 --- a/rust-plist.spec +++ b/rust-plist.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rusty plist parser # Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Feb 15 2021 Fabio Valentini - 1.1.0-1 - Update to version 1.1.0. - Fixes RHBZ#1922843