Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2017-07-21 22:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SVG.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SVG"

Fri Jul 21 22:47:14 2017 rev:16 rq:509390 version:2.78

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes        2017-05-24 
16:51:06.396310043 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2017-07-21 
22:47:18.474428933 +0200
@@ -1,0 +2,9 @@
+Sat Jul  8 06:14:54 UTC 2017 - [email protected]
+
+- updated to 2.78
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.78  2017.07.07 MANWAR
+        - Merged PR #10 (fix entity escaping), thanks @haarg. This also 
resolved RT #121612.
+
+-------------------------------------------------------------------

Old:
----
  SVG-2.77.tar.gz

New:
----
  SVG-2.78.tar.gz

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

Other differences:
------------------
++++++ perl-SVG.spec ++++++
--- /var/tmp/diff_new_pack.dkIUt6/_old  2017-07-21 22:47:19.038349385 +0200
+++ /var/tmp/diff_new_pack.dkIUt6/_new  2017-07-21 22:47:19.042348821 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-SVG
-Version:        2.77
+Version:        2.78
 Release:        0
 %define cpan_name SVG
 Summary:        Perl extension for generating Scalable Vector Graphics (SVG) 
documents

++++++ SVG-2.77.tar.gz -> SVG-2.78.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/Changes new/SVG-2.78/Changes
--- old/SVG-2.77/Changes        2017-05-18 18:41:05.000000000 +0200
+++ new/SVG-2.78/Changes        2017-07-07 16:36:46.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension SVG.
 
+2.78  2017.07.07 MANWAR
+      - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved 
RT #121612.
+
 2.77  2017.05.18 MANWAR
       - Proposed fix to the following test failure:
         
http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/META.json new/SVG-2.78/META.json
--- old/SVG-2.77/META.json      2017-05-18 18:46:15.000000000 +0200
+++ new/SVG-2.78/META.json      2017-07-07 16:37:52.000000000 +0200
@@ -41,23 +41,23 @@
    "provides" : {
       "SVG" : {
          "file" : "lib/SVG.pm",
-         "version" : "2.77"
+         "version" : "2.78"
       },
       "SVG::DOM" : {
          "file" : "lib/SVG/DOM.pm",
-         "version" : "2.77"
+         "version" : "2.78"
       },
       "SVG::Element" : {
          "file" : "lib/SVG/Element.pm",
-         "version" : "2.77"
+         "version" : "2.78"
       },
       "SVG::Extension" : {
          "file" : "lib/SVG/Extension.pm",
-         "version" : "2.77"
+         "version" : "2.78"
       },
       "SVG::XML" : {
          "file" : "lib/SVG/XML.pm",
-         "version" : "2.77"
+         "version" : "2.78"
       }
    },
    "release_status" : "stable",
@@ -68,7 +68,7 @@
          "web" : "https://github.com/manwar/SVG";
       }
    },
-   "version" : "2.77",
+   "version" : "2.78",
    "x_contributors" : [
       "Peter Wainwright",
       "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/META.yml new/SVG-2.78/META.yml
--- old/SVG-2.77/META.yml       2017-05-18 18:46:15.000000000 +0200
+++ new/SVG-2.78/META.yml       2017-07-07 16:37:52.000000000 +0200
@@ -20,26 +20,26 @@
 provides:
   SVG:
     file: lib/SVG.pm
-    version: '2.77'
+    version: '2.78'
   SVG::DOM:
     file: lib/SVG/DOM.pm
-    version: '2.77'
+    version: '2.78'
   SVG::Element:
     file: lib/SVG/Element.pm
-    version: '2.77'
+    version: '2.78'
   SVG::Extension:
     file: lib/SVG/Extension.pm
-    version: '2.77'
+    version: '2.78'
   SVG::XML:
     file: lib/SVG/XML.pm
-    version: '2.77'
+    version: '2.78'
 requires:
   Scalar::Util: '0'
   parent: '0'
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/SVG.git
-version: '2.77'
+version: '2.78'
 x_contributors:
   - 'Peter Wainwright'
   - 'Ian Hickson'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/Makefile.PL new/SVG-2.78/Makefile.PL
--- old/SVG-2.77/Makefile.PL    2017-05-18 18:39:49.000000000 +0200
+++ new/SVG-2.78/Makefile.PL    2017-07-07 16:35:01.000000000 +0200
@@ -25,11 +25,11 @@
     (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
         'meta-spec' => { version => 2 },
         provides    => {
-            'SVG'            => { file => 'lib/SVG.pm'          , version => 
'2.77' },
-            'SVG::DOM'       => { file => 'lib/SVG/DOM.pm'      , version => 
'2.77' },
-            'SVG::Element'   => { file => 'lib/SVG/Element.pm'  , version => 
'2.77' },
-            'SVG::Extension' => { file => 'lib/SVG/Extension.pm', version => 
'2.77' },
-            'SVG::XML'       => { file => 'lib/SVG/XML.pm'      , version => 
'2.77' },
+            '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' },
         },
         resources   => {
             repository => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/lib/SVG/DOM.pm new/SVG-2.78/lib/SVG/DOM.pm
--- old/SVG-2.77/lib/SVG/DOM.pm 2017-05-18 18:39:04.000000000 +0200
+++ new/SVG-2.78/lib/SVG/DOM.pm 2017-07-07 16:34:05.000000000 +0200
@@ -4,7 +4,7 @@
 
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.77';
+our $VERSION = '2.78';
 
 # this module extends SVG::Element
 package SVG::Element;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/lib/SVG/Element.pm 
new/SVG-2.78/lib/SVG/Element.pm
--- old/SVG-2.77/lib/SVG/Element.pm     2017-05-18 18:39:14.000000000 +0200
+++ new/SVG-2.78/lib/SVG/Element.pm     2017-07-07 16:34:16.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.77';
+our $VERSION = '2.78';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/lib/SVG/Extension.pm 
new/SVG-2.78/lib/SVG/Extension.pm
--- old/SVG-2.77/lib/SVG/Extension.pm   2017-05-18 18:39:21.000000000 +0200
+++ new/SVG-2.78/lib/SVG/Extension.pm   2017-07-07 16:34:25.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.77';
+our $VERSION = '2.78';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/lib/SVG/XML.pm new/SVG-2.78/lib/SVG/XML.pm
--- old/SVG-2.77/lib/SVG/XML.pm 2017-05-18 18:45:37.000000000 +0200
+++ new/SVG-2.78/lib/SVG/XML.pm 2017-07-07 16:34:34.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.77';
+our $VERSION = '2.78';
 
 =pod
 
@@ -76,7 +76,7 @@
     }
 
     # Per suggestion from Adam Schneider
-    $s =~ s/([\200-\377])/' &    #'.ord($1).';'/ge;
+    $s =~ s/([\200-\377])/'&#'.ord($1).';'/ge;
 
     return $s;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.77/lib/SVG.pm new/SVG-2.78/lib/SVG.pm
--- old/SVG-2.77/lib/SVG.pm     2017-05-18 18:38:52.000000000 +0200
+++ new/SVG-2.78/lib/SVG.pm     2017-07-07 16:33:53.000000000 +0200
@@ -7,7 +7,7 @@
 use parent qw(SVG::Element SVG::Extension);
 use Scalar::Util qw/weaken/;
 
-our $VERSION = '2.77';
+our $VERSION = '2.78';
 
 =pod
 


Reply via email to