diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 46d7c8f..33edec1 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -9,7 +9,7 @@ Name: perl-Module-Implementation Version: 0.07 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Loads one of several alternate underlying implementations for a module Group: Development/Libraries License: Artistic 2.0 @@ -111,6 +111,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Module::Implementation.3pm* %changelog +* Wed Jul 24 2013 Petr Pisar - 0.07-2 +- Perl 5.18 rebuild + * Mon Jul 15 2013 Paul Howarth - 0.07-1 - Update to 0.07 - Require Test::Fatal ≥ 0.006 to avoid test failures (CPAN RT#76809)