Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-SVG for openSUSE:Factory checked in at 2021-04-29 01:37:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old) and /work/SRC/openSUSE:Factory/.perl-SVG.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-SVG" Thu Apr 29 01:37:42 2021 rev:22 rq:888195 version:2.86 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes 2020-07-06 16:31:37.859593198 +0200 +++ /work/SRC/openSUSE:Factory/.perl-SVG.new.12324/perl-SVG.changes 2021-04-29 01:38:33.394591720 +0200 @@ -1,0 +2,9 @@ +Fri Apr 23 03:09:43 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 2.86 + see /usr/share/doc/packages/perl-SVG/Changes + + 2.86 2021.04.22 MANWAR + - Replace last use of "vars" with "our", thanks @JRaspass. + +------------------------------------------------------------------- Old: ---- SVG-2.85.tar.gz New: ---- SVG-2.86.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-SVG.spec ++++++ --- /var/tmp/diff_new_pack.NXapTF/_old 2021-04-29 01:38:33.838592349 +0200 +++ /var/tmp/diff_new_pack.NXapTF/_new 2021-04-29 01:38:33.842592355 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-SVG # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name SVG Name: perl-SVG -Version: 2.85 +Version: 2.86 Release: 0 -%define cpan_name SVG Summary: Perl extension for generating Scalable Vector Graphics (SVG) documents License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 @@ -43,12 +41,12 @@ SMIL animation content. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -59,7 +57,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README %license LICENSE ++++++ SVG-2.85.tar.gz -> SVG-2.86.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/Changes new/SVG-2.86/Changes --- old/SVG-2.85/Changes 2020-07-02 11:02:48.000000000 +0200 +++ new/SVG-2.86/Changes 2021-04-22 09:21:17.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl extension SVG. +2.86 2021.04.22 MANWAR + - Replace last use of "vars" with "our", thanks @JRaspass. + 2.85 2020.07.02 MANWAR - Minor documentation fix, thanks @polettix. - Fixed broken author test (xt/author). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/META.json new/SVG-2.86/META.json --- old/SVG-2.85/META.json 2020-07-02 11:38:12.000000000 +0200 +++ new/SVG-2.86/META.json 2021-04-22 09:23:29.000000000 +0200 @@ -45,7 +45,6 @@ "parent" : "0", "perl" : "5.006", "strict" : "0", - "vars" : "0", "warnings" : "0" } } @@ -53,23 +52,23 @@ "provides" : { "SVG" : { "file" : "lib/SVG.pm", - "version" : "2.85" + "version" : "2.86" }, "SVG::DOM" : { "file" : "lib/SVG/DOM.pm", - "version" : "2.85" + "version" : "2.86" }, "SVG::Element" : { "file" : "lib/SVG/Element.pm", - "version" : "2.85" + "version" : "2.86" }, "SVG::Extension" : { "file" : "lib/SVG/Extension.pm", - "version" : "2.85" + "version" : "2.86" }, "SVG::XML" : { "file" : "lib/SVG/XML.pm", - "version" : "2.85" + "version" : "2.86" } }, "release_status" : "stable", @@ -80,7 +79,7 @@ "web" : "https://github.com/manwar/SVG" } }, - "version" : "2.85", + "version" : "2.86", "x_contributors" : [ "Peter Wainwright", "Ian Hickson", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/META.yml new/SVG-2.86/META.yml --- old/SVG-2.85/META.yml 2020-07-02 11:38:12.000000000 +0200 +++ new/SVG-2.86/META.yml 2021-04-22 09:23:29.000000000 +0200 @@ -27,19 +27,19 @@ provides: SVG: file: lib/SVG.pm - version: '2.85' + version: '2.86' SVG::DOM: file: lib/SVG/DOM.pm - version: '2.85' + version: '2.86' SVG::Element: file: lib/SVG/Element.pm - version: '2.85' + version: '2.86' SVG::Extension: file: lib/SVG/Extension.pm - version: '2.85' + version: '2.86' SVG::XML: file: lib/SVG/XML.pm - version: '2.85' + version: '2.86' requires: Exporter: '0' Scalar::Util: '0' @@ -47,11 +47,10 @@ parent: '0' perl: '5.006' strict: '0' - vars: '0' warnings: '0' resources: repository: https://github.com/manwar/SVG.git -version: '2.85' +version: '2.86' x_contributors: - 'Peter Wainwright' - 'Ian Hickson' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/Makefile.PL new/SVG-2.86/Makefile.PL --- old/SVG-2.85/Makefile.PL 2020-07-02 10:41:27.000000000 +0200 +++ new/SVG-2.86/Makefile.PL 2021-04-22 09:19:28.000000000 +0200 @@ -13,7 +13,6 @@ 'warnings' => 0, 'constant' => 0, 'parent' => 0, - 'vars' => 0, 'Exporter' => 0, 'Scalar::Util' => 0, }, @@ -40,11 +39,11 @@ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => { 'meta-spec' => { version => 2 }, provides => { - 'SVG' => { file => 'lib/SVG.pm' , version => '2.85' }, - 'SVG::DOM' => { file => 'lib/SVG/DOM.pm' , version => '2.85' }, - 'SVG::Element' => { file => 'lib/SVG/Element.pm' , version => '2.85' }, - 'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => '2.85' }, - 'SVG::XML' => { file => 'lib/SVG/XML.pm' , version => '2.85' }, + 'SVG' => { file => 'lib/SVG.pm' , version => '2.86' }, + 'SVG::DOM' => { file => 'lib/SVG/DOM.pm' , version => '2.86' }, + 'SVG::Element' => { file => 'lib/SVG/Element.pm' , version => '2.86' }, + 'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => '2.86' }, + 'SVG::XML' => { file => 'lib/SVG/XML.pm' , version => '2.86' }, }, resources => { repository => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/lib/SVG/DOM.pm new/SVG-2.86/lib/SVG/DOM.pm --- old/SVG-2.85/lib/SVG/DOM.pm 2020-07-02 10:41:00.000000000 +0200 +++ new/SVG-2.86/lib/SVG/DOM.pm 2021-04-22 09:19:42.000000000 +0200 @@ -4,7 +4,7 @@ use Scalar::Util qw/weaken/; -our $VERSION = '2.85'; +our $VERSION = '2.86'; # this module extends SVG::Element package SVG::Element; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/lib/SVG/Element.pm new/SVG-2.86/lib/SVG/Element.pm --- old/SVG-2.85/lib/SVG/Element.pm 2020-07-02 10:52:50.000000000 +0200 +++ new/SVG-2.86/lib/SVG/Element.pm 2021-04-22 09:19:42.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '2.85'; +our $VERSION = '2.86'; =pod diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/lib/SVG/Extension.pm new/SVG-2.86/lib/SVG/Extension.pm --- old/SVG-2.85/lib/SVG/Extension.pm 2020-07-02 10:53:50.000000000 +0200 +++ new/SVG-2.86/lib/SVG/Extension.pm 2021-04-22 09:19:42.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.85'; +our $VERSION = '2.86'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/lib/SVG/XML.pm new/SVG-2.86/lib/SVG/XML.pm --- old/SVG-2.85/lib/SVG/XML.pm 2020-07-02 10:51:20.000000000 +0200 +++ new/SVG-2.86/lib/SVG/XML.pm 2021-04-22 09:19:42.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.85'; +our $VERSION = '2.86'; =pod @@ -30,10 +30,10 @@ =cut use Exporter; -use vars qw(@ISA @EXPORT); -@ISA = ('Exporter'); -@EXPORT = qw( +our @ISA = ('Exporter'); + +our @EXPORT = qw( xmlesc xmlescape xmlescp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SVG-2.85/lib/SVG.pm new/SVG-2.86/lib/SVG.pm --- old/SVG-2.85/lib/SVG.pm 2020-07-02 10:41:00.000000000 +0200 +++ new/SVG-2.86/lib/SVG.pm 2021-04-22 09:19:42.000000000 +0200 @@ -7,7 +7,7 @@ use parent qw(SVG::Element SVG::Extension); use Scalar::Util qw/weaken/; -our $VERSION = '2.85'; +our $VERSION = '2.86'; =pod
