Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2018-01-09 14:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SVG.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SVG"

Tue Jan  9 14:50:57 2018 rev:17 rq:555673 version:2.80

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes        2017-07-21 
22:47:18.474428933 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2018-01-09 
14:51:23.600865006 +0100
@@ -1,0 +2,18 @@
+Fri Dec  8 06:52:15 UTC 2017 - [email protected]
+
+- updated to 2.80
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.80  2017.11.30 MANWAR
+        - Added one more test author only as suggested by @DAVE. (RT #123705)
+
+-------------------------------------------------------------------
+Fri Dec  1 06:57:02 UTC 2017 - [email protected]
+
+- updated to 2.79
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.79  2017.11.30 MANWAR
+        - Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
+
+-------------------------------------------------------------------

Old:
----
  SVG-2.78.tar.gz

New:
----
  SVG-2.80.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SVG.spec ++++++
--- /var/tmp/diff_new_pack.dgUqfk/_old  2018-01-09 14:51:24.156838940 +0100
+++ /var/tmp/diff_new_pack.dgUqfk/_new  2018-01-09 14:51:24.156838940 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-SVG
-Version:        2.78
+Version:        2.80
 Release:        0
 %define cpan_name SVG
 Summary:        Perl extension for generating Scalable Vector Graphics (SVG) 
documents

++++++ SVG-2.78.tar.gz -> SVG-2.80.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/Changes new/SVG-2.80/Changes
--- old/SVG-2.78/Changes        2017-07-07 16:36:46.000000000 +0200
+++ new/SVG-2.80/Changes        2017-12-01 12:12:18.000000000 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension SVG.
 
+2.80  2017.11.30 MANWAR
+      - Added one more test author only as suggested by @DAVE. (RT #123705)
+
+2.79  2017.11.30 MANWAR
+      - Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
+
 2.78  2017.07.07 MANWAR
       - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved 
RT #121612.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/META.json new/SVG-2.80/META.json
--- old/SVG-2.78/META.json      2017-07-07 16:37:52.000000000 +0200
+++ new/SVG-2.80/META.json      2017-12-01 12:13:44.000000000 +0100
@@ -41,23 +41,23 @@
    "provides" : {
       "SVG" : {
          "file" : "lib/SVG.pm",
-         "version" : "2.78"
+         "version" : "2.80"
       },
       "SVG::DOM" : {
          "file" : "lib/SVG/DOM.pm",
-         "version" : "2.78"
+         "version" : "2.80"
       },
       "SVG::Element" : {
          "file" : "lib/SVG/Element.pm",
-         "version" : "2.78"
+         "version" : "2.80"
       },
       "SVG::Extension" : {
          "file" : "lib/SVG/Extension.pm",
-         "version" : "2.78"
+         "version" : "2.80"
       },
       "SVG::XML" : {
          "file" : "lib/SVG/XML.pm",
-         "version" : "2.78"
+         "version" : "2.80"
       }
    },
    "release_status" : "stable",
@@ -68,7 +68,7 @@
          "web" : "https://github.com/manwar/SVG";
       }
    },
-   "version" : "2.78",
+   "version" : "2.80",
    "x_contributors" : [
       "Peter Wainwright",
       "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/META.yml new/SVG-2.80/META.yml
--- old/SVG-2.78/META.yml       2017-07-07 16:37:52.000000000 +0200
+++ new/SVG-2.80/META.yml       2017-12-01 12:13:44.000000000 +0100
@@ -20,26 +20,26 @@
 provides:
   SVG:
     file: lib/SVG.pm
-    version: '2.78'
+    version: '2.80'
   SVG::DOM:
     file: lib/SVG/DOM.pm
-    version: '2.78'
+    version: '2.80'
   SVG::Element:
     file: lib/SVG/Element.pm
-    version: '2.78'
+    version: '2.80'
   SVG::Extension:
     file: lib/SVG/Extension.pm
-    version: '2.78'
+    version: '2.80'
   SVG::XML:
     file: lib/SVG/XML.pm
-    version: '2.78'
+    version: '2.80'
 requires:
   Scalar::Util: '0'
   parent: '0'
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/SVG.git
-version: '2.78'
+version: '2.80'
 x_contributors:
   - 'Peter Wainwright'
   - 'Ian Hickson'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/Makefile.PL new/SVG-2.80/Makefile.PL
--- old/SVG-2.78/Makefile.PL    2017-07-07 16:35:01.000000000 +0200
+++ new/SVG-2.80/Makefile.PL    2017-12-01 12:11: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.78' },
-            'SVG::DOM'       => { file => 'lib/SVG/DOM.pm'      , version => 
'2.78' },
-            'SVG::Element'   => { file => 'lib/SVG/Element.pm'  , version => 
'2.78' },
-            'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => 
'2.78' },
-            'SVG::XML'       => { file => 'lib/SVG/XML.pm'      , version => 
'2.78' },
+            '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' },
         },
         resources   => {
             repository => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/lib/SVG/DOM.pm new/SVG-2.80/lib/SVG/DOM.pm
--- old/SVG-2.78/lib/SVG/DOM.pm 2017-07-07 16:34:05.000000000 +0200
+++ new/SVG-2.80/lib/SVG/DOM.pm 2017-12-01 12:11:24.000000000 +0100
@@ -4,7 +4,7 @@
 
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.78';
+our $VERSION = '2.80';
 
 # this module extends SVG::Element
 package SVG::Element;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/lib/SVG/Element.pm 
new/SVG-2.80/lib/SVG/Element.pm
--- old/SVG-2.78/lib/SVG/Element.pm     2017-07-07 16:34:16.000000000 +0200
+++ new/SVG-2.80/lib/SVG/Element.pm     2017-12-01 12:11:24.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.78';
+our $VERSION = '2.80';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/lib/SVG/Extension.pm 
new/SVG-2.80/lib/SVG/Extension.pm
--- old/SVG-2.78/lib/SVG/Extension.pm   2017-07-07 16:34:25.000000000 +0200
+++ new/SVG-2.80/lib/SVG/Extension.pm   2017-12-01 12:11:24.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.78';
+our $VERSION = '2.80';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/lib/SVG/XML.pm new/SVG-2.80/lib/SVG/XML.pm
--- old/SVG-2.78/lib/SVG/XML.pm 2017-07-07 16:34:34.000000000 +0200
+++ new/SVG-2.80/lib/SVG/XML.pm 2017-12-01 12:11:24.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.78';
+our $VERSION = '2.80';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/lib/SVG.pm new/SVG-2.80/lib/SVG.pm
--- old/SVG-2.78/lib/SVG.pm     2017-07-07 16:33:53.000000000 +0200
+++ new/SVG-2.80/lib/SVG.pm     2017-12-01 12:11:24.000000000 +0100
@@ -7,7 +7,7 @@
 use parent qw(SVG::Element SVG::Extension);
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.78';
+our $VERSION = '2.80';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/t/96-perl-critic.t 
new/SVG-2.80/t/96-perl-critic.t
--- old/SVG-2.78/t/96-perl-critic.t     2017-04-20 15:05:14.000000000 +0200
+++ new/SVG-2.80/t/96-perl-critic.t     2017-12-01 12:03:38.000000000 +0100
@@ -2,6 +2,9 @@
 use warnings;
 use Test::More;
 
+plan skip_all => 'Set $ENV{TEST_AUTHOR} to enable this test.'
+    unless $ENV{TEST_AUTHOR};
+
 ## no critic
 #use Perl::Critic;
 eval 'use Perl::Tidy';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/t/98-tidyall.t new/SVG-2.80/t/98-tidyall.t
--- old/SVG-2.78/t/98-tidyall.t 2017-04-20 15:06:01.000000000 +0200
+++ new/SVG-2.80/t/98-tidyall.t 2017-12-01 12:04:24.000000000 +0100
@@ -5,6 +5,9 @@
 
 use Test::More;
 
+plan skip_all => 'Set $ENV{TEST_AUTHOR} to enable this test.'
+    unless $ENV{TEST_AUTHOR};
+
 eval 'use Perl::Tidy';
 plan skip_all => 'Perl::Tidy required' if $@;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/t/99_test_pod_coverage.t 
new/SVG-2.80/t/99_test_pod_coverage.t
--- old/SVG-2.78/t/99_test_pod_coverage.t       2017-03-07 13:00:54.000000000 
+0100
+++ new/SVG-2.80/t/99_test_pod_coverage.t       2017-12-01 12:03:55.000000000 
+0100
@@ -1,4 +1,8 @@
 use Test::More;
+
+plan skip_all => 'Set $ENV{TEST_AUTHOR} to enable this test.'
+    unless $ENV{TEST_AUTHOR};
+
 eval "use Test::Pod::Coverage";
 plan skip_all => "Test::Pod::Coverage required for testing pod coverage"
     if $@;


Reply via email to