Hello community,

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

Package is "perl-SVG"

Tue Feb 27 16:57:59 2018 rev:20 rq:579757 version:2.84

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes        2018-02-16 
21:45:42.800834952 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2018-02-27 
16:58:01.055912542 +0100
@@ -1,0 +2,9 @@
+Tue Feb 20 06:54:53 UTC 2018 - [email protected]
+
+- updated to 2.84
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.84  2018.02.19 MANWAR
+        - Removed '+x' bits from the script "xt/author/pod-syntax.t".
+
+-------------------------------------------------------------------

Old:
----
  SVG-2.83.tar.gz

New:
----
  SVG-2.84.tar.gz

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

Other differences:
------------------
++++++ perl-SVG.spec ++++++
--- /var/tmp/diff_new_pack.VCR2OL/_old  2018-02-27 16:58:01.791885950 +0100
+++ /var/tmp/diff_new_pack.VCR2OL/_new  2018-02-27 16:58:01.795885805 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           perl-SVG
-Version:        2.83
+Version:        2.84
 Release:        0
 %define cpan_name SVG
 Summary:        Perl extension for generating Scalable Vector Graphics (SVG) 
documents
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/SVG/
 Source0:        
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz

++++++ SVG-2.83.tar.gz -> SVG-2.84.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/Changes new/SVG-2.84/Changes
--- old/SVG-2.83/Changes        2018-02-12 16:58:18.000000000 +0100
+++ new/SVG-2.84/Changes        2018-02-19 12:48:53.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension SVG.
 
+2.84  2018.02.19 MANWAR
+      - Removed '+x' bits from the script "xt/author/pod-syntax.t".
+
 2.83  2018.02.12 MANWAR
       - Merged PR #11 (Test Reports), thanks @genio.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/META.json new/SVG-2.84/META.json
--- old/SVG-2.83/META.json      2018-02-12 17:01:09.000000000 +0100
+++ new/SVG-2.84/META.json      2018-02-19 12:55:16.000000000 +0100
@@ -53,23 +53,23 @@
    "provides" : {
       "SVG" : {
          "file" : "lib/SVG.pm",
-         "version" : "2.83"
+         "version" : "2.84"
       },
       "SVG::DOM" : {
          "file" : "lib/SVG/DOM.pm",
-         "version" : "2.83"
+         "version" : "2.84"
       },
       "SVG::Element" : {
          "file" : "lib/SVG/Element.pm",
-         "version" : "2.83"
+         "version" : "2.84"
       },
       "SVG::Extension" : {
          "file" : "lib/SVG/Extension.pm",
-         "version" : "2.83"
+         "version" : "2.84"
       },
       "SVG::XML" : {
          "file" : "lib/SVG/XML.pm",
-         "version" : "2.83"
+         "version" : "2.84"
       }
    },
    "release_status" : "stable",
@@ -80,7 +80,7 @@
          "web" : "https://github.com/manwar/SVG";
       }
    },
-   "version" : "2.83",
+   "version" : "2.84",
    "x_contributors" : [
       "Peter Wainwright",
       "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/META.yml new/SVG-2.84/META.yml
--- old/SVG-2.83/META.yml       2018-02-12 17:01:09.000000000 +0100
+++ new/SVG-2.84/META.yml       2018-02-19 12:55:16.000000000 +0100
@@ -27,19 +27,19 @@
 provides:
   SVG:
     file: lib/SVG.pm
-    version: '2.83'
+    version: '2.84'
   SVG::DOM:
     file: lib/SVG/DOM.pm
-    version: '2.83'
+    version: '2.84'
   SVG::Element:
     file: lib/SVG/Element.pm
-    version: '2.83'
+    version: '2.84'
   SVG::Extension:
     file: lib/SVG/Extension.pm
-    version: '2.83'
+    version: '2.84'
   SVG::XML:
     file: lib/SVG/XML.pm
-    version: '2.83'
+    version: '2.84'
 requires:
   Exporter: '0'
   Scalar::Util: '0'
@@ -51,7 +51,7 @@
   warnings: '0'
 resources:
   repository: https://github.com/manwar/SVG.git
-version: '2.83'
+version: '2.84'
 x_contributors:
   - 'Peter Wainwright'
   - 'Ian Hickson'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/Makefile.PL new/SVG-2.84/Makefile.PL
--- old/SVG-2.83/Makefile.PL    2018-02-12 16:51:10.000000000 +0100
+++ new/SVG-2.84/Makefile.PL    2018-02-19 12:49:59.000000000 +0100
@@ -40,11 +40,11 @@
     (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
         'meta-spec' => { version => 2 },
         provides    => {
-            'SVG'            => { file => 'lib/SVG.pm'          , version => 
'2.83' },
-            'SVG::DOM'       => { file => 'lib/SVG/DOM.pm'      , version => 
'2.83' },
-            'SVG::Element'   => { file => 'lib/SVG/Element.pm'  , version => 
'2.83' },
-            'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => 
'2.83' },
-            'SVG::XML'       => { file => 'lib/SVG/XML.pm'      , version => 
'2.83' },
+            'SVG'            => { file => 'lib/SVG.pm'          , version => 
'2.84' },
+            'SVG::DOM'       => { file => 'lib/SVG/DOM.pm'      , version => 
'2.84' },
+            'SVG::Element'   => { file => 'lib/SVG/Element.pm'  , version => 
'2.84' },
+            'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => 
'2.84' },
+            'SVG::XML'       => { file => 'lib/SVG/XML.pm'      , version => 
'2.84' },
         },
         resources   => {
             repository => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/lib/SVG/DOM.pm new/SVG-2.84/lib/SVG/DOM.pm
--- old/SVG-2.83/lib/SVG/DOM.pm 2018-02-12 16:50:40.000000000 +0100
+++ new/SVG-2.84/lib/SVG/DOM.pm 2018-02-19 12:49:37.000000000 +0100
@@ -4,7 +4,7 @@
 
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.83';
+our $VERSION = '2.84';
 
 # this module extends SVG::Element
 package SVG::Element;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/lib/SVG/Element.pm 
new/SVG-2.84/lib/SVG/Element.pm
--- old/SVG-2.83/lib/SVG/Element.pm     2018-02-12 16:50:40.000000000 +0100
+++ new/SVG-2.84/lib/SVG/Element.pm     2018-02-19 12:49:37.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.83';
+our $VERSION = '2.84';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/lib/SVG/Extension.pm 
new/SVG-2.84/lib/SVG/Extension.pm
--- old/SVG-2.83/lib/SVG/Extension.pm   2018-02-12 16:50:40.000000000 +0100
+++ new/SVG-2.84/lib/SVG/Extension.pm   2018-02-19 12:49:37.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.83';
+our $VERSION = '2.84';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/lib/SVG/XML.pm new/SVG-2.84/lib/SVG/XML.pm
--- old/SVG-2.83/lib/SVG/XML.pm 2018-02-12 16:50:40.000000000 +0100
+++ new/SVG-2.84/lib/SVG/XML.pm 2018-02-19 12:49:37.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.83';
+our $VERSION = '2.84';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/lib/SVG.pm new/SVG-2.84/lib/SVG.pm
--- old/SVG-2.83/lib/SVG.pm     2018-02-12 16:50:40.000000000 +0100
+++ new/SVG-2.84/lib/SVG.pm     2018-02-19 12:49:37.000000000 +0100
@@ -7,7 +7,7 @@
 use parent qw(SVG::Element SVG::Extension);
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.83';
+our $VERSION = '2.84';
 
 =pod
 


Reply via email to