commit perl-YAML for openSUSE:Factory
Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2017-02-22 13:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-YAML" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2017-02-18 03:15:42.313112149 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2017-02-22 13:45:13.423303860 +0100 @@ -1,0 +2,9 @@ +Mon Feb 20 07:48:27 UTC 2017 - coolo@suse.com + +- updated to 1.23 + see /usr/share/doc/packages/perl-YAML/Changes + + 1.23 Sun Feb 19 22:07:57 CET 2017 + - Fix $YAML::Numify (empty values were converted to 0) + +------------------------------------------------------------------- Old: ---- YAML-1.22.tar.gz New: ---- YAML-1.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML.spec ++++++ --- /var/tmp/diff_new_pack.QChy99/_old 2017-02-22 13:45:14.075211016 +0100 +++ /var/tmp/diff_new_pack.QChy99/_new 2017-02-22 13:45:14.083209876 +0100 @@ -17,7 +17,7 @@ Name: perl-YAML -Version: 1.22 +Version: 1.23 Release: 0 %define cpan_name YAML Summary: YAML Ain't Markup Language™ ++++++ YAML-1.22.tar.gz -> YAML-1.23.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/Changes new/YAML-1.23/Changes --- old/YAML-1.22/Changes 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/Changes 2017-02-19 22:08:07.000000000 +0100 @@ -1,3 +1,6 @@ +1.23 Sun Feb 19 22:07:57 CET 2017 + - Fix $YAML::Numify (empty values were converted to 0) + 1.22 Tue Feb 14 23:23:08 CET 2017 - Add $YAML::Numify @perlpunk++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/META.json new/YAML-1.23/META.json --- old/YAML-1.22/META.json 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/META.json 2017-02-19 22:08:07.000000000 +0100 @@ -56,7 +56,7 @@ "web" : "https://github.com/ingydotnet/yaml-pm" } }, - "version" : "1.22", + "version" : "1.23", "x_serialization_backend" : "Cpanel::JSON::XS version 3.0115" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/META.yml new/YAML-1.23/META.yml --- old/YAML-1.22/META.yml 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/META.yml 2017-02-19 22:08:07.000000000 +0100 @@ -26,5 +26,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.22' +version: '1.23' x_serialization_backend: 'YAML::Tiny version 1.69' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/Makefile.PL new/YAML-1.23/Makefile.PL --- old/YAML-1.22/Makefile.PL 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/Makefile.PL 2017-02-19 22:08:07.000000000 +0100 @@ -21,7 +21,7 @@ "Test::More" => "0.88", "Test::YAML" => "1.05" }, - "VERSION" => "1.22", + "VERSION" => "1.23", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/README new/YAML-1.23/README --- old/YAML-1.22/README 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/README 2017-02-19 22:08:07.000000000 +0100 @@ -4,7 +4,7 @@ VERSION - This document describes YAML version 1.22. + This document describes YAML version 1.23. NOTE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/lib/YAML/Any.pm new/YAML-1.23/lib/YAML/Any.pm --- old/YAML-1.22/lib/YAML/Any.pm 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/lib/YAML/Any.pm 2017-02-19 22:08:07.000000000 +0100 @@ -1,6 +1,6 @@ use strict; use warnings; package YAML::Any; -our $VERSION = '1.22'; +our $VERSION = '1.23'; use Exporter (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/lib/YAML/Loader.pm new/YAML-1.23/lib/YAML/Loader.pm --- old/YAML-1.22/lib/YAML/Loader.pm 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/lib/YAML/Loader.pm 2017-02-19 22:08:07.000000000 +0100 @@ -455,7 +455,7 @@ } $node = $self->_parse_implicit($node) unless $explicit; - if ($self->numify and defined $node and not ref $node + if ($self->numify and defined $node and not ref $node and length $node and $node =~ m/\A-?(?:0|[1-9][0-9]*)?(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?\z/) { $node += 0; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/lib/YAML.pm new/YAML-1.23/lib/YAML.pm --- old/YAML-1.22/lib/YAML.pm 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/lib/YAML.pm 2017-02-19 22:08:07.000000000 +0100 @@ -1,5 +1,5 @@ package YAML; -our $VERSION = '1.22'; +our $VERSION = '1.23'; use YAML::Mo; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-1.22/lib/YAML.pod new/YAML-1.23/lib/YAML.pod --- old/YAML-1.22/lib/YAML.pod 2017-02-14 23:23:18.000000000 +0100 +++ new/YAML-1.23/lib/YAML.pod 2017-02-19 22:08:07.000000000 +0100 @@ -12,7 +12,7 @@ =head1 VERSION -This document describes L<YAML> version B<1.22>. +This document describes L<YAML> version B<1.23>. =head1 NOTE
participants (1)
-
root@hilbertn.suse.de