diff --git a/perl-Devel-PartialDump.spec b/perl-Devel-PartialDump.spec index 41b8d04..8242ed8 100644 --- a/perl-Devel-PartialDump.spec +++ b/perl-Devel-PartialDump.spec @@ -1,6 +1,6 @@ Name: perl-Devel-PartialDump Version: 0.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Partial dumping of data structures, optimized for argument printing License: GPL+ or Artistic URL: http://search.cpan.org/dist/Devel-PartialDump/ @@ -63,6 +63,9 @@ make test %{_mandir}/man3/Devel::PartialDump.3* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Jul 6 2017 Paul Howarth - 0.20-1 - Update to 0.20 - Fix tests on Carp < 1.25 (GH#1)