Hello community, here is the log from the commit of package perl-SVG for openSUSE:Factory checked in at 2018-01-24 15:30:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old) and /work/SRC/openSUSE:Factory/.perl-SVG.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-SVG" Wed Jan 24 15:30:44 2018 rev:18 rq:568488 version:2.82 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes 2018-01-09 14:51:23.600865006 +0100 +++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes 2018-01-24 15:30:46.689593927 +0100 @@ -1,0 +2,18 @@ +Tue Jan 23 07:05:03 UTC 2018 - [email protected] + +- updated to 2.82 + see /usr/share/doc/packages/perl-SVG/Changes + + 2.82 2017.12.18 MANWAR + - Fixed subquery (txn-1762542) of the issue RT #123896. + +------------------------------------------------------------------- +Mon Dec 18 06:54:17 UTC 2017 - [email protected] + +- updated to 2.81 + see /usr/share/doc/packages/perl-SVG/Changes + + 2.81 2017.12.17 MANWAR + - Fixed issue RT #123896 (trailing space in credit comment). + +------------------------------------------------------------------- Old: ---- SVG-2.80.tar.gz New: ---- SVG-2.82.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-SVG.spec ++++++ --- /var/tmp/diff_new_pack.9cZCxN/_old 2018-01-24 15:30:47.373561938 +0100 +++ /var/tmp/diff_new_pack.9cZCxN/_new 2018-01-24 15:30:47.377561750 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-SVG # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX 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-SVG -Version: 2.80 +Version: 2.82 Release: 0 %define cpan_name SVG Summary: Perl extension for generating Scalable Vector Graphics (SVG) documents ++++++ SVG-2.80.tar.gz -> SVG-2.82.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/Changes new/SVG-2.82/Changes --- old/SVG-2.80/Changes 2017-12-01 12:12:18.000000000 +0100 +++ new/SVG-2.82/Changes 2017-12-18 13:25:03.000000000 +0100 @@ -1,5 +1,11 @@ Revision history for Perl extension SVG. +2.82 2017.12.18 MANWAR + - Fixed subquery (txn-1762542) of the issue RT #123896. + +2.81 2017.12.17 MANWAR + - Fixed issue RT #123896 (trailing space in credit comment). + 2.80 2017.11.30 MANWAR - Added one more test author only as suggested by @DAVE. (RT #123705) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/META.json new/SVG-2.82/META.json --- old/SVG-2.80/META.json 2017-12-01 12:13:44.000000000 +0100 +++ new/SVG-2.82/META.json 2017-12-18 13:25:41.000000000 +0100 @@ -41,23 +41,23 @@ "provides" : { "SVG" : { "file" : "lib/SVG.pm", - "version" : "2.80" + "version" : "2.82" }, "SVG::DOM" : { "file" : "lib/SVG/DOM.pm", - "version" : "2.80" + "version" : "2.82" }, "SVG::Element" : { "file" : "lib/SVG/Element.pm", - "version" : "2.80" + "version" : "2.82" }, "SVG::Extension" : { "file" : "lib/SVG/Extension.pm", - "version" : "2.80" + "version" : "2.82" }, "SVG::XML" : { "file" : "lib/SVG/XML.pm", - "version" : "2.80" + "version" : "2.82" } }, "release_status" : "stable", @@ -68,7 +68,7 @@ "web" : "https://github.com/manwar/SVG" } }, - "version" : "2.80", + "version" : "2.82", "x_contributors" : [ "Peter Wainwright", "Ian Hickson", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/META.yml new/SVG-2.82/META.yml --- old/SVG-2.80/META.yml 2017-12-01 12:13:44.000000000 +0100 +++ new/SVG-2.82/META.yml 2017-12-18 13:25:41.000000000 +0100 @@ -20,26 +20,26 @@ provides: SVG: file: lib/SVG.pm - version: '2.80' + version: '2.82' SVG::DOM: file: lib/SVG/DOM.pm - version: '2.80' + version: '2.82' SVG::Element: file: lib/SVG/Element.pm - version: '2.80' + version: '2.82' SVG::Extension: file: lib/SVG/Extension.pm - version: '2.80' + version: '2.82' SVG::XML: file: lib/SVG/XML.pm - version: '2.80' + version: '2.82' requires: Scalar::Util: '0' parent: '0' perl: '5.006' resources: repository: https://github.com/manwar/SVG.git -version: '2.80' +version: '2.82' x_contributors: - 'Peter Wainwright' - 'Ian Hickson' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/Makefile.PL new/SVG-2.82/Makefile.PL --- old/SVG-2.80/Makefile.PL 2017-12-01 12:11:14.000000000 +0100 +++ new/SVG-2.82/Makefile.PL 2017-12-18 13:25:14.000000000 +0100 @@ -25,11 +25,11 @@ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => { 'meta-spec' => { version => 2 }, provides => { - 'SVG' => { file => 'lib/SVG.pm' , version => '2.80' }, - 'SVG::DOM' => { file => 'lib/SVG/DOM.pm' , version => '2.80' }, - 'SVG::Element' => { file => 'lib/SVG/Element.pm' , version => '2.80' }, - 'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => '2.80' }, - 'SVG::XML' => { file => 'lib/SVG/XML.pm' , version => '2.80' }, + 'SVG' => { file => 'lib/SVG.pm' , version => '2.82' }, + 'SVG::DOM' => { file => 'lib/SVG/DOM.pm' , version => '2.82' }, + 'SVG::Element' => { file => 'lib/SVG/Element.pm' , version => '2.82' }, + 'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => '2.82' }, + 'SVG::XML' => { file => 'lib/SVG/XML.pm' , version => '2.82' }, }, resources => { repository => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/lib/SVG/DOM.pm new/SVG-2.82/lib/SVG/DOM.pm --- old/SVG-2.80/lib/SVG/DOM.pm 2017-12-01 12:11:24.000000000 +0100 +++ new/SVG-2.82/lib/SVG/DOM.pm 2017-12-18 13:22:22.000000000 +0100 @@ -4,7 +4,7 @@ use Scalar::Util qw/weaken/; -our $VERSION = '2.80'; +our $VERSION = '2.82'; # this module extends SVG::Element package SVG::Element; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/lib/SVG/Element.pm new/SVG-2.82/lib/SVG/Element.pm --- old/SVG-2.80/lib/SVG/Element.pm 2017-12-01 12:11:24.000000000 +0100 +++ new/SVG-2.82/lib/SVG/Element.pm 2017-12-18 13:22:22.000000000 +0100 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '2.80'; +our $VERSION = '2.82'; =pod diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/lib/SVG/Extension.pm new/SVG-2.82/lib/SVG/Extension.pm --- old/SVG-2.80/lib/SVG/Extension.pm 2017-12-01 12:11:24.000000000 +0100 +++ new/SVG-2.82/lib/SVG/Extension.pm 2017-12-18 13:22:22.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.80'; +our $VERSION = '2.82'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/lib/SVG/XML.pm new/SVG-2.82/lib/SVG/XML.pm --- old/SVG-2.80/lib/SVG/XML.pm 2017-12-01 12:11:24.000000000 +0100 +++ new/SVG-2.82/lib/SVG/XML.pm 2017-12-18 13:22:22.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.80'; +our $VERSION = '2.82'; =pod @@ -129,7 +129,18 @@ my ( $self, $r_comment ) = @_; my $ind = $self->{-docref}->{-elsep} . $self->{-docref}->{-indent} x $self->{-docref}->{-level}; - return ( $ind . join( $ind, map {qq(<!-- $_ -->)} @$r_comment ) ); + + # If the comment starts with newline character then do not prefix + # with space (RT #123896). + return ( + $ind . join( + $ind, + map { + ( (/^\n/) ? (q(<!--)) : (q(<!-- )) ) . qq($_) + . ( (/\n[\t]?$/) ? (q(-->)) : (q( -->)) ); + } @$r_comment + ) + ); } sub xmlpi { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.80/lib/SVG.pm new/SVG-2.82/lib/SVG.pm --- old/SVG-2.80/lib/SVG.pm 2017-12-01 12:11:24.000000000 +0100 +++ new/SVG-2.82/lib/SVG.pm 2017-12-18 13:22:22.000000000 +0100 @@ -7,7 +7,7 @@ use parent qw(SVG::Element SVG::Extension); use Scalar::Util qw/weaken/; -our $VERSION = '2.80'; +our $VERSION = '2.82'; =pod @@ -1497,7 +1497,7 @@ or $self->{-docref}{-creditsinserted} ) { $self->comment( - "\n\tGenerated using the Perl SVG Module V$VERSION\n\tby Ronan Oger\n\tInfo: http://www.roitsystems.com/\n" + "\n\tGenerated using the Perl SVG Module V$VERSION\n\tby Ronan Oger\n\tInfo: http://www.roitsystems.com/\n\t" ); $self->{-docref}{-creditsinserted} = 1; }
