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:
parent
2b8824002c
commit
5bec78c464
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user