diff --git a/perl-Readonly.spec b/perl-Readonly.spec index 2031867..c543278 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -1,14 +1,11 @@ -%global cpanversion 1.61 -%global extraversion 0 - Name: perl-Readonly -Version: %{cpanversion}%{?extraversion} +Version: 2.00 Release: 1%{?dist} Summary: Facility for creating read-only scalars, arrays, hashes Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Readonly/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-%{cpanversion}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-%{version}.tar.gz Patch0: Readonly-1.61-interpreter.patch BuildArch: noarch # Module Build @@ -45,7 +42,7 @@ Readonly: * Prevents reassignment of Readonly variables %prep -%setup -q -n Readonly-%{cpanversion} +%setup -q -n Readonly-%{version} # Fix script interpreter for test suite since we're packaging it %patch0 @@ -61,11 +58,17 @@ perl Build.PL installdirs=vendor ./Build test %files -%doc Changes LICENSE README.md TODO eg/benchmark.pl t/ +%doc Changes LICENSE README.md eg/benchmark.pl t/ %{perl_vendorlib}/Readonly.pm %{_mandir}/man3/Readonly.3pm* %changelog +* Thu Jul 3 2014 Paul Howarth - 2.00-1 +- Update to 2.00 + - Deprecation of Readonly::XS as a requirement for fast, readonly scalars is + complete +- Upstream dropped TODO file + * Mon Jun 30 2014 Paul Howarth - 1.610-1 - Update to 1.61 - Fix array and hash tie() while in XS mode (exposed by Params::Validate diff --git a/sources b/sources index 13a2653..03b00f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13d1817bc7f973a240088eeda7a9efd7 Readonly-1.61.tar.gz +05866426331fd2b8d4feebbba245298d Readonly-2.00.tar.gz