diff --git a/perl-Eval-Closure.spec b/perl-Eval-Closure.spec index 60df735..05a7a1a 100644 --- a/perl-Eval-Closure.spec +++ b/perl-Eval-Closure.spec @@ -1,6 +1,6 @@ Name: perl-Eval-Closure Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safely and cleanly create closures via string eval License: GPL+ or Artistic URL: http://search.cpan.org/dist/Eval-Closure/ @@ -74,6 +74,9 @@ make test %{_mandir}/man3/Eval::Closure.3* %changelog +* Sat Jun 06 2015 Jitka Plesnikova - 0.13-2 +- Perl 5.22 rebuild + * Tue May 12 2015 Jitka Plesnikova - 0.13-1 - Update to 0.13 - Fix tests under blead (GH#6)