Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2019-05-17 23:35:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML" Fri May 17 23:35:31 2019 rev:44 rq:702492 version:1.29 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2019-05-06 21:13:25.840454017 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new.5148/perl-YAML.changes 2019-05-17 23:35:32.426160673 +0200 @@ -1,0 +2,9 @@ +Sun May 12 05:35:05 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 1.29 + see /usr/share/doc/packages/perl-YAML/Changes + + 1.29 Sat 11 May 2019 10:26:54 AM CEST + - Fix regex for alias to match the one for anchors (PR#214 TINITA) + +------------------------------------------------------------------- Old: ---- YAML-1.28.tar.gz New: ---- YAML-1.29.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML.spec ++++++ --- /var/tmp/diff_new_pack.DDJH4Y/_old 2019-05-17 23:35:32.966160389 +0200 +++ /var/tmp/diff_new_pack.DDJH4Y/_new 2019-05-17 23:35:32.970160387 +0200 @@ -17,7 +17,7 @@ Name: perl-YAML -Version: 1.28 +Version: 1.29 Release: 0 %define cpan_name YAML Summary: YAML Ain't Markup Language⢠++++++ YAML-1.28.tar.gz -> YAML-1.29.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/Changes new/YAML-1.29/Changes --- old/YAML-1.28/Changes 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/Changes 2019-05-11 10:27:11.000000000 +0200 @@ -1,3 +1,6 @@ +1.29 Sat 11 May 2019 10:26:54 AM CEST + - Fix regex for alias to match the one for anchors (PR#214 TINITA) + 1.28 Sun 28 Apr 2019 11:46:21 AM CEST - Security fix: only enable loading globs when $LoadCode is set (PR#213 TINITA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/META.json new/YAML-1.29/META.json --- old/YAML-1.28/META.json 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/META.json 2019-05-11 10:27:11.000000000 +0200 @@ -58,7 +58,7 @@ "web" : "https://github.com/ingydotnet/yaml-pm" } }, - "version" : "1.28", + "version" : "1.29", "x_generated_by_perl" : "v5.24.1", "x_serialization_backend" : "Cpanel::JSON::XS version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/META.yml new/YAML-1.29/META.yml --- old/YAML-1.28/META.yml 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/META.yml 2019-05-11 10:27:11.000000000 +0200 @@ -28,6 +28,6 @@ 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.28' +version: '1.29' x_generated_by_perl: v5.24.1 x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/Makefile.PL new/YAML-1.29/Makefile.PL --- old/YAML-1.28/Makefile.PL 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/Makefile.PL 2019-05-11 10:27:11.000000000 +0200 @@ -23,7 +23,7 @@ "Test::More" => "0.88", "Test::YAML" => "1.05" }, - "VERSION" => "1.28", + "VERSION" => "1.29", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/README new/YAML-1.29/README --- old/YAML-1.28/README 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/README 2019-05-11 10:27:11.000000000 +0200 @@ -4,7 +4,7 @@ VERSION - This document describes YAML version 1.28. + This document describes YAML version 1.29. NOTE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/lib/YAML/Any.pm new/YAML-1.29/lib/YAML/Any.pm --- old/YAML-1.28/lib/YAML/Any.pm 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/lib/YAML/Any.pm 2019-05-11 10:27:11.000000000 +0200 @@ -1,6 +1,6 @@ use strict; use warnings; package YAML::Any; -our $VERSION = '1.28'; +our $VERSION = '1.29'; use Exporter (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/lib/YAML/Loader.pm new/YAML-1.29/lib/YAML/Loader.pm --- old/YAML-1.28/lib/YAML/Loader.pm 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/lib/YAML/Loader.pm 2019-05-11 10:27:11.000000000 +0200 @@ -244,7 +244,7 @@ elsif ($preface =~ s/^\*([^ ,:]*)\s*//) { $token = $1; $self->die('YAML_PARSE_ERR_BAD_ALIAS') - unless $token =~ /^[a-zA-Z0-9]+$/; + unless $token =~ /^[a-zA-Z0-9_.\/-]+$/; $self->die('YAML_PARSE_ERR_MANY_ALIAS') if $alias; $self->die('YAML_PARSE_ERR_ANCHOR_ALIAS') if $anchor; $alias = $token; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/lib/YAML.pm new/YAML-1.29/lib/YAML.pm --- old/YAML-1.28/lib/YAML.pm 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/lib/YAML.pm 2019-05-11 10:27:11.000000000 +0200 @@ -1,5 +1,5 @@ package YAML; -our $VERSION = '1.28'; +our $VERSION = '1.29'; use YAML::Mo; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/lib/YAML.pod new/YAML-1.29/lib/YAML.pod --- old/YAML-1.28/lib/YAML.pod 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/lib/YAML.pod 2019-05-11 10:27:11.000000000 +0200 @@ -12,7 +12,7 @@ =head1 VERSION -This document describes L<YAML> version B<1.28>. +This document describes L<YAML> version B<1.29>. =head1 NOTE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.28/t/load-tests.t new/YAML-1.29/t/load-tests.t --- old/YAML-1.28/t/load-tests.t 2019-04-28 11:46:38.000000000 +0200 +++ new/YAML-1.29/t/load-tests.t 2019-05-11 10:27:11.000000000 +0200 @@ -428,8 +428,12 @@ - &b/2 b - &c_3 c - &d-4 d +- *a.1 +- *b/2 +- *c_3 +- *d-4 +++ perl -['a', 'b', 'c', 'd'] +['a', 'b', 'c', 'd', 'a', 'b', 'c', 'd'] === Compact nested block sequences +++ yaml
