diff --git a/perl-Readonly.spec b/perl-Readonly.spec index 6777054..bb1a7ef 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -1,6 +1,6 @@ Name: perl-Readonly Version: 2.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Facility for creating read-only scalars, arrays, hashes Group: Development/Libraries License: GPL+ or Artistic @@ -62,6 +62,9 @@ perl Build.PL --installdirs=vendor %{_mandir}/man3/Readonly.3pm* %changelog +* Sun May 15 2016 Jitka Plesnikova - 2.04-2 +- Perl 5.24 rebuild + * Sat May 7 2016 Paul Howarth - 2.04-1 - Update to 2.04 - Create mutable clones of readonly structures with Readonly::Clone (GH#13)