diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec index 2e76103..9b0503a 100644 --- a/perl-Exception-Class.spec +++ b/perl-Exception-Class.spec @@ -1,6 +1,6 @@ Name: perl-Exception-Class Version: 1.39 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module that allows you to declare real exception classes in Perl License: GPL+ or Artistic URL: http://search.cpan.org/dist/Exception-Class/ @@ -67,6 +67,9 @@ make test AUTHOR_TESTING=1 RELEASE_TESTING=1 %{_mandir}/man3/Exception::Class::Base.3pm* %changelog +* Sat Jun 06 2015 Jitka Plesnikova - 1.39-2 +- Perl 5.22 rebuild + * Wed Nov 12 2014 Paul Howarth - 1.39-1 - Update to 1.39 - Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to