commit perl-SVG for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2020-07-06 16:29:33

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new.3060 (New)


Package is "perl-SVG"

Mon Jul  6 16:29:33 2020 rev:21 rq:818856 version:2.85

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2018-02-27 
16:58:01.055912542 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new.3060/perl-SVG.changes  
2020-07-06 16:31:37.859593198 +0200
@@ -1,0 +2,10 @@
+Fri Jul  3 12:54:34 UTC 2020 - Tina Müller 
+
+- updated to 2.85
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.85  2020.07.02 MANWAR
+- Minor documentation fix, thanks @polettix.
+- Fixed broken author test (xt/author).
+
+---

Old:

  SVG-2.84.tar.gz

New:

  SVG-2.85.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.nQPwxo/_old  2020-07-06 16:31:42.643607895 +0200
+++ /var/tmp/diff_new_pack.nQPwxo/_new  2020-07-06 16:31:42.647607908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-SVG
-Version:2.84
+Version:2.85
 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:http://search.cpan.org/dist/SVG/
+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
@@ -44,14 +44,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+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}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ SVG-2.84.tar.gz -> SVG-2.85.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.84/Changes new/SVG-2.85/Changes
--- old/SVG-2.84/Changes2018-02-19 12:48:53.0 +0100
+++ new/SVG-2.85/Changes2020-07-02 11:02:48.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension SVG.
 
+2.85  2020.07.02 MANWAR
+  - Minor documentation fix, thanks @polettix.
+  - Fixed broken author test (xt/author).
+
 2.84  2018.02.19 MANWAR
   - Removed '+x' bits from the script "xt/author/pod-syntax.t".
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.84/META.json new/SVG-2.85/META.json
--- old/SVG-2.84/META.json  2018-02-19 12:55:16.0 +0100
+++ new/SVG-2.85/META.json  2020-07-02 11:38:12.0 +0200
@@ -4,7 +4,7 @@
   "Ronan Oger "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -53,23 +53,23 @@
"provides" : {
   "SVG" : {
  "file" : "lib/SVG.pm",
- "version" : "2.84"
+ "version" : "2.85"
   },
   "SVG::DOM" : {
  "file" : "lib/SVG/DOM.pm",
- "version" : "2.84"
+ "version" : "2.85"
   },
   "SVG::Element" : {
  "file" : "lib/SVG/Element.pm",
- "version" : "2.84"
+ "version" : "2.85"
   },
   "SVG::Extension" : {
  "file" : "lib/SVG/Extension.pm",
- "version" : "2.84"
+ "version" : "2.85"
   },
   "SVG::XML" : {
  "file" : "lib/SVG/XML.pm",
- "version" : "2.84"
+ "version" : "2.85"
   }
},
"release_status" : "stable",
@@ -80,7 +80,7 @@
  "web" : "https://github.com/manwar/SVG;
   }
},
-   "version" : "2.84",
+   

commit perl-SVG for openSUSE:Factory

2018-02-27 Thread root
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.changes2018-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 - co...@suse.com
+
+- 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/Changes2018-02-12 16:58:18.0 +0100
+++ new/SVG-2.84/Changes2018-02-19 12:48:53.0 +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.0 +0100
+++ new/SVG-2.84/META.json  2018-02-19 12:55:16.0 +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.0 +0100
+++ new/SVG-2.84/META.yml   2018-02-19 12:55:16.0 +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.PL2018-02-12 16:51:10.0 +0100
+++ new/SVG-2.84/Makefile.PL2018-02-19 12:49:59.0 +0100
@@ -40,11 +40,11 @@
 (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
 'meta-spec' => { version => 2 },
 provides=> {
-   

commit perl-SVG for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2018-02-16 21:45:40

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is "perl-SVG"

Fri Feb 16 21:45:40 2018 rev:19 rq:577185 version:2.83

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2018-01-24 
15:30:46.689593927 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2018-02-16 
21:45:42.800834952 +0100
@@ -1,0 +2,9 @@
+Tue Feb 13 07:02:30 UTC 2018 - co...@suse.com
+
+- updated to 2.83
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.83  2018.02.12 MANWAR
+- Merged PR #11 (Test Reports), thanks @genio.
+
+---

Old:

  SVG-2.82.tar.gz

New:

  SVG-2.83.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.fgMY54/_old  2018-02-16 21:45:43.728801484 +0100
+++ /var/tmp/diff_new_pack.fgMY54/_new  2018-02-16 21:45:43.732801340 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SVG
-Version:2.82
+Version:2.83
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents

++ SVG-2.82.tar.gz -> SVG-2.83.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.82/Changes new/SVG-2.83/Changes
--- old/SVG-2.82/Changes2017-12-18 13:25:03.0 +0100
+++ new/SVG-2.83/Changes2018-02-12 16:58:18.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension SVG.
 
+2.83  2018.02.12 MANWAR
+  - Merged PR #11 (Test Reports), thanks @genio.
+
 2.82  2017.12.18 MANWAR
   - Fixed subquery (txn-1762542) of the issue RT #123896.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.82/MANIFEST new/SVG-2.83/MANIFEST
--- old/SVG-2.82/MANIFEST   2017-12-18 13:25:41.0 +0100
+++ new/SVG-2.83/MANIFEST   2018-02-12 17:01:09.0 +0100
@@ -29,6 +29,7 @@
 Makefile.PL
 MANIFEST   This list of files
 README
+t/00-report-prereqs.t
 t/00-load.t
 t/01-loadsvg.t
 t/03-render.t
@@ -53,13 +54,13 @@
 t/22-xlink.t
 t/23-xmlescape.t
 t/30-shapes.t
-t/96-perl-critic.t
-t/98-tidyall.t
-t/99_test_pod_coverage.t
 t/duplicate_credits.t
-t/meta-json.t
-t/meta-yml.t
-xt/98_all_pod.t
-xt/99_perl_critic.t
+xt/author/perl-critic.t
+xt/author/perl-critic-tidy.t
+xt/author/pod-coverage.t
+xt/author/pod-syntax.t
+xt/author/tidyall.t
+xt/release/meta-json.t
+xt/release/meta-yml.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.82/META.json new/SVG-2.83/META.json
--- old/SVG-2.82/META.json  2017-12-18 13:25:41.0 +0100
+++ new/SVG-2.83/META.json  2018-02-12 17:01:09.0 +0100
@@ -22,42 +22,54 @@
"prereqs" : {
   "build" : {
  "requires" : {
-"Test::More" : "0.94"
+"ExtUtils::MakeMaker" : "0",
+"File::Spec" : "0",
+"Test::More" : "0.94",
+"strict" : "0",
+"warnings" : "0"
  }
   },
   "configure" : {
  "requires" : {
-"ExtUtils::MakeMaker" : "0"
+"ExtUtils::MakeMaker" : "0",
+"perl" : "5.006",
+"strict" : "0",
+"warnings" : "0"
  }
   },
   "runtime" : {
  "requires" : {
+"Exporter" : "0",
 "Scalar::Util" : "0",
+"constant" : "0",
 "parent" : "0",
-"perl" : "5.006"
+"perl" : "5.006",
+"strict" : "0",
+"vars" : "0",
+"warnings" : "0"
  }
   }
},
"provides" : {
   "SVG" : {
  "file" : "lib/SVG.pm",
- "version" : "2.82"
+ "version" : "2.83"
   },
   "SVG::DOM" : {
  "file" : "lib/SVG/DOM.pm",
- "version" : "2.82"
+ "version" : "2.83"
   },
   "SVG::Element" : {
  "file" : "lib/SVG/Element.pm",
- "version" : "2.82"
+ "version" : "2.83"
   },
   "SVG::Extension" : {
  "file" : "lib/SVG/Extension.pm",
- "version" : "2.82"
+ "version" : "2.83"
   },
   "SVG::XML" : {
  "file" : "lib/SVG/XML.pm",
- "version" : "2.82"
+ "version" : "2.83"
   }
},
"release_status" : "stable",
@@ -68,7 +80,7 @@
  "web" : 

commit perl-SVG for openSUSE:Factory

2018-01-24 Thread root
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.changes2018-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 - co...@suse.com
+
+- 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 - co...@suse.com
+
+- 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/Changes2017-12-01 12:12:18.0 +0100
+++ new/SVG-2.82/Changes2017-12-18 13:25:03.0 +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.0 +0100
+++ new/SVG-2.82/META.json  2017-12-18 13:25:41.0 +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.0 +0100
+++ new/SVG-2.82/META.yml   2017-12-18 13:25:41.0 +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 

commit perl-SVG for openSUSE:Factory

2018-01-09 Thread root
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.changes2017-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 - co...@suse.com
+
+- 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 - co...@suse.com
+
+- 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/Changes2017-07-07 16:36:46.0 +0200
+++ new/SVG-2.80/Changes2017-12-01 12:12:18.0 +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.0 +0200
+++ new/SVG-2.80/META.json  2017-12-01 12:13:44.0 +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.0 +0200
+++ new/SVG-2.80/META.yml   2017-12-01 12:13:44.0 +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.PL2017-07-07 16:35:01.0 +0200
+++ 

commit perl-SVG for openSUSE:Factory

2017-07-21 Thread root
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.changes2017-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 - co...@suse.com
+
+- 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/Changes2017-05-18 18:41:05.0 +0200
+++ new/SVG-2.78/Changes2017-07-07 16:36:46.0 +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.0 +0200
+++ new/SVG-2.78/META.json  2017-07-07 16:37:52.0 +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.0 +0200
+++ new/SVG-2.78/META.yml   2017-07-07 16:37:52.0 +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.PL2017-05-18 18:39:49.0 +0200
+++ new/SVG-2.78/Makefile.PL2017-07-07 16:35:01.0 +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' },
-

commit perl-SVG for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2017-05-24 16:50:25

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is "perl-SVG"

Wed May 24 16:50:25 2017 rev:15 rq:497400 version:2.77

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2017-05-16 
14:46:12.050313974 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2017-05-24 
16:51:06.396310043 +0200
@@ -1,0 +2,23 @@
+Fri May 19 06:33:35 UTC 2017 - co...@suse.com
+
+- updated to 2.77
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.77  2017.05.18 MANWAR
+- Proposed fix to the following test failure:
+  
http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a
+
+---
+Tue May 16 06:39:09 UTC 2017 - co...@suse.com
+
+- updated to 2.76
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.76  2017.05.08 MANWAR
+- Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).
+  
+  2.75  2017.05.07 MANWAR
+- Tidied up unit test scripts and removed '+x' attributes.
+- Tidied up SEE ALSO section in SVG::XML package pod.
+
+---

Old:

  SVG-2.74.tar.gz

New:

  SVG-2.77.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.SUa6TM/_old  2017-05-24 16:51:07.396169296 +0200
+++ /var/tmp/diff_new_pack.SUa6TM/_new  2017-05-24 16:51:07.400168734 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SVG
-Version:2.74
+Version:2.77
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents

++ SVG-2.74.tar.gz -> SVG-2.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.74/Changes new/SVG-2.77/Changes
--- old/SVG-2.74/Changes2017-05-04 17:25:02.0 +0200
+++ new/SVG-2.77/Changes2017-05-18 18:41:05.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl extension SVG.
 
+2.77  2017.05.18 MANWAR
+  - Proposed fix to the following test failure:
+
http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a
+
+2.76  2017.05.08 MANWAR
+  - Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).
+
+2.75  2017.05.07 MANWAR
+  - Tidied up unit test scripts and removed '+x' attributes.
+  - Tidied up SEE ALSO section in SVG::XML package pod.
+
 2.74  2017.05.04 MANWAR
   - Added key 'provides' to the Makefile.PL script as recommended by 
CPANTS.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.74/MANIFEST new/SVG-2.77/MANIFEST
--- old/SVG-2.74/MANIFEST   2017-05-04 17:29:51.0 +0200
+++ new/SVG-2.77/MANIFEST   2017-05-18 18:46:15.0 +0200
@@ -57,6 +57,8 @@
 t/98-tidyall.t
 t/99_test_pod_coverage.t
 t/duplicate_credits.t
+t/meta-json.t
+t/meta-yml.t
 xt/98_all_pod.t
 xt/99_perl_critic.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.74/META.json new/SVG-2.77/META.json
--- old/SVG-2.74/META.json  2017-05-04 17:29:51.0 +0200
+++ new/SVG-2.77/META.json  2017-05-18 18:46:15.0 +0200
@@ -41,23 +41,23 @@
"provides" : {
   "SVG" : {
  "file" : "lib/SVG.pm",
- "version" : "2.74"
+ "version" : "2.77"
   },
   "SVG::DOM" : {
  "file" : "lib/SVG/DOM.pm",
- "version" : "2.74"
+ "version" : "2.77"
   },
   "SVG::Element" : {
  "file" : "lib/SVG/Element.pm",
- "version" : "2.74"
+ "version" : "2.77"
   },
   "SVG::Extension" : {
  "file" : "lib/SVG/Extension.pm",
- "version" : "2.74"
+ "version" : "2.77"
   },
   "SVG::XML" : {
  "file" : "lib/SVG/XML.pm",
- "version" : "2.74"
+ "version" : "2.77"
   }
},
"release_status" : "stable",
@@ -68,7 +68,7 @@
  "web" : "https://github.com/manwar/SVG;
   }
},
-   "version" : "2.74",
+   "version" : "2.77",
"x_contributors" : [
   "Peter Wainwright",
   "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.74/META.yml new/SVG-2.77/META.yml
--- old/SVG-2.74/META.yml   2017-05-04 17:29:51.0 +0200
+++ new/SVG-2.77/META.yml   2017-05-18 18:46:15.0 +0200
@@ -20,26 +20,26 @@
 provides:
 

commit perl-SVG for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2017-05-16 14:45:11

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is "perl-SVG"

Tue May 16 14:45:11 2017 rev:14 rq:494768 version:2.74

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2015-06-09 
12:25:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2017-05-16 
14:46:12.050313974 +0200
@@ -1,0 +2,63 @@
+Sat May  6 06:31:05 UTC 2017 - co...@suse.com
+
+- updated to 2.74
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.74  2017.05.04 MANWAR
+- Added key 'provides' to the Makefile.PL script as recommended by 
CPANTS.
+  
+  2.73  2017.05.03 MANWAR
+- Merged PR #8, thanks @CSSON. Modified slightly to keep tidyall happy.
+- Correct some spelling errors that were detected by codespell.
+- Don't insert whitespace between tag name and closing bracked when a 
tag has no attributes
+
+---
+Wed May  3 06:25:47 UTC 2017 - co...@suse.com
+
+- updated to 2.72
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.72  2017.05.02 MANWAR
+- Added test script t/00-load.t
+- Fixed typo in the pod document.
+  
+  2.71  2017.05.01 MANWAR
+- Fixed issue RT #57000 with regard to be explici about SVG instance.
+  
+  2.70  2017.04.27 MANWAR
+- Added MIN_PERL_VERSION to the Makefile.PL script as suggested by 
CPANTS.
+
+---
+Tue Apr 25 06:39:27 UTC 2017 - co...@suse.com
+
+- updated to 2.69
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.69  2017.04.20 MANWAR
+- Fixed issue RT #118091, skip test if Perl::Tidy is missing.
+  
+  2.68  2017.04.19 MANWAR
+- Fixed issue RT #109521, adding min ver of Test::More v0.94.
+
+---
+Wed Apr 19 06:35:37 UTC 2017 - co...@suse.com
+
+- updated to 2.67
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.67  2017.04.18 MANWAR
+- Fixed the issue with regard to github respository info in the 
Makefile.PL script, thanks @KENTNL.
+  
+  2.66  2017.04.17 MANWAR
+- Addressed issue RT #121197 (incorrect meta spec), thanks @KENTNL.
+- Added 'clean' and 'dist' keys to the Makefile.PL script.
+- Tidied up .gitignore file.
+- Added MANIFEST file, no need to generate every time.
+
+---
+Mon Apr 17 06:31:49 UTC 2017 - co...@suse.com
+
+- updated to 2.65
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+---

Old:

  SVG-2.64.tar.gz

New:

  SVG-2.74.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.mHludw/_old  2017-05-16 14:46:12.654229128 +0200
+++ /var/tmp/diff_new_pack.mHludw/_new  2017-05-16 14:46:12.658228566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,19 +17,20 @@
 
 
 Name:   perl-SVG
-Version:2.64
+Version:2.74
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SVG/
-Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+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
 BuildRequires:  perl(parent)
 Requires:   perl(parent)
 %{perl_requires}
@@ -43,7 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -59,6 +60,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 
 %changelog

++ SVG-2.64.tar.gz -> SVG-2.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-SVG for openSUSE:Factory

2015-06-09 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2015-06-09 12:25:09

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is perl-SVG

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2015-04-15 
16:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2015-06-09 
12:25:10.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:59:38 UTC 2015 - co...@suse.com
+
+- updated to 2.64
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.64 2015.06.02
+  - RT #103938 SVG::DOM insertSiblingAfter calls nonexistent 'parent' 
method (Marius Gavrilescu)
+
+---

Old:

  SVG-2.63.tar.gz

New:

  SVG-2.64.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.SaSS3w/_old  2015-06-09 12:25:10.0 +0200
+++ /var/tmp/diff_new_pack.SaSS3w/_new  2015-06-09 12:25:10.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-SVG
-Version:2.63
+Version:2.64
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SVG/
-Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ SVG-2.63.tar.gz - SVG-2.64.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.63/.perlcriticrc new/SVG-2.64/.perlcriticrc
--- old/SVG-2.63/.perlcriticrc  2013-08-22 11:13:01.0 +0200
+++ new/SVG-2.64/.perlcriticrc  2015-03-06 15:45:53.0 +0100
@@ -1,25 +1,33 @@
-severity  = 4
+# please alpha sort config items as you add them
 
-# Severity 5:
-[-OTRS::RequireCamelCase]
-[-OTRS::ProhibitSomeCoreFunctions]
-[-OTRS::ProhibitLowPrecendeceOps]
-[-OTRS::RequireParensWithMethods]
-
-# TODO?
-[-ValuesAndExpressions::ProhibitAccessOfPrivateData]
-
-# Severity 4:
-[-Bangs::ProhibitRefProtoOrProto]
-[-ErrorHandling::RequireUseOfExceptions]
-[-Modules::ProhibitMultiplePackages]
-[-Modules::ProhibitAutomaticExportation]
-[-Modules::RequireExplicitInclusion]
-[-Objects::ProhibitIndirectSyntax]
-[-Subroutines::RequireFinalReturn]
-[-Subroutines::RequireArgUnpacking]
-[-Subroutines::ProhibitCallsToUndeclaredSubs]
-[-Subroutines::ProhibitCallsToUnexportedSubs]
-[-Subroutines::ProhibitExportingUndeclaredSubs]
-[-Subroutines::ProhibitBuiltinHomonyms]
-[-ValuesAndExpressions::ProhibitConstantPragma]
+severity = 5
+verbose = 11
+theme = core
+
+#[TestingAndDebugging::RequireUseStrict]
+#equivalent_modules = Moo Dancer Dancer2
+
+#[TestingAndDebugging::RequireUseWarnings]
+#severity = 5
+#equivalent_modules = Moo Dancer Dancer2
+
+#[-ControlStructures::ProhibitPostfixControls]
+#[-Documentation::RequirePodLinksIncludeText]
+#[-Documentation::RequirePodSections]
+#[-Modules::RequireVersionVar]
+#[-RegularExpressions::RequireDotMatchAnything]
+#[-RegularExpressions::RequireExtendedFormatting]
+#[-RegularExpressions::RequireLineBoundaryMatching]
+#[-Variables::ProhibitPunctuationVars]
+#
+[CodeLayout::RequireTrailingCommas]
+severity = 5
+
+#[ValuesAndExpressions::ProhibitEmptyQuotes]
+#severity = 5
+
+[ValuesAndExpressions::ProhibitInterpolationOfLiterals]
+severity = 5
+
+#[ValuesAndExpressions::ProhibitNoisyQuotes]
+#severity = 5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.63/Changes new/SVG-2.64/Changes
--- old/SVG-2.63/Changes2015-03-06 14:58:38.0 +0100
+++ new/SVG-2.64/Changes2015-06-02 07:39:24.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension SVG.
 
+2.64 2015.06.02
+- RT #103938 SVG::DOM insertSiblingAfter calls nonexistent 'parent' method 
(Marius Gavrilescu)
+
 2.63 2015.03.06
 - Move SVG results from POD to external files.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.63/MANIFEST new/SVG-2.64/MANIFEST
--- old/SVG-2.63/MANIFEST   2015-03-06 15:00:36.0 +0100
+++ new/SVG-2.64/MANIFEST   2015-06-02 07:39:47.0 +0200
@@ -7,6 +7,7 @@
 examples/03_circle_and_square.pl
 examples/attributeManip.pl
 examples/circle.pl
+examples/ellipse.pl
 examples/image_sample.pl
 examples/inline_sample.pl
 

commit perl-SVG for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2015-04-15 16:26:55

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is perl-SVG

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2013-06-05 
13:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2015-04-15 
16:26:57.0 +0200
@@ -1,0 +2,24 @@
+Tue Apr 14 18:08:06 UTC 2015 - co...@suse.com
+
+- updated to 2.63
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.63 2015.03.06
+  - Move SVG results from POD to external files.
+  
+  2.62 2015.03.06
+  - Remove more duplicate pod.
+  - Encoding of the pod RT #89414
+  
+  2.61 2015.03.03
+  - Eliminate a bunch of duplicate documentation.
+  - Skip tidy testing if module is not available (RT #102484)
+  - POD formatting.
+  
+  2.60 2015.03.03
+   - Convert source files to utf8
+   - Add more tests
+   - css styles are now sorted to make it easeier to test
+   - Run Perltidy on the code
+
+---

Old:

  SVG-2.59.tar.gz

New:

  SVG-2.63.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.V7gPKx/_old  2015-04-15 16:26:57.0 +0200
+++ /var/tmp/diff_new_pack.V7gPKx/_new  2015-04-15 16:26:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.59
+Version:2.63
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
@@ -30,13 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(parent)
-#BuildRequires: perl(Image::LibRSVG)
-#BuildRequires: perl(SVG)
-#BuildRequires: perl(SVG::DOM)
-#BuildRequires: perl(SVG::Element)
-#BuildRequires: perl(SVG::Extension)
-#BuildRequires: perl(SVG::XML)
-#BuildRequires: perl(Test::Perl::Critic)
 Requires:   perl(parent)
 %{perl_requires}
 

++ SVG-2.59.tar.gz - SVG-2.63.tar.gz ++
 5352 lines of diff (skipped)




commit perl-SVG for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2013-06-05 13:07:23

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is perl-SVG

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2012-05-29 
11:46:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2013-06-05 
13:07:24.0 +0200
@@ -1,0 +2,19 @@
+Tue Jun  4 18:08:47 UTC 2013 - co...@suse.com
+
+- updated to 2.59
+   - Experiment to show images on MetaCPAN
+   - Move all the content of SVG::Manual to SVG
+   - Add an image to the pod generated by and example.
+   - Rename SVG::Manual from .pm to .pod.
+   - Stop violating the Subroutines::ProhibitExplicitReturnUndef policy,
+ eliminate 'return undef' and return wantarray?():undef; from the code.
+   - Update the dates in the Changes file.
+   - Remove the function prototypes that don't work on methods anyway.
+ Stop violating the Subroutines::ProhibitSubroutinePrototypes policy.
+   - missing test file removed from MANIFEST (RT #78856)
+   - move POD testing to xt/
+   - Some example cleanup - Shlomi Fish
+   - removing prototype - Shlomi Fish
+   - POD fixes - David Paleino
+
+---

Old:

  SVG-2.51.tar.gz

New:

  SVG-2.59.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.xizxdX/_old  2013-06-05 13:07:24.0 +0200
+++ /var/tmp/diff_new_pack.xizxdX/_new  2013-06-05 13:07:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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.51
+Version:2.59
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
@@ -29,11 +29,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(parent)
+#BuildRequires: perl(Image::LibRSVG)
 #BuildRequires: perl(SVG)
 #BuildRequires: perl(SVG::DOM)
 #BuildRequires: perl(SVG::Element)
 #BuildRequires: perl(SVG::Extension)
 #BuildRequires: perl(SVG::XML)
+#BuildRequires: perl(Test::Perl::Critic)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
@@ -43,8 +47,6 @@
 into it, access the DOM object, create and access javascript, and generate
 SMIL animation content.
 
-Refer to the SVG::Manual manpage for the complete manual.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644

++ SVG-2.51.tar.gz - SVG-2.59.tar.gz ++
 6225 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-SVG for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2012-05-29 11:45:41

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is perl-SVG, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2011-11-21 
12:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2012-05-29 
11:46:23.0 +0200
@@ -1,0 +2,9 @@
+Mon May 28 13:59:37 UTC 2012 - co...@suse.com
+
+- updated to 2.51
+  - Maintenance by Gabor Szabo
+  - Some documentation fixes.
+  - Modernizing test suite.
+  - Link to new public repository.
+
+---

Old:

  SVG-2.50.tar.gz

New:

  SVG-2.51.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.osxsJ1/_old  2012-05-29 11:46:25.0 +0200
+++ /var/tmp/diff_new_pack.osxsJ1/_new  2012-05-29 11:46:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-SVG
+Version:2.51
+Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
-Version:2.50
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SVG/
-#Source: 
http://www.cpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
-BuildRequires:  perl(Scalar::Util)
-Requires:   perl(Scalar::Util)
+#BuildRequires: perl(SVG)
+#BuildRequires: perl(SVG::DOM)
+#BuildRequires: perl(SVG::Element)
+#BuildRequires: perl(SVG::Extension)
+#BuildRequires: perl(SVG::XML)
+%{perl_requires}
 
 %description
 SVG is a 100% Perl module which generates a nested data structure
@@ -48,12 +43,11 @@
 into it, access the DOM object, create and access javascript, and generate
 SMIL animation content.
 
-Authors:
-
-Ronan Oger ro...@cpan.com
+Refer to the SVG::Manual manpage for the complete manual.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -64,18 +58,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%defattr(-,root,root,755)
+%doc Changes examples LICENSE README
 
 %changelog

++ SVG-2.50.tar.gz - SVG-2.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.50/Changes new/SVG-2.51/Changes
--- old/SVG-2.50/Changes2010-04-07 16:37:29.0 +0200
+++ new/SVG-2.51/Changes2012-03-30 07:47:39.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension SVG.
 
+   - Maintenance by Gabor Szabo
+   - Some documentation fixes.
+   - Modernizing test suite.
+   - Link to new public repository.
+
 2.50  05 April, 2010
-Fixed inline SVG generation method (bug # 43814 and 50075)
-Fixed XML-escaped characters (bug # 53918 and 44454)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.50/MANIFEST new/SVG-2.51/MANIFEST
--- old/SVG-2.50/MANIFEST   2009-01-09 23:32:05.0 +0100
+++ new/SVG-2.51/MANIFEST   2012-03-30 08:28:40.0 +0200
@@ -1,4 +1,4 @@
-META.yml
+Changes
 examples/attributeManip.pl
 examples/image_sample.pl
 examples/inline_sample.pl
@@ -19,11 +19,9 @@
 lib/SVG/XML.pm
 LICENSE
 Makefile.PL
-MANIFEST
+MANIFEST  

commit perl-SVG for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2011-12-06 18:47:44

Comparing /work/SRC/openSUSE:Factory/perl-SVG (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SVG.new (New)


Package is perl-SVG, Maintainer is 

Changes:




Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.pYUBK3/_old  2011-12-06 19:17:50.0 +0100
+++ /var/tmp/diff_new_pack.pYUBK3/_new  2011-12-06 19:17:50.0 +0100
@@ -24,7 +24,7 @@
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
 Version:2.50
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SVG/
 #Source: 
http://www.cpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org