Accepting request 249965 from devel:languages:perl

- updated to 2.00
     - Deprecation of Readonly::XS as a requirement for fast, readonly
       scalars is complete. Report any lingering issues on the tracker
       ASAP.
 
 1.61 2014-06-28T11:22:13Z
     - Normal constants (strings, numbers) do not appear to be read only to
       Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
       attempt to assign a value to them. Fixing test regression in
       t/general/reassign.t
 
 1.60 2014-06-27T15:59:27Z
     - Fix array and hash tie() while in XS mode (exposed by Params::Validate tests)
     - Fix implicit undef value regression resolves #8
     - Minor documentation fixes (spell check, etc.)
     - Patch from Gregor Herrmann <gregoa@debian.org> resolves #7
 
 v1.500.0 2014-06-25T19:56:18Z
     - PLEASE NOTE: Readonly::XS is no longer needed!
     - Again, Readonly::XS is no longer needed.
     - Merged typo fix from David Steinbrunner RT#86350/#2
     - Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
     - Upstream magic related bugs were reported to p5p and fixed in perl
       itself so we can resolve the following local issues: RT#70167, RT#57382,
       RT#29487, RT#36653, RT#24216.
     - Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
       eventually resolve local [RT#59256].
     - Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
     - Use readonly support exposed in Internals on perl >=5.8.x
     - Have I mentioned you don't need to install Readonly::XS anymore?

OBS-URL: https://build.opensuse.org/request/show/249965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Readonly?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-09-20 13:49:56 +00:00 committed by Git OBS Bridge
commit 15e24f5691
4 changed files with 41 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7e3b774ab9b2edc02261d6758a7adf7aad21ce8ee8318a1aaece55dd49774ed
size 25609

3
Readonly-2.00.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98
size 23673

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Sep 17 14:55:28 UTC 2014 - coolo@suse.com
- updated to 2.00
- Deprecation of Readonly::XS as a requirement for fast, readonly
scalars is complete. Report any lingering issues on the tracker
ASAP.
1.61 2014-06-28T11:22:13Z
- Normal constants (strings, numbers) do not appear to be read only to
Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
attempt to assign a value to them. Fixing test regression in
t/general/reassign.t
1.60 2014-06-27T15:59:27Z
- Fix array and hash tie() while in XS mode (exposed by Params::Validate tests)
- Fix implicit undef value regression resolves #8
- Minor documentation fixes (spell check, etc.)
- Patch from Gregor Herrmann <gregoa@debian.org> resolves #7
v1.500.0 2014-06-25T19:56:18Z
- PLEASE NOTE: Readonly::XS is no longer needed!
- Again, Readonly::XS is no longer needed.
- Merged typo fix from David Steinbrunner RT#86350/#2
- Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
- Upstream magic related bugs were reported to p5p and fixed in perl
itself so we can resolve the following local issues: RT#70167, RT#57382,
RT#29487, RT#36653, RT#24216.
- Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
eventually resolve local [RT#59256].
- Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
- Use readonly support exposed in Internals on perl >=5.8.x
- Have I mentioned you don't need to install Readonly::XS anymore?
- Checking $Readonly::XSokay is no longer suggested. ...never should have been
-------------------------------------------------------------------
Mon Dec 30 14:30:37 UTC 2013 - rschweikert@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Readonly
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Readonly
Version: 1.04
Version: 2.00
Release: 0
%define cpan_name Readonly
Summary: Facility for creating read-only scalars, arrays, hashes
@ -32,7 +32,6 @@ BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Module::Build) >= 0.38
Recommends: perl(Readonly::XS) >= 1.06
%{perl_requires}
%description
@ -54,6 +53,6 @@ Facility for creating read-only scalars, arrays, hashes
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile LICENSE README.md TODO
%doc Changes cpanfile LICENSE README.md
%changelog