From 99a8a4e557feedd39acbfbd3ac31142acb8ca0c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 02:34:26 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- perl-YAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-YAML.spec b/perl-YAML.spec index 438ef65..cd70c0e 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -3,7 +3,7 @@ Name: perl-YAML Version: 1.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic URL: http://search.cpan.org/dist/YAML/ @@ -114,6 +114,9 @@ make test %{_mandir}/man3/YAML::Types.3* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.24-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Oct 31 2017 Paul Howarth - 1.24-1 - Update to 1.24 - Fix $LoadCode (GH#180, GH#181, GH#182)