Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2018-11-13 16:28:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML" Tue Nov 13 16:28:16 2018 rev:42 rq:647332 version:1.27 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2018-05-21 20:21:41.827346623 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2018-11-13 16:28:28.890396753 +0100 @@ -1,0 +2,9 @@ +Thu Nov 8 07:08:58 UTC 2018 - Stephan Kulow <[email protected]> + +- updated to 1.27 + see /usr/share/doc/packages/perl-YAML/Changes + + 1.27 Sat Nov 3 14:01:26 CET 2018 + - Remove a warning about uninitialized value for perl <= 5.10 + +------------------------------------------------------------------- Old: ---- YAML-1.26.tar.gz New: ---- YAML-1.27.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML.spec ++++++ --- /var/tmp/diff_new_pack.DKYHHz/_old 2018-11-13 16:28:29.650395554 +0100 +++ /var/tmp/diff_new_pack.DKYHHz/_new 2018-11-13 16:28:29.650395554 +0100 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-YAML -Version: 1.26 +Version: 1.27 Release: 0 %define cpan_name YAML Summary: YAML Ain't Markup Language⢠License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/YAML/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -49,7 +49,7 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check ++++++ YAML-1.26.tar.gz -> YAML-1.27.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/Changes new/YAML-1.27/Changes --- old/YAML-1.26/Changes 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/Changes 2018-11-03 14:01:42.000000000 +0100 @@ -1,3 +1,6 @@ +1.27 Sat Nov 3 14:01:26 CET 2018 + - Remove a warning about uninitialized value for perl <= 5.10 + 1.26 Fri May 18 21:57:20 CEST 2018 - Fix bug introduced in 1.25 - loading of quoted string with colon as sequence element (tinita, fixes issue#208) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/META.json new/YAML-1.27/META.json --- old/YAML-1.26/META.json 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/META.json 2018-11-03 14:01:42.000000000 +0100 @@ -58,7 +58,7 @@ "web" : "https://github.com/ingydotnet/yaml-pm" } }, - "version" : "1.26", + "version" : "1.27", "x_serialization_backend" : "Cpanel::JSON::XS version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/META.yml new/YAML-1.27/META.yml --- old/YAML-1.26/META.yml 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/META.yml 2018-11-03 14:01:42.000000000 +0100 @@ -28,5 +28,5 @@ bugtracker: https://github.com/ingydotnet/yaml-pm/issues homepage: https://github.com/ingydotnet/yaml-pm repository: https://github.com/ingydotnet/yaml-pm.git -version: '1.26' -x_serialization_backend: 'YAML::Tiny version 1.70' +version: '1.27' +x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/Makefile.PL new/YAML-1.27/Makefile.PL --- old/YAML-1.26/Makefile.PL 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/Makefile.PL 2018-11-03 14:01:42.000000000 +0100 @@ -23,7 +23,7 @@ "Test::More" => "0.88", "Test::YAML" => "1.05" }, - "VERSION" => "1.26", + "VERSION" => "1.27", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/README new/YAML-1.27/README --- old/YAML-1.26/README 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/README 2018-11-03 14:01:42.000000000 +0100 @@ -4,7 +4,7 @@ VERSION - This document describes YAML version 1.26. + This document describes YAML version 1.27. NOTE @@ -409,7 +409,7 @@ NOTE: YAML's block style is akin to Perl's here-document. - UseFold + UseFold (Not supported anymore since v0.60) If you want to force YAML to use the 'folded' style for all multiline scalars, then set $UseFold to 1. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/lib/YAML/Any.pm new/YAML-1.27/lib/YAML/Any.pm --- old/YAML-1.26/lib/YAML/Any.pm 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/lib/YAML/Any.pm 2018-11-03 14:01:42.000000000 +0100 @@ -1,6 +1,6 @@ use strict; use warnings; package YAML::Any; -our $VERSION = '1.26'; +our $VERSION = '1.27'; use Exporter (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/lib/YAML/Loader.pm new/YAML-1.27/lib/YAML/Loader.pm --- old/YAML-1.26/lib/YAML/Loader.pm 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/lib/YAML/Loader.pm 2018-11-03 14:01:42.000000000 +0100 @@ -698,7 +698,7 @@ if ($self->preface =~ qr/(?:^|\s)(?:$FOLD_CHAR|$LIT_CHAR_RX)(?:[+-]([0-9]*)|([0-9]*)[+-]?)(?:\s+#.*|\s*)$/ ) { - my $explicit_indent = length $1 ? $1 : length $2 ? $2 : ''; + my $explicit_indent = defined $1 ? $1 : defined $2 ? $2 : ''; $self->die('YAML_PARSE_ERR_ZERO_INDENT') if length($explicit_indent) and $explicit_indent == 0; $type = LEAF; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/lib/YAML.pm new/YAML-1.27/lib/YAML.pm --- old/YAML-1.26/lib/YAML.pm 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/lib/YAML.pm 2018-11-03 14:01:42.000000000 +0100 @@ -1,5 +1,5 @@ package YAML; -our $VERSION = '1.26'; +our $VERSION = '1.27'; use YAML::Mo; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.26/lib/YAML.pod new/YAML-1.27/lib/YAML.pod --- old/YAML-1.26/lib/YAML.pod 2018-05-18 21:57:37.000000000 +0200 +++ new/YAML-1.27/lib/YAML.pod 2018-11-03 14:01:42.000000000 +0100 @@ -12,7 +12,7 @@ =head1 VERSION -This document describes L<YAML> version B<1.26>. +This document describes L<YAML> version B<1.27>. =head1 NOTE @@ -420,7 +420,7 @@ NOTE: YAML's block style is akin to Perl's here-document. -=item UseFold +=item UseFold (Not supported anymore since v0.60) If you want to force YAML to use the 'folded' style for all multiline scalars, then set $UseFold to 1.
