Update to 2.00

- New upstream release 2.00
  - Deprecation of Readonly::XS as a requirement for fast, readonly scalars is
    complete
- Upstream dropped TODO file
This commit is contained in:
Paul Howarth 2014-07-03 11:22:23 +01:00
parent 2b8824002c
commit 5bec78c464
2 changed files with 11 additions and 8 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.610-1
- Update to 1.61
- Fix array and hash tie() while in XS mode (exposed by Params::Validate

View File

@ -1 +1 @@
13d1817bc7f973a240088eeda7a9efd7 Readonly-1.61.tar.gz
05866426331fd2b8d4feebbba245298d Readonly-2.00.tar.gz