diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 69fbb33..8382aa2 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -1,6 +1,6 @@ Name: perl-Module-Implementation Version: 0.09 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Loads one of several alternate underlying implementations for a module Group: Development/Libraries License: Artistic 2.0 @@ -113,6 +113,9 @@ make test RELEASE_TESTING=1 %{_mandir}/man3/Module::Implementation.3* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.09-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 12 2016 Petr Pisar - 0.09-10 - Break build cycle when bootstrapping (Test::CleanNamespaces → Package::Stash → Module::Implementation)