commit perl-XML-XPath for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2018-11-13 16:28:38

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


Package is "perl-XML-XPath"

Tue Nov 13 16:28:38 2018 rev:36 rq:647333 version:1.44

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2017-08-19 10:55:22.369295485 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2018-11-13 16:28:43.426373836 +0100
@@ -1,0 +2,12 @@
+Thu Nov  8 07:08:40 UTC 2018 - Stephan Kulow 
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.44  2018-10-11 MANWAR
+- Added new test for axis descendant.
+  
+  1.43  2018-10-10 MANWAR
+- Fix memory leak in XML::XPath::Parser (PR #6), Thanks @niner.
+
+---

Old:

  XML-XPath-1.42.tar.gz

New:

  XML-XPath-1.44.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.w5072a/_old  2018-11-13 16:28:43.930373042 +0100
+++ /var/tmp/diff_new_pack.w5072a/_new  2018-11-13 16:28:43.934373035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-XPath
 #
-# 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
@@ -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-XML-XPath
-Version:1.42
+Version:1.44
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/XML-XPath/
+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
@@ -48,7 +48,7 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check

++ XML-XPath-1.42.tar.gz -> XML-XPath-1.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.42/Changes new/XML-XPath-1.44/Changes
--- old/XML-XPath-1.42/Changes  2017-07-30 10:32:51.0 +0200
+++ new/XML-XPath-1.44/Changes  2018-10-11 16:29:06.0 +0200
@@ -1,5 +1,11 @@
 Revision history for XML::XPath
 
+1.44  2018-10-11 MANWAR
+  - Added new test for axis descendant.
+
+1.43  2018-10-10 MANWAR
+  - Fix memory leak in XML::XPath::Parser (PR #6), Thanks @niner.
+
 1.42  2017-07-30 MANWAR
   - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.42/META.json new/XML-XPath-1.44/META.json
--- old/XML-XPath-1.42/META.json2017-07-30 10:33:27.0 +0200
+++ new/XML-XPath-1.44/META.json2018-10-11 16:30:32.0 +0200
@@ -42,95 +42,95 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.42"
+ "version" : "1.44"
   },
   

commit perl-XML-XPath for openSUSE:Factory

2017-08-19 Thread root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2017-08-19 10:55:20

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


Package is "perl-XML-XPath"

Sat Aug 19 10:55:20 2017 rev:35 rq:516826 version:1.42

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2017-08-06 11:25:16.279965247 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2017-08-19 10:55:22.369295485 +0200
@@ -1,0 +2,9 @@
+Thu Aug  3 06:29:16 UTC 2017 - co...@suse.com
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.42  2017-07-30 MANWAR
+- Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y.
+
+---

Old:

  XML-XPath-1.41.tar.gz

New:

  XML-XPath-1.42.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.hvAV0B/_old  2017-08-19 10:55:24.237032139 +0200
+++ /var/tmp/diff_new_pack.hvAV0B/_new  2017-08-19 10:55:24.261028755 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.41
+Version:1.42
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.41.tar.gz -> XML-XPath-1.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/Changes new/XML-XPath-1.42/Changes
--- old/XML-XPath-1.41/Changes  2017-07-27 20:11:28.0 +0200
+++ new/XML-XPath-1.42/Changes  2017-07-30 10:32:51.0 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.42  2017-07-30 MANWAR
+  - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y.
+
 1.41  2017-07-28 MANWAR
   - Fixed GitHub issue #4 (can't use non-ascii first character as element 
name). Thanks @nanis, @ikegami.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/META.json new/XML-XPath-1.42/META.json
--- old/XML-XPath-1.41/META.json2017-07-28 11:18:01.0 +0200
+++ new/XML-XPath-1.42/META.json2017-07-30 10:33:27.0 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "unknown",
+   "abstract" : "Parse and evaluate XPath statements.",
"author" : [
   "Matt Sergeant, AxKit.com Ltd"
],
@@ -42,95 +42,95 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::AttributeImpl" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.41"
+ "version" : "1.42"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.41"
+ 

commit perl-XML-XPath for openSUSE:Factory

2017-08-06 Thread root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2017-08-06 11:25:15

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


Package is "perl-XML-XPath"

Sun Aug  6 11:25:15 2017 rev:34 rq:514088 version:1.41

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-11-20 18:17:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2017-08-06 11:25:16.279965247 +0200
@@ -1,0 +2,9 @@
+Sat Jul 29 06:35:42 UTC 2017 - co...@suse.com
+
+- updated to 1.41
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.41  2017-07-28 MANWAR
+- Fixed GitHub issue #4 (can't use non-ascii first character as 
element name). Thanks @nanis, @ikegami.
+
+---

Old:

  XML-XPath-1.40.tar.gz

New:

  XML-XPath-1.41.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.f52oFd/_old  2017-08-06 11:25:18.887597886 +0200
+++ /var/tmp/diff_new_pack.f52oFd/_new  2017-08-06 11:25:18.915593941 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-XPath
 #
-# Copyright (c) 2016 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,14 +17,14 @@
 
 
 Name:   perl-XML-XPath
-Version:1.40
+Version:1.41
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-XPath/
-Source0:
http://www.cpan.org/authors/id/M/MA/MANWAR/%{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
@@ -61,6 +61,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README TODO
+%doc Changes examples README TODO
+%license LICENSE
 
 %changelog

++ XML-XPath-1.40.tar.gz -> XML-XPath-1.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.40/Changes new/XML-XPath-1.41/Changes
--- old/XML-XPath-1.40/Changes  2016-11-12 22:41:47.0 +0100
+++ new/XML-XPath-1.41/Changes  2017-07-27 20:11:28.0 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.41  2017-07-28 MANWAR
+  - Fixed GitHub issue #4 (can't use non-ascii first character as element 
name). Thanks @nanis, @ikegami.
+
 1.40  2016-11-13 MANWAR
   - Proposed fix for RT #118726.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.40/MANIFEST new/XML-XPath-1.41/MANIFEST
--- old/XML-XPath-1.40/MANIFEST 2016-11-13 06:45:55.0 +0100
+++ new/XML-XPath-1.41/MANIFEST 2017-07-28 11:18:01.0 +0200
@@ -79,6 +79,7 @@
 t/48translate.t
 t/49literal.t
 t/50xmlxpathparsercache.t
+t/51elementname.t
 t/rdf.t
 t/remove.t
 t/insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.40/META.json new/XML-XPath-1.41/META.json
--- old/XML-XPath-1.40/META.json2016-11-13 06:45:55.0 +0100
+++ new/XML-XPath-1.41/META.json2017-07-28 11:18:01.0 +0200
@@ -4,7 +4,7 @@
   "Matt Sergeant, AxKit.com Ltd"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -42,95 +42,95 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.40"
+ "version" : "1.41"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.40"
+ "version" : "1.41"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.40"
+ "version" : "1.41"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.40"
+ "version" : "1.41"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.40"
+ "version" : "1.41"
   },
   

commit perl-XML-XPath for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-11-20 18:17:41

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-11-15 17:54:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-11-20 18:17:42.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 14 07:30:28 UTC 2016 - co...@suse.com
+
+- updated to 1.40
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.40  2016-11-13 MANWAR
+- Proposed fix for RT #118726.
+
+---

Old:

  XML-XPath-1.39.tar.gz

New:

  XML-XPath-1.40.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.Tfnm79/_old  2016-11-20 18:17:43.0 +0100
+++ /var/tmp/diff_new_pack.Tfnm79/_new  2016-11-20 18:17:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.39
+Version:1.40
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.39.tar.gz -> XML-XPath-1.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.39/Changes new/XML-XPath-1.40/Changes
--- old/XML-XPath-1.39/Changes  2016-11-08 13:55:22.0 +0100
+++ new/XML-XPath-1.40/Changes  2016-11-12 22:41:47.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.40  2016-11-13 MANWAR
+  - Proposed fix for RT #118726.
+
 1.39  2016-11-08 MANWAR
   - Proposed fix for RT #118643.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.39/META.json new/XML-XPath-1.40/META.json
--- old/XML-XPath-1.39/META.json2016-11-08 13:56:19.0 +0100
+++ new/XML-XPath-1.40/META.json2016-11-13 06:45:55.0 +0100
@@ -42,91 +42,95 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.39"
+ "version" : "1.40"
+  },
+  "XML::XPath::Node::AttributeImpl" : {
+ "file" : "lib/XML/XPath/Node/Attribute.pm",
+ "version" : "1.40"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Number" : {
  "file" : "lib/XML/XPath/Number.pm",
- "version" : "1.39"
+ "version" : "1.40"
   },
   "XML::XPath::Parser" : {
  "file" : 

commit perl-XML-XPath for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-11-15 17:54:26

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-11-11 14:31:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-11-15 17:54:27.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov 11 07:35:02 UTC 2016 - co...@suse.com
+
+- updated to 1.39
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.39  2016-11-08 MANWAR
+- Proposed fix for RT #118643.
+
+---

Old:

  XML-XPath-1.38.tar.gz

New:

  XML-XPath-1.39.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.aEDoXT/_old  2016-11-15 17:54:28.0 +0100
+++ /var/tmp/diff_new_pack.aEDoXT/_new  2016-11-15 17:54:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements
@@ -31,7 +31,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Path::Tiny) >= 0.076
+BuildRequires:  perl(Scalar::Util) >= 1.45
 BuildRequires:  perl(XML::Parser) >= 2.23
+Requires:   perl(Scalar::Util) >= 1.45
 Requires:   perl(XML::Parser) >= 2.23
 %{perl_requires}
 

++ XML-XPath-1.38.tar.gz -> XML-XPath-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.38/Changes new/XML-XPath-1.39/Changes
--- old/XML-XPath-1.38/Changes  2016-10-31 10:44:00.0 +0100
+++ new/XML-XPath-1.39/Changes  2016-11-08 13:55:22.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.39  2016-11-08 MANWAR
+  - Proposed fix for RT #118643.
+
 1.38  2016-10-31 MANWAR
   - Fixed parser caching as reported by Jeremy (mysticprune).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.38/META.json new/XML-XPath-1.39/META.json
--- old/XML-XPath-1.38/META.json2016-10-31 10:44:34.0 +0100
+++ new/XML-XPath-1.39/META.json2016-11-08 13:56:19.0 +0100
@@ -33,6 +33,7 @@
   },
   "runtime" : {
  "requires" : {
+"Scalar::Util" : "1.45",
 "XML::Parser" : "2.23",
 "perl" : "5.006"
  }
@@ -41,91 +42,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.38"
+ "version" : "1.39"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.38"
+ 

commit perl-XML-XPath for openSUSE:Factory

2016-11-11 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-11-11 14:31:31

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-07-01 09:56:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-11-11 14:31:33.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov  1 07:34:05 UTC 2016 - co...@suse.com
+
+- updated to 1.38
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.38  2016-10-31 MANWAR
+- Fixed parser caching as reported by Jeremy (mysticprune).
+
+---

Old:

  XML-XPath-1.37.tar.gz

New:

  XML-XPath-1.38.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.SR6TUR/_old  2016-11-11 14:31:34.0 +0100
+++ /var/tmp/diff_new_pack.SR6TUR/_new  2016-11-11 14:31:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.37
+Version:1.38
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.37.tar.gz -> XML-XPath-1.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.37/Changes new/XML-XPath-1.38/Changes
--- old/XML-XPath-1.37/Changes  2016-06-02 11:38:39.0 +0200
+++ new/XML-XPath-1.38/Changes  2016-10-31 10:44:00.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.38  2016-10-31 MANWAR
+  - Fixed parser caching as reported by Jeremy (mysticprune).
+
 1.37  2016-06-02 MANWAR
   - Fixed annoying warnings.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.37/MANIFEST new/XML-XPath-1.38/MANIFEST
--- old/XML-XPath-1.37/MANIFEST 2016-06-02 11:39:11.0 +0200
+++ new/XML-XPath-1.38/MANIFEST 2016-10-31 10:44:34.0 +0100
@@ -78,6 +78,7 @@
 t/47position.t
 t/48translate.t
 t/49literal.t
+t/50xmlxpathparsercache.t
 t/rdf.t
 t/remove.t
 t/insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.37/META.json new/XML-XPath-1.38/META.json
--- old/XML-XPath-1.37/META.json2016-06-02 11:39:11.0 +0200
+++ new/XML-XPath-1.38/META.json2016-10-31 10:44:34.0 +0100
@@ -4,7 +4,7 @@
   "Matt Sergeant, AxKit.com Ltd"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.37"
+ "version" : "1.38"
   },
   

commit perl-XML-XPath for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-07-01 09:56:02

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-05-13 09:23:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-07-01 09:56:03.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 12 14:02:45 UTC 2016 - co...@suse.com
+
+- updated to 1.37
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.37  2016-06-02 MANWAR
+- Fixed annoying warnings.
+
+---

Old:

  XML-XPath-1.36.tar.gz

New:

  XML-XPath-1.37.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.fPyEDS/_old  2016-07-01 09:56:04.0 +0200
+++ /var/tmp/diff_new_pack.fPyEDS/_new  2016-07-01 09:56:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.36
+Version:1.37
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.36.tar.gz -> XML-XPath-1.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.36/Changes new/XML-XPath-1.37/Changes
--- old/XML-XPath-1.36/Changes  2016-04-13 15:29:56.0 +0200
+++ new/XML-XPath-1.37/Changes  2016-06-02 11:38:39.0 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.37  2016-06-02 MANWAR
+  - Fixed annoying warnings.
+
 1.36  2016-04-14 MANWAR
   - Fixed issue RT #68932 (/usr/bin/xpath outputs unwanted text when quiet 
mode ist set).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.36/META.json new/XML-XPath-1.37/META.json
--- old/XML-XPath-1.36/META.json2016-04-14 11:52:52.0 +0200
+++ new/XML-XPath-1.37/META.json2016-06-02 11:39:11.0 +0200
@@ -4,7 +4,7 @@
   "Matt Sergeant, AxKit.com Ltd"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.36"
+ "version" : "1.37"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.36"
+ 

commit perl-XML-XPath for openSUSE:Factory

2016-05-13 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-05-13 09:23:20

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-04-11 09:14:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-05-13 09:23:21.0 +0200
@@ -1,0 +2,9 @@
+Thu May  5 10:29:52 UTC 2016 - co...@suse.com
+
+- updated to 1.36
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.36  2016-04-14 MANWAR
+- Fixed issue RT #68932 (/usr/bin/xpath outputs unwanted text when 
quiet mode ist set).
+
+---

Old:

  XML-XPath-1.35.tar.gz

New:

  XML-XPath-1.36.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.cS6Xmh/_old  2016-05-13 09:23:22.0 +0200
+++ /var/tmp/diff_new_pack.cS6Xmh/_new  2016-05-13 09:23:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.35
+Version:1.36
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.35.tar.gz -> XML-XPath-1.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.35/Changes new/XML-XPath-1.36/Changes
--- old/XML-XPath-1.35/Changes  2016-04-06 13:14:31.0 +0200
+++ new/XML-XPath-1.36/Changes  2016-04-13 15:29:56.0 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.36  2016-04-14 MANWAR
+  - Fixed issue RT #68932 (/usr/bin/xpath outputs unwanted text when quiet 
mode ist set).
+
 1.35  2016-04-06 MANWAR
   - Fixed issue RT #113576 (XML::XPath::Node::Element::getAttributeNode() 
uses unspecified behaviour).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.35/META.json new/XML-XPath-1.36/META.json
--- old/XML-XPath-1.35/META.json2016-04-06 13:26:09.0 +0200
+++ new/XML-XPath-1.36/META.json2016-04-14 11:52:52.0 +0200
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "XML::XPath::Number" : {
  "file" : "lib/XML/XPath/Number.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   

commit perl-XML-XPath for openSUSE:Factory

2016-04-11 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-04-11 09:13:50

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-03-18 21:29:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-04-11 09:14:26.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr  7 10:19:30 UTC 2016 - co...@suse.com
+
+- updated to 1.35
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.35  2016-04-06 MANWAR
+- Fixed issue RT #113576 
(XML::XPath::Node::Element::getAttributeNode() uses unspecified behaviour).
+
+---

Old:

  XML-XPath-1.34.tar.gz

New:

  XML-XPath-1.35.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.NgYX9V/_old  2016-04-11 09:14:27.0 +0200
+++ /var/tmp/diff_new_pack.NgYX9V/_new  2016-04-11 09:14:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.34
+Version:1.35
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.34.tar.gz -> XML-XPath-1.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.34/Changes new/XML-XPath-1.35/Changes
--- old/XML-XPath-1.34/Changes  2016-03-08 14:26:55.0 +0100
+++ new/XML-XPath-1.35/Changes  2016-04-06 13:14:31.0 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.35  2016-04-06 MANWAR
+  - Fixed issue RT #113576 (XML::XPath::Node::Element::getAttributeNode() 
uses unspecified behaviour).
+
 1.34  2016-03-08 MANWAR
   - Applied the patch to script examples/xpath (kindly provided by GREGOA).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.34/META.json new/XML-XPath-1.35/META.json
--- old/XML-XPath-1.34/META.json2016-03-08 14:30:37.0 +0100
+++ new/XML-XPath-1.35/META.json2016-04-06 13:26:09.0 +0200
@@ -4,7 +4,7 @@
   "Matt Sergeant, AxKit.com Ltd"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.34"
+ "version" : "1.35"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.34"
+ "version" : "1.35"
  

commit perl-XML-XPath for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-03-18 21:29:10

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-03-11 12:29:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-03-18 21:29:12.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar 11 11:06:21 UTC 2016 - co...@suse.com
+
+- updated to 1.34
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.34  2016-03-08 MANWAR
+- Applied the patch to script examples/xpath (kindly provided by 
GREGOA).
+
+---

Old:

  XML-XPath-1.33.tar.gz

New:

  XML-XPath-1.34.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.DOcAE7/_old  2016-03-18 21:29:13.0 +0100
+++ /var/tmp/diff_new_pack.DOcAE7/_new  2016-03-18 21:29:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.33
+Version:1.34
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.33.tar.gz -> XML-XPath-1.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.33/Changes new/XML-XPath-1.34/Changes
--- old/XML-XPath-1.33/Changes  2016-03-02 13:24:55.0 +0100
+++ new/XML-XPath-1.34/Changes  2016-03-08 14:26:55.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.34  2016-03-08 MANWAR
+  - Applied the patch to script examples/xpath (kindly provided by GREGOA).
+
 1.33  2016-03-02 MANWAR
   - Fixed issue RT #112584 (use of /d modifier in transliteration 
operator).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.33/META.json new/XML-XPath-1.34/META.json
--- old/XML-XPath-1.33/META.json2016-03-02 13:25:39.0 +0100
+++ new/XML-XPath-1.34/META.json2016-03-08 14:30:37.0 +0100
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Number" : {
  "file" : "lib/XML/XPath/Number.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Parser" : {
  "file" : "lib/XML/XPath/Parser.pm",

commit perl-XML-XPath for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-03-11 12:29:10

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-02-25 21:51:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-03-11 12:29:12.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar  7 11:15:24 UTC 2016 - co...@suse.com
+
+- updated to 1.33
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.33  2016-03-02 MANWAR
+- Fixed issue RT #112584 (use of /d modifier in transliteration 
operator).
+  
+  1.32  2016-02-23 MANWAR
+- Applied the following patches kindly provided by GREGOA:
+  
+  
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/fix-stringification-overload.patch
+  
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/test.patch
+  
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/xpath-option-to-work-without-internet-connection.patch
+
+---

Old:

  XML-XPath-1.31.tar.gz

New:

  XML-XPath-1.33.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.gCwNy8/_old  2016-03-11 12:29:13.0 +0100
+++ /var/tmp/diff_new_pack.gCwNy8/_new  2016-03-11 12:29:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.31
+Version:1.33
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.31.tar.gz -> XML-XPath-1.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.31/Changes new/XML-XPath-1.33/Changes
--- old/XML-XPath-1.31/Changes  2016-02-21 21:52:32.0 +0100
+++ new/XML-XPath-1.33/Changes  2016-03-02 13:24:55.0 +0100
@@ -1,5 +1,15 @@
 Revision history for XML::XPath
 
+1.33  2016-03-02 MANWAR
+  - Fixed issue RT #112584 (use of /d modifier in transliteration 
operator).
+
+1.32  2016-02-23 MANWAR
+  - Applied the following patches kindly provided by GREGOA:
+
+
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/fix-stringification-overload.patch
+
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/test.patch
+
https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/xpath-option-to-work-without-internet-connection.patch
+
 1.31  2016-02-22 MANWAR
   - Proposed fix for RT #112017.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.31/MANIFEST new/XML-XPath-1.33/MANIFEST
--- old/XML-XPath-1.31/MANIFEST 2016-02-22 10:28:34.0 +0100
+++ new/XML-XPath-1.33/MANIFEST 2016-03-02 13:25:39.0 +0100
@@ -77,6 +77,7 @@
 t/46context.t
 t/47position.t
 t/48translate.t
+t/49literal.t
 t/rdf.t
 t/remove.t
 t/insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.31/META.json new/XML-XPath-1.33/META.json
--- old/XML-XPath-1.31/META.json2016-02-22 10:28:34.0 +0100
+++ new/XML-XPath-1.33/META.json2016-03-02 13:25:39.0 +0100
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.31"
+ "version" : "1.33"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- 

commit perl-XML-XPath for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-02-25 21:51:21

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-02-09 13:31:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-02-25 21:51:25.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 23 10:41:22 UTC 2016 - co...@suse.com
+
+- updated to 1.31
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.31  2016-02-22 MANWAR
+- Proposed fix for RT #112017.
+
+---

Old:

  XML-XPath-1.30.tar.gz

New:

  XML-XPath-1.31.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.YZ0pB1/_old  2016-02-25 21:51:25.0 +0100
+++ /var/tmp/diff_new_pack.YZ0pB1/_new  2016-02-25 21:51:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.30
+Version:1.31
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.30.tar.gz -> XML-XPath-1.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.30/Changes new/XML-XPath-1.31/Changes
--- old/XML-XPath-1.30/Changes  2016-02-04 15:05:15.0 +0100
+++ new/XML-XPath-1.31/Changes  2016-02-21 21:52:32.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.31  2016-02-22 MANWAR
+  - Proposed fix for RT #112017.
+
 1.30  2016-02-04 MANWAR
   - Fixed issue RT #15902 (Quoting warnings with translate).
   - Fixed issue RT #21154 (translate() function does not remove characters 
or support -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.30/META.json new/XML-XPath-1.31/META.json
--- old/XML-XPath-1.30/META.json2016-02-04 15:13:30.0 +0100
+++ new/XML-XPath-1.31/META.json2016-02-22 10:28:34.0 +0100
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Number" : {
  "file" : "lib/XML/XPath/Number.pm",
- "version" : "1.30"
+ "version" : "1.31"
   },
   "XML::XPath::Parser" : {
  "file" : "lib/XML/XPath/Parser.pm",
- 

commit perl-XML-XPath for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-02-09 13:31:24

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-01-23 01:15:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-02-09 13:31:26.0 +0100
@@ -1,0 +2,35 @@
+Sun Feb  7 10:57:01 UTC 2016 - co...@suse.com
+
+- updated to 1.30
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.30  2016-02-04 MANWAR
+- Fixed issue RT #15902 (Quoting warnings with translate).
+- Fixed issue RT #21154 (translate() function does not remove 
characters or support -)
+  
+  1.29  2016-02-03 MANWAR
+- Fixed issue RT# 26144 (createNode doesn't honor position() 
predicate).
+  
+  1.28  2016-01-31 MANWAR
+- Changed the LICENSE information about the package 
XML::XPath::PerlSAX as per
+  Matt Sergeant email response (dated 2016-01-30).
+  
+  1.27  2016-01-30 MANWAR
+- Fixed issue RT# 32012 (Debian bug #187583, 
http://bugs.debian.org/187583).
+
+---
+Wed Jan 27 10:53:13 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.26  2016-01-25 MANWAR
+- Fixed inconsistent version issue (CPANTS).
+- Added key 'provides' to the Makefile.PL script.
+- Added unit test scripts t/meta-json.t and t/meta-yml.t
+  
+  1.25  2016-01-20 MANWAR
+- Merged in GitHub PR #2, thanks to sdeseille.
+- Merged t/45overloading_number_operator.t and t/99rt_11724.t into 
t/45cmp_nodeset.t
+
+---

Old:

  XML-XPath-1.24.tar.gz

New:

  XML-XPath-1.30.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.UK5fsn/_old  2016-02-09 13:31:26.0 +0100
+++ /var/tmp/diff_new_pack.UK5fsn/_new  2016-02-09 13:31:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.24
+Version:1.30
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Path::Tiny) >= 0.076
 BuildRequires:  perl(XML::Parser) >= 2.23
 Requires:   perl(XML::Parser) >= 2.23
 %{perl_requires}

++ XML-XPath-1.24.tar.gz -> XML-XPath-1.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.24/Changes new/XML-XPath-1.30/Changes
--- old/XML-XPath-1.24/Changes  2016-01-19 12:29:56.0 +0100
+++ new/XML-XPath-1.30/Changes  2016-02-04 15:05:15.0 +0100
@@ -1,5 +1,28 @@
 Revision history for XML::XPath
 
+1.30  2016-02-04 MANWAR
+  - Fixed issue RT #15902 (Quoting warnings with translate).
+  - Fixed issue RT #21154 (translate() function does not remove characters 
or support -)
+
+1.29  2016-02-03 MANWAR
+  - Fixed issue RT# 26144 (createNode doesn't honor position() predicate).
+
+1.28  2016-01-31 MANWAR
+  - Changed the LICENSE information about the package XML::XPath::PerlSAX 
as per
+Matt Sergeant email response (dated 2016-01-30).
+
+1.27  2016-01-30 MANWAR
+  - Fixed issue RT# 32012 (Debian bug #187583, 
http://bugs.debian.org/187583).
+
+1.26  2016-01-25 MANWAR
+  - Fixed inconsistent version issue (CPANTS).
+  - Added key 'provides' to the Makefile.PL script.
+  - Added unit test scripts t/meta-json.t and t/meta-yml.t
+
+1.25  2016-01-20 MANWAR
+  - Merged in GitHub PR #2, thanks to sdeseille.
+  - Merged t/45overloading_number_operator.t and t/99rt_11724.t into 
t/45cmp_nodeset.t
+
 1.24  2016-01-19 MANWAR
   - Fixed issue RT# 111278 (XML::XPath::PerlSAX doesn't compile).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.24/MANIFEST new/XML-XPath-1.30/MANIFEST
--- old/XML-XPath-1.24/MANIFEST 2016-01-19 12:30:34.0 +0100
+++ new/XML-XPath-1.30/MANIFEST 2016-02-04 15:13:30.0 +0100
@@ -73,10 +73,16 @@
 t/42create_node.t
 t/43op_div.t
 t/44test_compare.t
+t/45cmp_nodeset.t
+t/46context.t
+t/47position.t
+t/48translate.t
 t/rdf.t
 t/remove.t
 t/insert.t
 t/stress.t
+t/meta-json.t
+t/meta-yml.t
 examples/test.xml
 examples/xpath
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN 

commit perl-XML-XPath for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-01-23 01:14:59

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-01-17 09:23:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-01-23 01:15:33.0 +0100
@@ -1,0 +2,21 @@
+Wed Jan 20 10:57:03 UTC 2016 - co...@suse.com
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.24  2016-01-19 MANWAR
+- Fixed issue RT# 111278 (XML::XPath::PerlSAX doesn't compile).
+
+---
+Tue Jan 19 10:40:24 UTC 2016 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.23  2016-01-18 MANWAR
+- Fixed issues RT# 6363 (using < in a query returns results as if <= 
had been used).
+  
+  1.22  2016-01-13 MANWAR
+- Fixed issues RT# 30818 and RT# 80277.
+
+---

Old:

  XML-XPath-1.21.tar.gz

New:

  XML-XPath-1.24.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.ewsS2A/_old  2016-01-23 01:15:34.0 +0100
+++ /var/tmp/diff_new_pack.ewsS2A/_new  2016-01-23 01:15:34.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   perl-XML-XPath
-Version:1.21
+Version:1.24
 Release:0
 %define cpan_name XML-XPath
-Summary:Set of Modules for Parsing and Evaluating Xpath Statements
+Summary:Parse and evaluate XPath statements
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-XPath/

++ XML-XPath-1.21.tar.gz -> XML-XPath-1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.21/Changes new/XML-XPath-1.24/Changes
--- old/XML-XPath-1.21/Changes  2016-01-12 11:37:46.0 +0100
+++ new/XML-XPath-1.24/Changes  2016-01-19 12:29:56.0 +0100
@@ -1,5 +1,14 @@
 Revision history for XML::XPath
 
+1.24  2016-01-19 MANWAR
+  - Fixed issue RT# 111278 (XML::XPath::PerlSAX doesn't compile).
+
+1.23  2016-01-18 MANWAR
+  - Fixed issue RT# 6363 (using < in a query returns results as if <= had 
been used).
+
+1.22  2016-01-13 MANWAR
+  - Fixed issues RT# 30818 and RT# 80277.
+
 1.21  2016-01-12 MANWAR
   - Fixed issues RT# 14957 and RT# 30819.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.21/MANIFEST new/XML-XPath-1.24/MANIFEST
--- old/XML-XPath-1.21/MANIFEST 2016-01-12 11:38:11.0 +0100
+++ new/XML-XPath-1.24/MANIFEST 2016-01-19 12:30:34.0 +0100
@@ -27,6 +27,7 @@
 lib/XML/XPath/Root.pm
 lib/XML/XPath/PerlSAX.pm
 lib/XML/XPath/Builder.pm
+t/00load.t
 t/01basic.t
 t/02descendant.t
 t/03star.t
@@ -69,6 +70,9 @@
 t/39contains.t
 t/40substring_before.t
 t/41substring_after.t
+t/42create_node.t
+t/43op_div.t
+t/44test_compare.t
 t/rdf.t
 t/remove.t
 t/insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.21/META.json new/XML-XPath-1.24/META.json
--- old/XML-XPath-1.21/META.json2016-01-12 11:38:11.0 +0100
+++ new/XML-XPath-1.24/META.json2016-01-19 12:30:34.0 +0100
@@ -45,6 +45,6 @@
  "web" : "https://github.com/manwar/XML-XPath;
   }
},
-   "version" : "1.21",
+   "version" : "1.24",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.21/META.yml new/XML-XPath-1.24/META.yml
--- old/XML-XPath-1.21/META.yml 2016-01-12 11:38:11.0 +0100
+++ new/XML-XPath-1.24/META.yml 2016-01-19 12:30:34.0 +0100
@@ -22,5 +22,5 @@
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/XML-XPath.git
-version: '1.21'
+version: '1.24'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.21/lib/XML/XPath/Boolean.pm 
new/XML-XPath-1.24/lib/XML/XPath/Boolean.pm
--- old/XML-XPath-1.21/lib/XML/XPath/Boolean.pm 2016-01-12 10:47:37.0 
+0100
+++ new/XML-XPath-1.24/lib/XML/XPath/Boolean.pm 2016-01-19 12:19:30.0 
+0100
@@ -1,6 +1,6 @@
 package XML::XPath::Boolean;
 
-$VERSION = '1.21';
+$VERSION = '1.24';
 
 use XML::XPath::Number;
 use XML::XPath::Literal;
diff -urN 

commit perl-XML-XPath for openSUSE:Factory

2016-01-17 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-01-17 09:23:01

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-01-12 16:10:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-01-17 09:23:02.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan 13 10:42:00 UTC 2016 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.21  2016-01-12 MANWAR
+- Fixed issues RT# 14957 and RT# 30819.
+  
+  1.20  2016-01-10 MANWAR
+- Fixed issues RT# 26143 and RT# 68703.
+
+---

Old:

  XML-XPath-1.19.tar.gz

New:

  XML-XPath-1.21.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.XFXWBs/_old  2016-01-17 09:23:03.0 +0100
+++ /var/tmp/diff_new_pack.XFXWBs/_new  2016-01-17 09:23:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.19
+Version:1.21
 Release:0
 %define cpan_name XML-XPath
 Summary:Set of Modules for Parsing and Evaluating Xpath Statements

++ XML-XPath-1.19.tar.gz -> XML-XPath-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/Changes new/XML-XPath-1.21/Changes
--- old/XML-XPath-1.19/Changes  2016-01-04 13:09:12.0 +0100
+++ new/XML-XPath-1.21/Changes  2016-01-12 11:37:46.0 +0100
@@ -1,5 +1,11 @@
 Revision history for XML::XPath
 
+1.21  2016-01-12 MANWAR
+  - Fixed issues RT# 14957 and RT# 30819.
+
+1.20  2016-01-10 MANWAR
+  - Fixed issues RT# 26143 and RT# 68703.
+
 1.19  2016-01-05 MANWAR
   - Fixed issues RT# 14248 and RT# 23924.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/MANIFEST new/XML-XPath-1.21/MANIFEST
--- old/XML-XPath-1.19/MANIFEST 2016-01-05 11:07:01.0 +0100
+++ new/XML-XPath-1.21/MANIFEST 2016-01-12 11:38:11.0 +0100
@@ -61,6 +61,14 @@
 t/31dots.t
 t/32duplicate_nodes.t
 t/33getnodetext.t
+t/34non_abbreviated_attrib.t
+t/35namespace_uri.t
+t/36substring.t
+t/37concat.t
+t/38starts_with.t
+t/39contains.t
+t/40substring_before.t
+t/41substring_after.t
 t/rdf.t
 t/remove.t
 t/insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/META.json new/XML-XPath-1.21/META.json
--- old/XML-XPath-1.19/META.json2016-01-05 11:07:01.0 +0100
+++ new/XML-XPath-1.21/META.json2016-01-12 11:38:11.0 +0100
@@ -45,6 +45,6 @@
  "web" : "https://github.com/manwar/XML-XPath;
   }
},
-   "version" : "1.19",
+   "version" : "1.21",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/META.yml new/XML-XPath-1.21/META.yml
--- old/XML-XPath-1.19/META.yml 2016-01-05 11:07:01.0 +0100
+++ new/XML-XPath-1.21/META.yml 2016-01-12 11:38:11.0 +0100
@@ -22,5 +22,5 @@
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/XML-XPath.git
-version: '1.19'
+version: '1.21'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/lib/XML/XPath/Boolean.pm 
new/XML-XPath-1.21/lib/XML/XPath/Boolean.pm
--- old/XML-XPath-1.19/lib/XML/XPath/Boolean.pm 2016-01-04 12:57:20.0 
+0100
+++ new/XML-XPath-1.21/lib/XML/XPath/Boolean.pm 2016-01-12 10:47:37.0 
+0100
@@ -1,6 +1,6 @@
 package XML::XPath::Boolean;
 
-$VERSION = '1.19';
+$VERSION = '1.21';
 
 use XML::XPath::Number;
 use XML::XPath::Literal;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/lib/XML/XPath/Builder.pm 
new/XML-XPath-1.21/lib/XML/XPath/Builder.pm
--- old/XML-XPath-1.19/lib/XML/XPath/Builder.pm 2016-01-04 12:57:28.0 
+0100
+++ new/XML-XPath-1.21/lib/XML/XPath/Builder.pm 2016-01-12 10:47:45.0 
+0100
@@ -1,6 +1,6 @@
 package XML::XPath::Builder;
 
-$VERSION = '1.19';
+$VERSION = '1.21';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.19/lib/XML/XPath/Expr.pm 
new/XML-XPath-1.21/lib/XML/XPath/Expr.pm
--- old/XML-XPath-1.19/lib/XML/XPath/Expr.pm2016-01-04 12:57:38.0 
+0100
+++ 

commit perl-XML-XPath for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-01-12 16:10:54

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2013-03-01 08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-01-12 16:10:55.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  6 10:44:48 UTC 2016 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+---

Old:

  XML-XPath-1.13.tar.gz

New:

  XML-XPath-1.19.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.7wVDJE/_old  2016-01-12 16:10:56.0 +0100
+++ /var/tmp/diff_new_pack.7wVDJE/_new  2016-01-12 16:10:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-XPath
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,55 +17,47 @@
 
 
 Name:   perl-XML-XPath
-BuildRequires:  perl
-BuildRequires:  perl-XML-Parser
-BuildRequires:  perl-macros
-Version:1.13
+Version:1.19
 Release:0
-Requires:   perl-XML-Parser
-Url:http://search.cpan.org/~msergeant/
-Summary:A set of modules for parsing and evaluating XPath statements
-License:Artistic-1.0 or GPL-2.0+
+%define cpan_name XML-XPath
+Summary:Set of Modules for Parsing and Evaluating Xpath Statements
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Source: 
http://cpan.org/modules/by-module/XML/XML-XPath-%{version}.tar.gz
+Url:http://search.cpan.org/dist/XML-XPath/
+Source0:
http://www.cpan.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(XML::Parser) >= 2.23
+Requires:   perl(XML::Parser) >= 2.23
 %{perl_requires}
 
 %description
 This module aims to comply exactly to the XPath specification at
-http://www.w3.org/TR/xpath and yet allow extensions to be added in the
-form of functions. Modules such as XSLT and XPointer may need to do
-this as they support functionality beyond XPath.
-
-
-
-Authors:
-
-Matt Sergeant 
+http://www.w3.org/TR/xpath and yet allow extensions to be added in the form
+of functions.Modules such as XSLT and XPointer may need to do this as they
+support functionality beyond XPath.
 
 %prep
-%setup -q -n XML-XPath-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_bindir}/xpath
-%doc README TODO
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/XML
-%{perl_vendorarch}/auto/XML/XPath
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes examples LICENSE README TODO
 
 %changelog

++ XML-XPath-1.13.tar.gz -> XML-XPath-1.19.tar.gz ++
 12485 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-XML-XPath for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2013-03-01 07:45:46

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


Package is perl-XML-XPath, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2011-09-23 12:39:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2013-03-01 07:45:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:19:21 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.KZJXSA/_old  2013-03-01 07:45:47.0 +0100
+++ /var/tmp/diff_new_pack.KZJXSA/_new  2013-03-01 07:45:47.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-XML-XPath (Version 1.13)
+# spec file for package perl-XML-XPath
 #
-# Copyright (c) 2010 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
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-XML-XPath
-BuildRequires:  perl perl-XML-Parser
+BuildRequires:  perl
+BuildRequires:  perl-XML-Parser
 BuildRequires:  perl-macros
 Version:1.13
-Release:84
+Release:0
 Requires:   perl-XML-Parser
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0 ; GPL-2.0+
 Url:http://search.cpan.org/~msergeant/
 Summary:A set of modules for parsing and evaluating XPath statements
+License:Artistic-1.0 or GPL-2.0+
+Group:  Development/Libraries/Perl
 Source: 
http://cpan.org/modules/by-module/XML/XML-XPath-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-XML-XPath for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2011-12-06 18:49:58

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


Package is perl-XML-XPath, Maintainer is mvid...@suse.com

Changes:




Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.c8xPaJ/_old  2011-12-06 19:23:05.0 +0100
+++ /var/tmp/diff_new_pack.c8xPaJ/_new  2011-12-06 19:23:05.0 +0100
@@ -26,7 +26,7 @@
 Requires:   perl-XML-Parser
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic ; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 Url:http://search.cpan.org/~msergeant/
 Summary:A set of modules for parsing and evaluating XPath statements
 Source: 
http://cpan.org/modules/by-module/XML/XML-XPath-%{version}.tar.gz

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