commit perl-XML-LibXML for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2020-09-18 14:29:01

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


Package is "perl-XML-LibXML"

Fri Sep 18 14:29:01 2020 rev:56 rq:834855 version:2.0206

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2020-05-12 22:30:29.339638596 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.4249/perl-XML-LibXML.changes
2020-09-18 14:32:50.619544139 +0200
@@ -1,0 +2,13 @@
+Wed Sep 16 03:12:19 UTC 2020 - Tina Müller 
+
+- updated to 2.0206
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0206  2020-09-15
+  - Add expand_entities => 1 to the instantiation at lib/XML/LibXML/SAX.pm
+  - in order to fix 
https://rt.cpan.org/Public/Bug/Display.html?id=132759
+  - failing XML-Simple tests
+  - Thanks to SREZIC , and GRANTM .
+  - Update HACKING.txt .
+
+---

Old:

  XML-LibXML-2.0205.tar.gz

New:

  XML-LibXML-2.0206.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.gCkOpi/_old  2020-09-18 14:32:51.879545264 +0200
+++ /var/tmp/diff_new_pack.gCkOpi/_new  2020-09-18 14:32:51.883545268 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0205
+Version:2.0206
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0205.tar.gz -> XML-LibXML-2.0206.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0205/Changes 
new/XML-LibXML-2.0206/Changes
--- old/XML-LibXML-2.0205/Changes   2020-05-08 13:32:34.0 +0200
+++ new/XML-LibXML-2.0206/Changes   2020-09-15 10:04:08.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0206  2020-09-15
+- Add expand_entities => 1 to the instantiation at lib/XML/LibXML/SAX.pm
+- in order to fix https://rt.cpan.org/Public/Bug/Display.html?id=132759
+- failing XML-Simple tests
+- Thanks to SREZIC , and GRANTM .
+- Update HACKING.txt .
+
 2.0205  2020-05-08
 - Add XML::LibXML to the XML/SAX/ParserDetails.ini configuration file
 upon installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0205/HACKING.txt 
new/XML-LibXML-2.0206/HACKING.txt
--- old/XML-LibXML-2.0205/HACKING.txt   2020-03-11 07:15:18.0 +0100
+++ new/XML-LibXML-2.0206/HACKING.txt   2020-09-15 09:16:36.0 +0200
@@ -11,9 +11,9 @@
 ~~~
 
 One should use Test::More for new test scripts, while using Test::Count
-( http://beta.metacpan.org/module/Test::Count ) "# TEST" annotations. Some
-of the old test scripts under +t/*.t+ are still using Test.pm, but it should
-not be used for new code.
+( https://metacpan.org/module/Test::Count ) "# TEST" annotations. Some
+of the old test scripts under +t/*.t+ had used Test.pm, but they
+have all been converted to Test::More, which should be used for new code.
 
 Any bug fixes or feature addition patches should be accompanied with
 a test script to test the code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0205/LibXML.pm 
new/XML-LibXML-2.0206/LibXML.pm
--- old/XML-LibXML-2.0205/LibXML.pm 2020-05-08 13:33:05.0 +0200
+++ new/XML-LibXML-2.0206/LibXML.pm 2020-09-15 10:00:01.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0205"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0206"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0205/LibXML.pod 
new/XML-LibXML-2.0206/LibXML.pod
--- old/XML-LibXML-2.0205/LibXML.pod2020-05-08 13:33:38.0 +0200
+++ new/XML-LibXML-2.0206/LibXML.pod2020-09-15 10:00:42.0 +0200
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0205
+2.0206
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0205/META.json 
new/XML-LibXML-2.0206/META.json
--- old/XML-LibXML-2.0205/META.json 2020-05-08 13:34:45.0 +0200
+++ new/XML-LibXML-2.0206/META.json 2020-09-15 10:05:52.0 +0200
@@ -97,6 +97,6 @@
  "web" : "https://github.com/shlomif/perl-XML-LibXML;
   }
},

commit perl-XML-LibXML for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2020-05-12 22:28:38

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


Package is "perl-XML-LibXML"

Tue May 12 22:28:38 2020 rev:55 rq:802761 version:2.0205

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2020-03-25 23:41:38.375961085 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.2738/perl-XML-LibXML.changes
2020-05-12 22:30:29.339638596 +0200
@@ -1,0 +2,14 @@
+Sat May  9 03:11:02 UTC 2020 - Tina Müller 
+
+updated to 2.0205
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0205  2020-05-08
+  - Add XML::LibXML to the XML/SAX/ParserDetails.ini configuration file
+  upon installation.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=132523
+  - https://github.com/shlomif/perl-XML-LibXML/pull/49
+  - Thanks to SREZIC , @genio , and @plicease .
+  
+
+---

Old:

  XML-LibXML-2.0204.tar.gz

New:

  XML-LibXML-2.0205.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.5PzjCD/_old  2020-05-12 22:30:34.899650199 +0200
+++ /var/tmp/diff_new_pack.5PzjCD/_new  2020-05-12 22:30:34.903650207 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2020 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
@@ -17,13 +17,13 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0204
+Version:2.0205
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ XML-LibXML-2.0204.tar.gz -> XML-LibXML-2.0205.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0204/Changes 
new/XML-LibXML-2.0205/Changes
--- old/XML-LibXML-2.0204/Changes   2020-03-17 17:29:08.0 +0100
+++ new/XML-LibXML-2.0205/Changes   2020-05-08 13:32:34.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0205  2020-05-08
+- Add XML::LibXML to the XML/SAX/ParserDetails.ini configuration file
+upon installation.
+- https://rt.cpan.org/Public/Bug/Display.html?id=132523
+- https://github.com/shlomif/perl-XML-LibXML/pull/49
+- Thanks to SREZIC , @genio , and @plicease .
+
 2.0204  2020-03-17
 - Require a recent Alien::Libxml2.
 - https://rt.cpan.org/Public/Bug/Display.html?id=132129
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0204/LibXML.pm 
new/XML-LibXML-2.0205/LibXML.pm
--- old/XML-LibXML-2.0204/LibXML.pm 2020-03-17 17:29:32.0 +0100
+++ new/XML-LibXML-2.0205/LibXML.pm 2020-05-08 13:33:05.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0204"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0205"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0204/LibXML.pod 
new/XML-LibXML-2.0205/LibXML.pod
--- old/XML-LibXML-2.0204/LibXML.pod2020-03-17 17:32:19.0 +0100
+++ new/XML-LibXML-2.0205/LibXML.pod2020-05-08 13:33:38.0 +0200
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0204
+2.0205
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0204/META.json 
new/XML-LibXML-2.0205/META.json
--- old/XML-LibXML-2.0204/META.json 2020-03-17 17:32:31.0 +0100
+++ new/XML-LibXML-2.0205/META.json 2020-05-08 13:34:45.0 +0200
@@ -97,6 +97,6 @@
  "web" : "https://github.com/shlomif/perl-XML-LibXML;
   }
},
-   "version" : "2.0204",
+   "version" : "2.0205",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0204/META.yml 

commit perl-XML-LibXML for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2020-03-25 23:41:36

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


Package is "perl-XML-LibXML"

Wed Mar 25 23:41:36 2020 rev:54 rq:786128 version:2.0204

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2020-03-17 13:06:19.133622678 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.3160/perl-XML-LibXML.changes
2020-03-25 23:41:38.375961085 +0100
@@ -1,0 +2,11 @@
+Wed Mar 18 03:14:39 UTC 2020 -  
+
+- updated to 2.0204
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0204  2020-03-17
+  - Require a recent Alien::Libxml2.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=132129
+  - Thanks to SREZIC
+
+---

Old:

  XML-LibXML-2.0203.tar.gz

New:

  XML-LibXML-2.0204.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.iS07j3/_old  2020-03-25 23:41:39.107961325 +0100
+++ /var/tmp/diff_new_pack.iS07j3/_new  2020-03-25 23:41:39.111961325 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0203
+Version:2.0204
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
@@ -30,7 +30,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Alien::Base::Wrapper)
-BuildRequires:  perl(Alien::Libxml2)
+BuildRequires:  perl(Alien::Libxml2) >= 0.14
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11
 BuildRequires:  perl(XML::SAX::Base)

++ XML-LibXML-2.0203.tar.gz -> XML-LibXML-2.0204.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0203/Changes 
new/XML-LibXML-2.0204/Changes
--- old/XML-LibXML-2.0203/Changes   2020-03-11 07:37:47.0 +0100
+++ new/XML-LibXML-2.0204/Changes   2020-03-17 17:29:08.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension XML::LibXML
 
+2.0204  2020-03-17
+- Require a recent Alien::Libxml2.
+- https://rt.cpan.org/Public/Bug/Display.html?id=132129
+- Thanks to SREZIC
+
 2.0203  2020-03-11
 - Use Alien::Base::Wrapper for better portability.
 - https://github.com/shlomif/perl-XML-LibXML/pull/45
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0203/LibXML.pm 
new/XML-LibXML-2.0204/LibXML.pm
--- old/XML-LibXML-2.0203/LibXML.pm 2020-03-11 07:45:26.0 +0100
+++ new/XML-LibXML-2.0204/LibXML.pm 2020-03-17 17:29:32.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0203"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0204"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0203/LibXML.pod 
new/XML-LibXML-2.0204/LibXML.pod
--- old/XML-LibXML-2.0203/LibXML.pod2020-03-11 07:46:08.0 +0100
+++ new/XML-LibXML-2.0204/LibXML.pod2020-03-17 17:32:19.0 +0100
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0203
+2.0204
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0203/META.json 
new/XML-LibXML-2.0204/META.json
--- old/XML-LibXML-2.0203/META.json 2020-03-11 07:47:19.0 +0100
+++ new/XML-LibXML-2.0204/META.json 2020-03-17 17:32:31.0 +0100
@@ -46,7 +46,7 @@
   "configure" : {
  "requires" : {
 "Alien::Base::Wrapper" : "0",
-"Alien::Libxml2" : "0",
+"Alien::Libxml2" : "0.14",
 "Config" : "0",
 "ExtUtils::MakeMaker" : "0"
  }
@@ -97,6 +97,6 @@
  "web" : "https://github.com/shlomif/perl-XML-LibXML;
   }
},
-   "version" : "2.0203",
+   "version" : "2.0204",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0203/META.yml 
new/XML-LibXML-2.0204/META.yml
--- old/XML-LibXML-2.0203/META.yml  2020-03-11 07:47:18.0 +0100
+++ new/XML-LibXML-2.0204/META.yml  2020-03-17 17:32:31.0 +0100
@@ -15,7 +15,7 @@
   utf8: '0'
 configure_requires:
   Alien::Base::Wrapper: '0'
-  Alien::Libxml2: '0'
+  Alien::Libxml2: '0.14'
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
@@ -69,5 +69,5 @@
   warnings: 

commit perl-XML-LibXML for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2020-03-17 13:06:18

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


Package is "perl-XML-LibXML"

Tue Mar 17 13:06:18 2020 rev:53 rq:784245 version:2.0203

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2020-01-21 20:57:05.636757458 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.3160/perl-XML-LibXML.changes
2020-03-17 13:06:19.133622678 +0100
@@ -1,0 +2,11 @@
+Thu Mar 12 03:13:24 UTC 2020 -  
+
+- updated to 2.0203
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0203  2020-03-11
+  - Use Alien::Base::Wrapper for better portability.
+  - https://github.com/shlomif/perl-XML-LibXML/pull/45
+  - Thanks to @plicease
+
+---

Old:

  XML-LibXML-2.0202.tar.gz

New:

  XML-LibXML-2.0203.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.JQcvmc/_old  2020-03-17 13:06:20.433623676 +0100
+++ /var/tmp/diff_new_pack.JQcvmc/_new  2020-03-17 13:06:20.433623676 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0202
+Version:2.0203
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Alien::Base::Wrapper)
 BuildRequires:  perl(Alien::Libxml2)
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11

++ XML-LibXML-2.0202.tar.gz -> XML-LibXML-2.0203.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0202/Changes 
new/XML-LibXML-2.0203/Changes
--- old/XML-LibXML-2.0202/Changes   2020-01-13 10:12:10.0 +0100
+++ new/XML-LibXML-2.0203/Changes   2020-03-11 07:37:47.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension XML::LibXML
 
+2.0203  2020-03-11
+- Use Alien::Base::Wrapper for better portability.
+- https://github.com/shlomif/perl-XML-LibXML/pull/45
+- Thanks to @plicease
+
 2.0202  2020-01-13
 - Disable loading external DTDs or external entities by default
 - Thanks to Tim Retout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0202/LibXML.pm 
new/XML-LibXML-2.0203/LibXML.pm
--- old/XML-LibXML-2.0202/LibXML.pm 2020-01-13 10:12:12.0 +0100
+++ new/XML-LibXML-2.0203/LibXML.pm 2020-03-11 07:45:26.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0202"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0203"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0202/LibXML.pod 
new/XML-LibXML-2.0203/LibXML.pod
--- old/XML-LibXML-2.0202/LibXML.pod2020-01-13 10:13:12.0 +0100
+++ new/XML-LibXML-2.0203/LibXML.pod2020-03-11 07:46:08.0 +0100
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0202
+2.0203
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0202/META.json 
new/XML-LibXML-2.0203/META.json
--- old/XML-LibXML-2.0202/META.json 2020-01-13 10:15:22.0 +0100
+++ new/XML-LibXML-2.0203/META.json 2020-03-11 07:47:19.0 +0100
@@ -4,7 +4,7 @@
   "Petr Pajas "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
"keywords" : [
   "dom",
   "html",
@@ -45,6 +45,7 @@
   },
   "configure" : {
  "requires" : {
+"Alien::Base::Wrapper" : "0",
 "Alien::Libxml2" : "0",
 "Config" : "0",
 "ExtUtils::MakeMaker" : "0"
@@ -96,6 +97,6 @@
  "web" : "https://github.com/shlomif/perl-XML-LibXML;
   }
},
-   "version" : "2.0202",
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "version" : "2.0203",
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0202/META.yml 
new/XML-LibXML-2.0203/META.yml
--- old/XML-LibXML-2.0202/META.yml  2020-01-13 

commit perl-XML-LibXML for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2020-01-21 20:57:02

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


Package is "perl-XML-LibXML"

Tue Jan 21 20:57:02 2020 rev:52 rq:764276 version:2.0202

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2019-12-07 15:23:17.787729575 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.26092/perl-XML-LibXML.changes   
2020-01-21 20:57:05.636757458 +0100
@@ -1,0 +2,18 @@
+Tue Jan 14 03:16:35 UTC 2020 -  
+
+- updated to 2.0202
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0202  2020-01-13
+  - Disable loading external DTDs or external entities by default
+  - Thanks to Tim Retout
+  - Docs: Noting that HTTPS doesn't work for schema-loading either.
+  - Thanks to Jason McIntosh
+  - Allow to parse RelaxNG without accessing network
+  - Thanks to PALI
+  - Allow to parse XML Schema without accessing network
+  - Thanks to PALI
+  - Add Test-Count assertion count checking using
+https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount
+
+---

Old:

  XML-LibXML-2.0201.tar.gz

New:

  XML-LibXML-2.0202.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.qcKhsk/_old  2020-01-21 20:57:08.380758738 +0100
+++ /var/tmp/diff_new_pack.qcKhsk/_new  2020-01-21 20:57:08.380758738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 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
@@ -16,16 +16,17 @@
 #
 
 
-%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0201
+Version:2.0202
 Release:0
+%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-URL:https://metacpan.org/release/%{cpan_name}
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Alien::Libxml2)

++ XML-LibXML-2.0201.tar.gz -> XML-LibXML-2.0202.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0201/Changes 
new/XML-LibXML-2.0202/Changes
--- old/XML-LibXML-2.0201/Changes   2019-05-25 19:42:51.0 +0200
+++ new/XML-LibXML-2.0202/Changes   2020-01-13 10:12:10.0 +0100
@@ -1,5 +1,17 @@
 Revision history for Perl extension XML::LibXML
 
+2.0202  2020-01-13
+- Disable loading external DTDs or external entities by default
+- Thanks to Tim Retout
+- Docs: Noting that HTTPS doesn't work for schema-loading either.
+- Thanks to Jason McIntosh
+- Allow to parse RelaxNG without accessing network
+- Thanks to PALI
+- Allow to parse XML Schema without accessing network
+- Thanks to PALI
+- Add Test-Count assertion count checking using
+  https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount
+
 2.0201  2019-05-25
 - Set MIN_PERL_VERSION to 5.8.1.
 - Alien::Libxml2 Makefile.PL cleanups.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0201/LibXML.pm 
new/XML-LibXML-2.0202/LibXML.pm
--- old/XML-LibXML-2.0201/LibXML.pm 2019-05-25 19:43:22.0 +0200
+++ new/XML-LibXML-2.0202/LibXML.pm 2020-01-13 10:12:12.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0202"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
@@ -261,7 +261,7 @@
   HTML_PARSE_NOERROR  => (1<<5),   # suppress error reports
 };
 
-$XML_LIBXML_PARSE_DEFAULTS = ( XML_PARSE_NODICT | XML_PARSE_DTDLOAD | 
XML_PARSE_NOENT );
+$XML_LIBXML_PARSE_DEFAULTS = ( XML_PARSE_NODICT );
 
 # this hash is made global so that applications can add names for new
 # libxml2 parser flags as temporary workaround
@@ -366,6 +366,7 @@
   }
   # parser flags
   $opts{no_blanks} = !$opts{keep_blanks} if exists($opts{keep_blanks}) and 

commit perl-XML-LibXML for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2019-12-07 15:22:00

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


Package is "perl-XML-LibXML"

Sat Dec  7 15:22:00 2019 rev:51 rq:749692 version:2.0201

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2019-02-14 14:12:25.136249448 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.4691/perl-XML-LibXML.changes
2019-12-07 15:23:17.787729575 +0100
@@ -1,0 +2,16 @@
+Mon Nov 18 17:54:39 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Update to 2.0201
+  2.0201  2019-05-25
+- Set MIN_PERL_VERSION to 5.8.1.
+- Alien::Libxml2 Makefile.PL cleanups.
+- Update the README for grammar and info.
+- Link to XML-LibXML "by Example"
+- https://github.com/shlomif/perl-XML-LibXML/pull/36
+- Thanks to @Grinnz . 
+  2.0200  2019-03-23
+- Convert to use Alien::Libxml2 .
+- https://github.com/shlomif/perl-XML-LibXML/pull/30
+- Thanks to @genio and @plicease .
+
+---

Old:

  XML-LibXML-2.0134.tar.gz

New:

  XML-LibXML-2.0201.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.lmjzmb/_old  2019-12-07 15:23:18.203729517 +0100
+++ /var/tmp/diff_new_pack.lmjzmb/_new  2019-12-07 15:23:18.207729516 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,29 @@
 #
 
 
+%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0134
+Version:2.0201
 Release:0
-%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Alien::Libxml2)
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11
 BuildRequires:  perl(XML::SAX::Base)
+BuildRequires:  perl(XML::SAX::DocumentLocator)
 BuildRequires:  perl(XML::SAX::Exception)
 BuildRequires:  perl(parent)
 Requires:   perl(XML::NamespaceSupport) >= 1.07
 Requires:   perl(XML::SAX) >= 0.11
 Requires:   perl(XML::SAX::Base)
+Requires:   perl(XML::SAX::DocumentLocator)
 Requires:   perl(XML::SAX::Exception)
 Requires:   perl(parent)
 %{perl_requires}

++ XML-LibXML-2.0134.tar.gz -> XML-LibXML-2.0201.tar.gz ++
 2496 lines of diff (skipped)




commit perl-XML-LibXML for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2019-02-14 14:12:21

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


Package is "perl-XML-LibXML"

Thu Feb 14 14:12:21 2019 rev:50 rq:673510 version:2.0134

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2019-02-08 13:45:45.870828403 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.28833/perl-XML-LibXML.changes   
2019-02-14 14:12:25.136249448 +0100
@@ -1,0 +2,11 @@
+Mon Feb 11 06:37:14 UTC 2019 - Stephan Kulow 
+
+- updated to 2.0134
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0134  2019-02-10
+  - Fix overzealous POD escaping in the docs' synposes
+  - https://github.com/shlomif/perl-XML-LibXML/issues/26
+  - Thanks to @davorg.
+
+---

Old:

  XML-LibXML-2.0133.tar.gz

New:

  XML-LibXML-2.0134.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.RjgxP3/_old  2019-02-14 14:12:25.776249130 +0100
+++ /var/tmp/diff_new_pack.RjgxP3/_new  2019-02-14 14:12:25.776249130 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0133
+Version:2.0134
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0133.tar.gz -> XML-LibXML-2.0134.tar.gz ++
 3400 lines of diff (skipped)




commit perl-XML-LibXML for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2019-02-08 13:45:43

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


Package is "perl-XML-LibXML"

Fri Feb  8 13:45:43 2019 rev:49 rq:671009 version:2.0133

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2018-07-28 12:37:55.100139456 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.28833/perl-XML-LibXML.changes   
2019-02-08 13:45:45.870828403 +0100
@@ -1,0 +2,15 @@
+Sun Feb  3 06:49:57 UTC 2019 - Stephan Kulow 
+
+- updated to 2.0133
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0133  2019-02-02
+  - Mark as working with libxml2 2.9.9 ( and below ).
+  - Allow LibParser to be provided for all methods
+  - https://github.com/shlomif/perl-XML-LibXML/pull/23
+  - Thanks to @lavock .
+  - Portability fixes by Reini Urban and others.
+  - https://github.com/shlomif/perl-XML-LibXML/pull/18 .
+  - Thanks!
+
+---

Old:

  XML-LibXML-2.0132.tar.gz

New:

  XML-LibXML-2.0133.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.uAByFw/_old  2019-02-08 13:45:46.514828204 +0100
+++ /var/tmp/diff_new_pack.uAByFw/_new  2019-02-08 13:45:46.526828200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-LibXML
-Version:2.0132
+Version:2.0133
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/XML-LibXML/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,20 +57,17 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%post
-perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO

++ XML-LibXML-2.0132.tar.gz -> XML-LibXML-2.0133.tar.gz ++
 3894 lines of diff (skipped)




commit perl-XML-LibXML for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2018-07-28 12:37:51

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


Package is "perl-XML-LibXML"

Sat Jul 28 12:37:51 2018 rev:48 rq:624069 version:2.0132

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-11-01 11:06:44.124135699 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2018-07-28 12:37:55.100139456 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 12:20:13 UTC 2018 - co...@suse.com
+
+- add parser to ParserDetails.ini
+
+---



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.pp29Tn/_old  2018-07-28 12:37:55.612140439 +0200
+++ /var/tmp/diff_new_pack.pp29Tn/_new  2018-07-28 12:37:55.612140439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# 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
@@ -21,7 +21,7 @@
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-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/XML-LibXML/
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
@@ -68,6 +68,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
+%post
+perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
+
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.pp29Tn/_old  2018-07-28 12:37:55.648140509 +0200
+++ /var/tmp/diff_new_pack.pp29Tn/_new  2018-07-28 12:37:55.652140516 +0200
@@ -16,3 +16,5 @@
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
 #license: SUSE-NonFree
 #skip_noarch: 1
+post_section: |-
+ perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"




commit perl-XML-LibXML for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-11-01 11:06:44

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


Package is "perl-XML-LibXML"

Wed Nov  1 11:06:44 2017 rev:47 rq:537510 version:2.0132

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-10-28 14:19:28.356403927 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-11-01 11:06:44.124135699 +0100
@@ -1,0 +2,13 @@
+Sun Oct 29 07:05:07 UTC 2017 - co...@suse.com
+
+- updated to 2.0132
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0132  2017-10-28
+  - Revert setNamespace() enhancements that broke some dependent tests:
+  - commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb
+  - add t/48_rt123379_setNamespace.t .
+  - Thanks to Alexander Bluhm and Slaven Rezic for the reports and
+  the test.
+
+---

Old:

  XML-LibXML-2.0131.tar.gz

New:

  XML-LibXML-2.0132.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.9j6gjs/_old  2017-11-01 11:06:44.656116266 +0100
+++ /var/tmp/diff_new_pack.9j6gjs/_new  2017-11-01 11:06:44.660116119 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0131
+Version:2.0132
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0131.tar.gz -> XML-LibXML-2.0132.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/Changes 
new/XML-LibXML-2.0132/Changes
--- old/XML-LibXML-2.0131/Changes   2017-10-24 10:30:45.0 +0200
+++ new/XML-LibXML-2.0132/Changes   2017-10-28 19:53:04.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0132  2017-10-28
+- Revert setNamespace() enhancements that broke some dependent tests:
+- commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb
+- add t/48_rt123379_setNamespace.t .
+- Thanks to Alexander Bluhm and Slaven Rezic for the reports and
+the test.
+
 2.0131  2017-10-24
 - Re-include the missing *.pod documents.
 - https://rt.cpan.org/Ticket/Display.html?id=123362
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/LibXML.pm 
new/XML-LibXML-2.0132/LibXML.pm
--- old/XML-LibXML-2.0131/LibXML.pm 2017-10-24 10:51:01.0 +0200
+++ new/XML-LibXML-2.0132/LibXML.pm 2017-10-28 19:55:40.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0131"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0132"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
@@ -1594,8 +1594,14 @@
 
 sub setNamespace {
 my $self = shift;
-
-return $self->_setNamespace(@_) ? 1 : 0;
+my $n = $self->localname;
+if ( $self->_setNamespace(@_) ){
+if ( scalar @_ < 3 || $_[2] == 1 ){
+$self->setNodeName( $n );
+}
+return 1;
+}
+return 0;
 }
 
 sub getAttribute {
@@ -1832,8 +1838,13 @@
 
 sub setNamespace {
 my ($self,$href,$prefix) = @_;
+my $n = $self->localname;
+if ( $self->_setNamespace($href,$prefix) ) {
+$self->setNodeName($n);
+return 1;
+}
 
-return $self->_setNamespace($href,$prefix) ? 1 : 0;
+return 0;
 }
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/LibXML.pod 
new/XML-LibXML-2.0132/LibXML.pod
--- old/XML-LibXML-2.0131/LibXML.pod2017-10-24 10:31:00.0 +0200
+++ new/XML-LibXML-2.0132/LibXML.pod2017-10-28 19:56:03.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0130
+2.0132
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/MANIFEST 
new/XML-LibXML-2.0132/MANIFEST
--- old/XML-LibXML-2.0131/MANIFEST  2017-10-24 10:56:38.0 +0200
+++ new/XML-LibXML-2.0132/MANIFEST  2017-10-28 19:57:51.0 +0200
@@ -114,6 +114,7 @@
 scripts/fast-eumm.pl
 scripts/prints-to-comments.pl
 scripts/tag-release.pl
+scripts/total-build-and-test.bash
 scripts/update-HACKING-file.bash
 t/01basic.t
 t/02parse.t
@@ -164,6 +165,7 @@
 t/48_reader_undef_warning_on_empty_str_rt106830.t
 t/48_removeChild_crashes_rt_80395.t
 t/48_replaceNode_DTD_nodes_rT_80521.t
+t/48_rt123379_setNamespace.t
 t/48_rt55000.t
 

commit perl-XML-LibXML for openSUSE:Factory

2017-10-28 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-10-28 14:19:17

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


Package is "perl-XML-LibXML"

Sat Oct 28 14:19:17 2017 rev:46 rq:536757 version:2.0131

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-09-29 11:49:58.896531096 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-10-28 14:19:28.356403927 +0200
@@ -1,0 +2,30 @@
+Wed Oct 25 06:00:07 UTC 2017 - co...@suse.com
+
+- updated to 2.0131
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0131  2017-10-24
+  - Re-include the missing *.pod documents.
+  - https://rt.cpan.org/Ticket/Display.html?id=123362
+  - Thanks to Stephen for the report.
+  - Add t/pod-files-presence.t to test for it in the future.
+  - Merge https://github.com/shlomif/perl-XML-LibXML/pull/8
+  - Fix bug in Node::replaceChild()
+  - Thanks to @Mipu94 .
+
+---
+Thu Oct 19 06:06:07 UTC 2017 - co...@suse.com
+
+- updated to 2.0130
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0130  2017-10-18
+  - Fix the tests with libxml2-2.9.6 .
+  - https://rt.cpan.org/Public/Bug/Display.html?id=122958
+  - Thanks to Daniel Macks for the report and ppisar for a patch.
+  - setNamespace() Enhancements.
+  - Thanks to E. Choroba.
+- Dropped patch merged upstream:
+  * XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
+
+---

Old:

  XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
  XML-LibXML-2.0129.tar.gz

New:

  XML-LibXML-2.0131.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.2LeUw9/_old  2017-10-28 14:19:29.036379065 +0200
+++ /var/tmp/diff_new_pack.2LeUw9/_new  2017-10-28 14:19:29.040378918 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0129
+Version:2.0131
 Release:0
+%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-License:Artistic-1.0 OR GPL-1.0+
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-Patch0: XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common < %{version}
-# /MANUAL END
+# MANUAL END
 
 %description
 This module is an interface to libxml2, providing XML and HTML parsers with
@@ -55,14 +55,13 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+%{__make} test
 
 %install
 %perl_make_install
@@ -70,6 +69,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
+%defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO
 %license LICENSE
 

++ XML-LibXML-2.0129.tar.gz -> XML-LibXML-2.0131.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0129/Changes 
new/XML-LibXML-2.0131/Changes
--- old/XML-LibXML-2.0129/Changes   2017-03-14 14:25:23.0 +0100
+++ new/XML-LibXML-2.0131/Changes   2017-10-24 10:30:45.0 +0200
@@ -1,5 +1,21 @@
 Revision history for Perl extension XML::LibXML
 
+2.0131  2017-10-24
+- Re-include the missing *.pod documents.
+- https://rt.cpan.org/Ticket/Display.html?id=123362
+- Thanks to Stephen for the report.
+- Add t/pod-files-presence.t to test for it in the future.
+- Merge https://github.com/shlomif/perl-XML-LibXML/pull/8
+- Fix bug in Node::replaceChild()
+- Thanks to @Mipu94 .
+
+2.0130  2017-10-18
+- Fix the tests with libxml2-2.9.6 .
+- https://rt.cpan.org/Public/Bug/Display.html?id=122958
+- Thanks to Daniel Macks for the report and ppisar for a patch.
+- setNamespace() Enhancements.
+- 

commit perl-XML-LibXML for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-09-29 11:49:58

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


Package is "perl-XML-LibXML"

Fri Sep 29 11:49:58 2017 rev:45 rq:528827 version:2.0129

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-03-18 20:47:36.734854226 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-09-29 11:49:58.896531096 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 09:44:35 UTC 2017 - tchva...@suse.com
+
+- Add patch to fix building with new libxml (from Fedora):
+  * XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
+
+---

New:

  XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.3qT0kh/_old  2017-09-29 11:49:59.524442549 +0200
+++ /var/tmp/diff_new_pack.3qT0kh/_new  2017-09-29 11:49:59.528441986 +0200
@@ -16,17 +16,17 @@
 #
 
 
+%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
 Version:2.0129
 Release:0
-%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common < %{version}
-# MANUAL END
+# /MANUAL END
 
 %description
 This module is an interface to libxml2, providing XML and HTML parsers with
@@ -55,13 +55,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install
@@ -69,7 +70,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO
 %license LICENSE
 

++ XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch ++
>From 14f879ec851e7f5e32f4895fc93dd391cf841eb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 20 Sep 2017 17:17:57 +0200
Subject: [PATCH] Adjust tests to libxml2-2.9.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

libxml2-2.9.5 started accepting empty strings thus
t/48_reader_undef_warning_on_empty_str_rt106830.t test does not make
sense anymore and reports a faluire.

This patch skips the test when running against libnxml2 >= 2.9.5.

CPAN RT#122958

Signed-off-by: Petr Písař 
---
 t/48_reader_undef_warning_on_empty_str_rt106830.t | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/t/48_reader_undef_warning_on_empty_str_rt106830.t 
b/t/48_reader_undef_warning_on_empty_str_rt106830.t
index 8f704c0..0f656a1 100644
--- a/t/48_reader_undef_warning_on_empty_str_rt106830.t
+++ b/t/48_reader_undef_warning_on_empty_str_rt106830.t
@@ -30,9 +30,13 @@ use XML::LibXML::Reader;
 my $xml_reader = XML::LibXML::Reader->new(string => $empty_xml_doc);
 
 # TEST
-ok (scalar(!defined($xml_reader)),
-'xml_reader is undef',
-);
+SKIP: {
+skip 'libxml2 accepts empty strings since 2.9.5 version', 1
+if (XML::LibXML::LIBXML_VERSION() >= 20905);
+ok (scalar(!defined($xml_reader)),
+'xml_reader is undef',
+);
+}
 
 # TEST
 eq_or_diff(
-- 
2.13.5




commit perl-XML-LibXML for openSUSE:Factory

2017-03-18 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-03-18 20:47:34

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


Package is "perl-XML-LibXML"

Sat Mar 18 20:47:34 2017 rev:44 rq:479454 version:2.0129

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2016-08-03 11:39:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-03-18 20:47:36.734854226 +0100
@@ -1,0 +2,15 @@
+Wed Mar 15 08:23:30 UTC 2017 - co...@suse.com
+
+- updated to 2.0129
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0129  2017-03-14
+  - Add example/create-sample-html-document.pl .
+  - https://rt.cpan.org/Ticket/Display.html?id=117923
+  - Add support for the set_document_locator() SAX method .
+  - Thanks to Alexander Batyrshin for the pull-request.
+  - Make parsing of large perl strings much faster.
+  - https://github.com/shlomif/perl-XML-LibXML/pull/5
+  - Thanks to Cedric Cellier for the pull-request.
+
+---

Old:

  XML-LibXML-2.0128.tar.gz

New:

  XML-LibXML-2.0129.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.M3Xkcj/_old  2017-03-18 20:47:38.650582825 +0100
+++ /var/tmp/diff_new_pack.M3Xkcj/_new  2017-03-18 20:47:38.650582825 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# 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-LibXML
-Version:2.0128
+Version:2.0129
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
-Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -70,6 +70,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes docs example HACKING.txt LICENSE README TODO
+%doc Changes docs example HACKING.txt README TODO
+%license LICENSE
 
 %changelog

++ XML-LibXML-2.0128.tar.gz -> XML-LibXML-2.0129.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0128/Changes 
new/XML-LibXML-2.0129/Changes
--- old/XML-LibXML-2.0128/Changes   2016-07-24 11:05:01.0 +0200
+++ new/XML-LibXML-2.0129/Changes   2017-03-14 14:25:23.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl extension XML::LibXML
 
+2.0129  2017-03-14
+- Add example/create-sample-html-document.pl .
+- https://rt.cpan.org/Ticket/Display.html?id=117923
+- Add support for the set_document_locator() SAX method .
+- Thanks to Alexander Batyrshin for the pull-request.
+- Make parsing of large perl strings much faster.
+- https://github.com/shlomif/perl-XML-LibXML/pull/5
+- Thanks to Cedric Cellier for the pull-request.
+
 2.0128  2016-07-24
 - Hopefully add the .pod files again as they were missing from 2.0127.
 - https://github.com/shlomif/perl-XML-LibXML/issues/3
@@ -29,7 +38,7 @@
 2.0125  2016-05-30
 - Moved the repository from Mercurial and BitBucket to Git and GitHub:
 - https://github.com/shlomif/perl-XML-LibXML
-- This was done to better encourage contributions to XML::LiBXML and
+- This was done to better encourage contributions to XML::LibXML and
 to be able to use the better Continuous Integration options that
 are available for GitHub projects.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0128/LibXML.pm 
new/XML-LibXML-2.0129/LibXML.pm
--- old/XML-LibXML-2.0128/LibXML.pm 2016-07-24 11:00:40.0 +0200
+++ new/XML-LibXML-2.0129/LibXML.pm 2017-03-14 14:25:51.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0128"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0129"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;

commit perl-XML-LibXML for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2016-08-03 11:39:02

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2016-07-07 15:08:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2016-08-03 11:39:03.0 +0200
@@ -1,0 +2,28 @@
+Mon Jul 25 05:57:54 UTC 2016 - co...@suse.com
+
+- updated to 2.0128
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0128  2016-07-24
+  - Hopefully add the .pod files again as they were missing from 2.0127.
+  - https://github.com/shlomif/perl-XML-LibXML/issues/3
+  - Thanks to Paul Howarth for the report.
+  - This was caused by ExtUtils::Manifest just warning that the files
+  referenced in the "MANIFEST" file were not present and still
+  continuing to prepare the archive as usual. A 
"do-what-I-don't-want-to"
+  thing.
+
+---
+Sat Jul 23 06:01:52 UTC 2016 - co...@suse.com
+
+- updated to 2.0127
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0127  2016-07-22
+  - Make sure t/release-kwalitee.t and other tests do not run by default.
+  - Only with AUTHOR_TESTING or RELEASE_TESTING specified.
+  - Thanks to Lance Wicks for the pull request.
+  - https://rt.cpan.org/Ticket/Display.html?id=115586
+  - https://rt.cpan.org/Ticket/Display.html?id=115859
+
+---

Old:

  XML-LibXML-2.0126.tar.gz

New:

  XML-LibXML-2.0128.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.XGgQQk/_old  2016-08-03 11:39:04.0 +0200
+++ /var/tmp/diff_new_pack.XGgQQk/_new  2016-08-03 11:39:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0126
+Version:2.0128
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0126.tar.gz -> XML-LibXML-2.0128.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0126/Changes 
new/XML-LibXML-2.0128/Changes
--- old/XML-LibXML-2.0126/Changes   2016-06-24 18:15:37.0 +0200
+++ new/XML-LibXML-2.0128/Changes   2016-07-24 11:05:01.0 +0200
@@ -1,5 +1,21 @@
 Revision history for Perl extension XML::LibXML
 
+2.0128  2016-07-24
+- Hopefully add the .pod files again as they were missing from 2.0127.
+- https://github.com/shlomif/perl-XML-LibXML/issues/3
+- Thanks to Paul Howarth for the report.
+- This was caused by ExtUtils::Manifest just warning that the files
+referenced in the "MANIFEST" file were not present and still
+continuing to prepare the archive as usual. A "do-what-I-don't-want-to"
+thing.
+
+2.0127  2016-07-22
+- Make sure t/release-kwalitee.t and other tests do not run by default.
+- Only with AUTHOR_TESTING or RELEASE_TESTING specified.
+- Thanks to Lance Wicks for the pull request.
+- https://rt.cpan.org/Ticket/Display.html?id=115586
+- https://rt.cpan.org/Ticket/Display.html?id=115859
+
 2.0126  2016-06-24
 - Workaround RT#114638:
 - 2.9.4 broke XSD Schema support.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0126/LibXML.pm 
new/XML-LibXML-2.0128/LibXML.pm
--- old/XML-LibXML-2.0126/LibXML.pm 2016-06-24 18:16:20.0 +0200
+++ new/XML-LibXML-2.0128/LibXML.pm 2016-07-24 11:00:40.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0128"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0126/LibXML.pod 
new/XML-LibXML-2.0128/LibXML.pod
--- old/XML-LibXML-2.0126/LibXML.pod2016-06-24 18:17:16.0 +0200
+++ new/XML-LibXML-2.0128/LibXML.pod2016-07-24 11:05:45.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0126
+2.0128
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0126/META.json 
new/XML-LibXML-2.0128/META.json
--- old/XML-LibXML-2.0126/META.json 2016-06-24 18:20:02.0 +0200
+++ 

commit perl-XML-LibXML for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2016-07-07 15:08:13

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2016-06-03 16:37:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2016-07-07 15:08:14.0 +0200
@@ -1,0 +2,16 @@
+Mon Jun 27 08:44:41 UTC 2016 - co...@suse.com
+
+- updated to 2.0126
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0126  2016-06-24
+  - Workaround RT#114638:
+  - 2.9.4 broke XSD Schema support.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=114638
+  - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression
+  - https://bugzilla.gnome.org/show_bug.cgi?id=766834
+  - https://github.com/shlomif/perl-XML-LibXML/pull/1
+  - Thanks to Paul for the report and to RURBAN for a pull-req.
+  - Add t/release-kwalitee.t for testing CPANTS Kwalitee.
+
+---

Old:

  XML-LibXML-2.0125.tar.gz

New:

  XML-LibXML-2.0126.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.kOdGMR/_old  2016-07-07 15:08:15.0 +0200
+++ /var/tmp/diff_new_pack.kOdGMR/_new  2016-07-07 15:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0125
+Version:2.0126
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
@@ -31,9 +31,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11
+BuildRequires:  perl(XML::SAX::Base)
+BuildRequires:  perl(XML::SAX::Exception)
 BuildRequires:  perl(parent)
 Requires:   perl(XML::NamespaceSupport) >= 1.07
 Requires:   perl(XML::SAX) >= 0.11
+Requires:   perl(XML::SAX::Base)
+Requires:   perl(XML::SAX::Exception)
 Requires:   perl(parent)
 %{perl_requires}
 # MANUAL BEGIN

++ XML-LibXML-2.0125.tar.gz -> XML-LibXML-2.0126.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/Changes 
new/XML-LibXML-2.0126/Changes
--- old/XML-LibXML-2.0125/Changes   2016-05-30 11:16:34.0 +0200
+++ new/XML-LibXML-2.0126/Changes   2016-06-24 18:15:37.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension XML::LibXML
 
+2.0126  2016-06-24
+- Workaround RT#114638:
+- 2.9.4 broke XSD Schema support.
+- https://rt.cpan.org/Public/Bug/Display.html?id=114638
+- https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression
+- https://bugzilla.gnome.org/show_bug.cgi?id=766834
+- https://github.com/shlomif/perl-XML-LibXML/pull/1
+- Thanks to Paul for the report and to RURBAN for a pull-req.
+- Add t/release-kwalitee.t for testing CPANTS Kwalitee.
+
 2.0125  2016-05-30
 - Moved the repository from Mercurial and BitBucket to Git and GitHub:
 - https://github.com/shlomif/perl-XML-LibXML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.pm 
new/XML-LibXML-2.0126/LibXML.pm
--- old/XML-LibXML-2.0125/LibXML.pm 2016-05-30 11:19:07.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.pm 2016-06-24 18:16:20.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.pod 
new/XML-LibXML-2.0126/LibXML.pod
--- old/XML-LibXML-2.0125/LibXML.pod2016-05-30 11:19:34.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.pod2016-06-24 18:17:16.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0125
+2.0126
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.xs 
new/XML-LibXML-2.0126/LibXML.xs
--- old/XML-LibXML-2.0125/LibXML.xs 2016-05-30 11:01:59.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.xs 2016-06-24 18:01:53.0 +0200
@@ -1616,6 +1616,10 @@
 CODE:
 #ifdef HAVE_SCHEMAS
 RETVAL = 1;
+# if LIBXML_VERSION == 20904
+/* exists but broken 
https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression */
+   

commit perl-XML-LibXML for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2016-06-03 16:37:25

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2016-03-11 12:29:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2016-06-03 16:37:27.0 +0200
@@ -1,0 +2,13 @@
+Tue May 31 11:24:38 UTC 2016 - co...@suse.com
+
+- updated to 2.0125
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0125  2016-05-30
+  - Moved the repository from Mercurial and BitBucket to Git and GitHub:
+  - https://github.com/shlomif/perl-XML-LibXML
+  - This was done to better encourage contributions to XML::LiBXML and
+  to be able to use the better Continuous Integration options that
+  are available for GitHub projects.
+
+---

Old:

  XML-LibXML-2.0124.tar.gz

New:

  XML-LibXML-2.0125.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.UZ1TnY/_old  2016-06-03 16:37:27.0 +0200
+++ /var/tmp/diff_new_pack.UZ1TnY/_new  2016-06-03 16:37:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0124
+Version:2.0125
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0124.tar.gz -> XML-LibXML-2.0125.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0124/Changes 
new/XML-LibXML-2.0125/Changes
--- old/XML-LibXML-2.0124/Changes   2016-02-27 12:17:29.0 +0100
+++ new/XML-LibXML-2.0125/Changes   2016-05-30 11:16:34.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0125  2016-05-30
+- Moved the repository from Mercurial and BitBucket to Git and GitHub:
+- https://github.com/shlomif/perl-XML-LibXML
+- This was done to better encourage contributions to XML::LiBXML and
+to be able to use the better Continuous Integration options that
+are available for GitHub projects.
+
 2.0124  2016-02-27
 - Fix XML::LibXML::Text->attributes() to return an empty list in list
 context.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0124/LibXML.pm 
new/XML-LibXML-2.0125/LibXML.pm
--- old/XML-LibXML-2.0124/LibXML.pm 2016-02-27 12:17:33.0 +0100
+++ new/XML-LibXML-2.0125/LibXML.pm 2016-05-30 11:19:07.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0124"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0124/LibXML.pod 
new/XML-LibXML-2.0125/LibXML.pod
--- old/XML-LibXML-2.0124/LibXML.pod2016-02-27 12:18:00.0 +0100
+++ new/XML-LibXML-2.0125/LibXML.pod2016-05-30 11:19:34.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0124
+2.0125
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0124/META.json 
new/XML-LibXML-2.0125/META.json
--- old/XML-LibXML-2.0124/META.json 2016-02-27 12:20:09.0 +0100
+++ new/XML-LibXML-2.0125/META.json 2016-05-30 11:24:22.0 +0200
@@ -4,7 +4,7 @@
   "Petr Pajas"
],
"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.150001",
"keywords" : [
   "dom",
   "html",
@@ -63,11 +63,10 @@
},
"release_status" : "stable",
"resources" : {
-  "homepage" : "https://bitbucket.org/shlomif/perl-xml-libxml;,
+  "homepage" : "https://github.com/shlomif/perl-XML-LibXML;,
   "repository" : {
- "url" : "https://bitbucket.org/shlomif/perl-xml-libxml;
+ "url" : "https://github.com/shlomif/perl-XML-LibXML;
   }
},
-   "version" : "2.0124",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.0125"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0124/META.yml 
new/XML-LibXML-2.0125/META.yml
--- old/XML-LibXML-2.0124/META.yml  2016-02-27 

commit perl-XML-LibXML for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

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

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-12-13 09:39:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2016-03-11 12:29:19.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar  7 11:14:30 UTC 2016 - co...@suse.com
+
+- updated to 2.0124
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0124  2016-02-27
+  - Fix XML::LibXML::Text->attributes() to return an empty list in list
+  context.
+  - https://rt.cpan.org/Ticket/Display.html?id=112470
+  - Thanks to Rob Dixon for the report.
+
+---

Old:

  XML-LibXML-2.0123.tar.gz

New:

  XML-LibXML-2.0124.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.Qg9LTP/_old  2016-03-11 12:29:19.0 +0100
+++ /var/tmp/diff_new_pack.Qg9LTP/_new  2016-03-11 12:29:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0123
+Version:2.0124
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0123.tar.gz -> XML-LibXML-2.0124.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0123/Changes 
new/XML-LibXML-2.0124/Changes
--- old/XML-LibXML-2.0123/Changes   2015-12-06 14:16:14.0 +0100
+++ new/XML-LibXML-2.0124/Changes   2016-02-27 12:17:29.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension XML::LibXML
 
+2.0124  2016-02-27
+- Fix XML::LibXML::Text->attributes() to return an empty list in list
+context.
+- https://rt.cpan.org/Ticket/Display.html?id=112470
+- Thanks to Rob Dixon for the report.
+
 2.0123  2015-12-06
 - Get rid of an undef-warning in XML::LibXML::Reader .
 - https://rt.cpan.org/Ticket/Display.html?id=106830
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0123/LibXML.pm 
new/XML-LibXML-2.0124/LibXML.pm
--- old/XML-LibXML-2.0123/LibXML.pm 2015-12-06 14:16:48.0 +0100
+++ new/XML-LibXML-2.0124/LibXML.pm 2016-02-27 12:17:33.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0123"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0124"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
@@ -1775,7 +1775,7 @@
 use vars qw(@ISA);
 @ISA = ('XML::LibXML::Node');
 
-sub attributes { return undef; }
+sub attributes { return; }
 
 sub deleteDataString {
 my ($node, $string, $all) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0123/LibXML.pod 
new/XML-LibXML-2.0124/LibXML.pod
--- old/XML-LibXML-2.0123/LibXML.pod2015-12-06 14:08:36.0 +0100
+++ new/XML-LibXML-2.0124/LibXML.pod2016-02-27 12:18:00.0 +0100
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0122
+2.0124
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0123/META.json 
new/XML-LibXML-2.0124/META.json
--- old/XML-LibXML-2.0123/META.json 2015-12-06 14:18:49.0 +0100
+++ new/XML-LibXML-2.0124/META.json 2016-02-27 12:20:09.0 +0100
@@ -68,6 +68,6 @@
  "url" : "https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   "version" : "2.0123",
+   "version" : "2.0124",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0123/META.yml 
new/XML-LibXML-2.0124/META.yml
--- old/XML-LibXML-2.0123/META.yml  2015-12-06 14:18:49.0 +0100
+++ new/XML-LibXML-2.0124/META.yml  2016-02-27 12:20:09.0 +0100
@@ -46,5 +46,5 @@
 resources:
   homepage: https://bitbucket.org/shlomif/perl-xml-libxml
   repository: https://bitbucket.org/shlomif/perl-xml-libxml
-version: '2.0123'
+version: '2.0124'
 

commit perl-XML-LibXML for openSUSE:Factory

2015-12-13 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-12-13 09:39:14

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-09-13 09:42:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-12-13 09:39:15.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec  9 09:56:40 UTC 2015 - co...@suse.com
+
+- updated to 2.0123
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0123  2015-12-06
+  - Get rid of an undef-warning in XML::LibXML::Reader .
+  - https://rt.cpan.org/Ticket/Display.html?id=106830
+  - Thanks to Rich for the report and testcase.
+  - Apply patch from Debian for rewording the documentation.
+  - https://rt.cpan.org/Ticket/Display.html?id=110116
+  - Some extra rewording has been done by SHLOMIF.
+  - Thanks to Gregor Herrman and the Debian Team
+
+---

Old:

  XML-LibXML-2.0122.tar.gz

New:

  XML-LibXML-2.0123.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.aZWUOZ/_old  2015-12-13 09:39:16.0 +0100
+++ /var/tmp/diff_new_pack.aZWUOZ/_new  2015-12-13 09:39:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0122
+Version:2.0123
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
@@ -51,7 +51,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ XML-LibXML-2.0122.tar.gz -> XML-LibXML-2.0123.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0122/Changes 
new/XML-LibXML-2.0123/Changes
--- old/XML-LibXML-2.0122/Changes   2015-09-01 10:57:28.0 +0200
+++ new/XML-LibXML-2.0123/Changes   2015-12-06 14:16:14.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl extension XML::LibXML
 
+2.0123  2015-12-06
+- Get rid of an undef-warning in XML::LibXML::Reader .
+- https://rt.cpan.org/Ticket/Display.html?id=106830
+- Thanks to Rich for the report and testcase.
+- Apply patch from Debian for rewording the documentation.
+- https://rt.cpan.org/Ticket/Display.html?id=110116
+- Some extra rewording has been done by SHLOMIF.
+- Thanks to Gregor Herrman and the Debian Team
+
 2.0122  2015-09-01
 - Enable the memory test on cygwin as well as Linux.
 - https://rt.cpan.org/Ticket/Display.html?id=104666
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0122/LibXML.pm 
new/XML-LibXML-2.0123/LibXML.pm
--- old/XML-LibXML-2.0122/LibXML.pm 2015-09-01 10:57:46.0 +0200
+++ new/XML-LibXML-2.0123/LibXML.pm 2015-12-06 14:16:48.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0122"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0123"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0122/LibXML.pod 
new/XML-LibXML-2.0123/LibXML.pod
--- old/XML-LibXML-2.0122/LibXML.pod2015-09-01 10:58:23.0 +0200
+++ new/XML-LibXML-2.0123/LibXML.pod2015-12-06 14:08:36.0 +0100
@@ -459,8 +459,8 @@
 import_GDOME() and export_GDOME(). Both function have two parameters: the node
 and a flag for recursive import. The flag works as in cloneNode().
 
-The two functions allow to export and import XML::GDOME nodes explicitly,
-however, XML::LibXML allows also the transparent import of XML::GDOME nodes in
+The two functions allow one to export and import XML::GDOME nodes explicitly,
+however, XML::LibXML also allows the transparent import of XML::GDOME nodes in
 functions such as appendChild(), insertAfter() and so on. While native nodes
 are automatically adopted in most functions XML::GDOME nodes are always cloned
 in advance. Thus if the original node is modified after the operation, the node
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0122/MANIFEST 
new/XML-LibXML-2.0123/MANIFEST
--- old/XML-LibXML-2.0122/MANIFEST  2015-09-01 11:01:12.0 +0200
+++ new/XML-LibXML-2.0123/MANIFEST  2015-12-06 

commit perl-XML-LibXML for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-09-13 09:42:33

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-05-06 11:17:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-09-13 09:42:35.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep  2 09:21:17 UTC 2015 - co...@suse.com
+
+- updated to 2.0122
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0122  2015-09-01
+  - Enable the memory test on cygwin as well as Linux.
+  - https://rt.cpan.org/Ticket/Display.html?id=104666
+  - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
+  the report.
+  - Fix a typo in createElementNS
+  - https://rt.cpan.org/Public/Bug/Display.html?id=106807
+  - Thanks to Rich for the report.
+
+---

Old:

  XML-LibXML-2.0121.tar.gz

New:

  XML-LibXML-2.0122.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.MZooFG/_old  2015-09-13 09:42:36.0 +0200
+++ /var/tmp/diff_new_pack.MZooFG/_new  2015-09-13 09:42:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0121
+Version:2.0122
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0121.tar.gz -> XML-LibXML-2.0122.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/Changes 
new/XML-LibXML-2.0122/Changes
--- old/XML-LibXML-2.0121/Changes   2015-05-03 14:02:23.0 +0200
+++ new/XML-LibXML-2.0122/Changes   2015-09-01 10:57:28.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl extension XML::LibXML
 
+2.0122  2015-09-01
+- Enable the memory test on cygwin as well as Linux.
+- https://rt.cpan.org/Ticket/Display.html?id=104666
+- Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
+the report.
+- Fix a typo in createElementNS
+- https://rt.cpan.org/Public/Bug/Display.html?id=106807
+- Thanks to Rich for the report.
+
 2.0121  2015-05-03
 - Mention CVE-2015-3451 and related links in the Changes (= this file)
 entry for 2.0119.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/LibXML.pm 
new/XML-LibXML-2.0122/LibXML.pm
--- old/XML-LibXML-2.0121/LibXML.pm 2015-05-03 14:04:54.0 +0200
+++ new/XML-LibXML-2.0122/LibXML.pm 2015-09-01 10:57:46.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0121"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0122"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/LibXML.pod 
new/XML-LibXML-2.0122/LibXML.pod
--- old/XML-LibXML-2.0121/LibXML.pod2015-05-03 14:05:11.0 +0200
+++ new/XML-LibXML-2.0122/LibXML.pod2015-09-01 10:58:23.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0121
+2.0122
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/META.json 
new/XML-LibXML-2.0122/META.json
--- old/XML-LibXML-2.0121/META.json 2015-05-03 14:07:50.0 +0200
+++ new/XML-LibXML-2.0122/META.json 2015-09-01 11:01:12.0 +0200
@@ -4,7 +4,7 @@
   "Petr Pajas"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005",
"keywords" : [
   "dom",
   "html",
@@ -68,5 +68,6 @@
  "url" : "https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   "version" : "2.0121"
+   "version" : "2.0122",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/META.yml 
new/XML-LibXML-2.0122/META.yml
--- old/XML-LibXML-2.0121/META.yml  2015-05-03 14:07:50.0 +0200
+++ new/XML-LibXML-2.0122/META.yml  2015-09-01 11:01:12.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker 

commit perl-XML-LibXML for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-05-06 11:17:51

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-05-05 00:54:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-05-06 11:17:52.0 +0200
@@ -1,0 +2,11 @@
+Tue May  5 08:51:14 UTC 2015 - co...@suse.com
+
+- updated to 2.0121
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0121  2015-05-03
+  - Mention CVE-2015-3451 and related links in the Changes (= this file)
+  entry for 2.0119.
+  - Thanks to Tilmann Haak for pointing it out.
+
+---

Old:

  XML-LibXML-2.0120.tar.gz

New:

  XML-LibXML-2.0121.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.E5sCJo/_old  2015-05-06 11:17:53.0 +0200
+++ /var/tmp/diff_new_pack.E5sCJo/_new  2015-05-06 11:17:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0120
+Version:2.0121
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0120.tar.gz - XML-LibXML-2.0121.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/Changes 
new/XML-LibXML-2.0121/Changes
--- old/XML-LibXML-2.0120/Changes   2015-05-01 11:44:45.0 +0200
+++ new/XML-LibXML-2.0121/Changes   2015-05-03 14:02:23.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension XML::LibXML
 
+2.0121  2015-05-03
+- Mention CVE-2015-3451 and related links in the Changes (= this file)
+entry for 2.0119.
+- Thanks to Tilmann Haak for pointing it out.
+
 2.0120  2015-05-01
 - Replace the test for the previous change with a more meaningful one.
 - Change was to preserve unset options after a _clone() call.
@@ -8,8 +13,13 @@
 for a proposed fix (which was further refined by Shlomi Fish).
 
 2.0119  2015-04-23
-- Preserve unset options after a _clone() call (e.g: in load_xml()).
+- SECURITY: Preserve unset options after a _clone() call (e.g: in
+load_xml()).
 - This caused expand_entities(0) to not be preserved/etc.
+- This is a security problem which was assigned the CVE number of
+CVE-2015-3451 .
+- https://access.redhat.com/security/cve/CVE-2015-3451
+- http://seclists.org/oss-sec/2015/q2/313
 - Thanks to Tilmann Haak from xing.com for the report.
 
 2.0118  2015-02-05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/LibXML.pm 
new/XML-LibXML-2.0121/LibXML.pm
--- old/XML-LibXML-2.0120/LibXML.pm 2015-05-01 11:47:46.0 +0200
+++ new/XML-LibXML-2.0121/LibXML.pm 2015-05-03 14:04:54.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 2.0120; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 2.0121; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/LibXML.pod 
new/XML-LibXML-2.0121/LibXML.pod
--- old/XML-LibXML-2.0120/LibXML.pod2015-05-01 11:48:07.0 +0200
+++ new/XML-LibXML-2.0121/LibXML.pod2015-05-03 14:05:11.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0120
+2.0121
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/META.json 
new/XML-LibXML-2.0121/META.json
--- old/XML-LibXML-2.0120/META.json 2015-05-01 11:49:23.0 +0200
+++ new/XML-LibXML-2.0121/META.json 2015-05-03 14:07:50.0 +0200
@@ -68,5 +68,5 @@
  url : https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   version : 2.0120
+   version : 2.0121
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/META.yml 
new/XML-LibXML-2.0121/META.yml
--- old/XML-LibXML-2.0120/META.yml  2015-05-01 11:49:23.0 +0200
+++ new/XML-LibXML-2.0121/META.yml  2015-05-03 14:07:50.0 +0200
@@ -46,4 +46,4 @@
 resources:
   homepage: https://bitbucket.org/shlomif/perl-xml-libxml
   repository: https://bitbucket.org/shlomif/perl-xml-libxml
-version: '2.0120'
+version: '2.0121'
diff -urN '--exclude=CVS' 

commit perl-XML-LibXML for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-05-05 00:54:17

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-04-27 13:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-05-05 00:54:30.0 +0200
@@ -1,0 +2,13 @@
+Sat May  2 06:23:09 UTC 2015 - co...@suse.com
+
+- updated to 2.0120
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0120  2015-05-01
+  - Replace the test for the previous change with a more meaningful one.
+  - Change was to preserve unset options after a _clone() call.
+  - https://access.redhat.com/security/cve/CVE-2015-3451
+  - Thanks to Salvatore Bonaccorso from Debian for the report and
+  for a proposed fix (which was further refined by Shlomi Fish).
+
+---

Old:

  XML-LibXML-2.0119.tar.gz

New:

  XML-LibXML-2.0120.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.oA956C/_old  2015-05-05 00:54:31.0 +0200
+++ /var/tmp/diff_new_pack.oA956C/_new  2015-05-05 00:54:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0119
+Version:2.0120
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0119.tar.gz - XML-LibXML-2.0120.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/Changes 
new/XML-LibXML-2.0120/Changes
--- old/XML-LibXML-2.0119/Changes   2015-04-23 09:10:33.0 +0200
+++ new/XML-LibXML-2.0120/Changes   2015-05-01 11:44:45.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0120  2015-05-01
+- Replace the test for the previous change with a more meaningful one.
+- Change was to preserve unset options after a _clone() call.
+- https://access.redhat.com/security/cve/CVE-2015-3451
+- Thanks to Salvatore Bonaccorso from Debian for the report and
+for a proposed fix (which was further refined by Shlomi Fish).
+
 2.0119  2015-04-23
 - Preserve unset options after a _clone() call (e.g: in load_xml()).
 - This caused expand_entities(0) to not be preserved/etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/LibXML.pm 
new/XML-LibXML-2.0120/LibXML.pm
--- old/XML-LibXML-2.0119/LibXML.pm 2015-04-23 09:12:23.0 +0200
+++ new/XML-LibXML-2.0120/LibXML.pm 2015-05-01 11:47:46.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 2.0119; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 2.0120; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/LibXML.pod 
new/XML-LibXML-2.0120/LibXML.pod
--- old/XML-LibXML-2.0119/LibXML.pod2015-04-23 09:12:44.0 +0200
+++ new/XML-LibXML-2.0120/LibXML.pod2015-05-01 11:48:07.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0119
+2.0120
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/META.json 
new/XML-LibXML-2.0120/META.json
--- old/XML-LibXML-2.0119/META.json 2015-04-23 09:13:55.0 +0200
+++ new/XML-LibXML-2.0120/META.json 2015-05-01 11:49:23.0 +0200
@@ -68,5 +68,5 @@
  url : https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   version : 2.0119
+   version : 2.0120
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/META.yml 
new/XML-LibXML-2.0120/META.yml
--- old/XML-LibXML-2.0119/META.yml  2015-04-23 09:13:55.0 +0200
+++ new/XML-LibXML-2.0120/META.yml  2015-05-01 11:49:23.0 +0200
@@ -46,4 +46,4 @@
 resources:
   homepage: https://bitbucket.org/shlomif/perl-xml-libxml
   repository: https://bitbucket.org/shlomif/perl-xml-libxml
-version: '2.0119'
+version: '2.0120'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/docs/libxml.dbk 
new/XML-LibXML-2.0120/docs/libxml.dbk
--- old/XML-LibXML-2.0119/docs/libxml.dbk   2015-04-23 09:12:44.0 
+0200
+++ 

commit perl-XML-LibXML for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-04-27 13:04:19

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2014-07-28 06:31:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-04-27 13:04:22.0 +0200
@@ -1,0 +2,31 @@
+Fri Apr 24 16:02:09 UTC 2015 - co...@suse.com
+
+- updated to 2.0119
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0119  2015-04-23
+  - Preserve unset options after a _clone() call (e.g: in load_xml()).
+  - This caused expand_entities(0) to not be preserved/etc.
+  - Thanks to Tilmann Haak from xing.com for the report.
+
+---
+Wed Apr 15 14:48:13 UTC 2015 - co...@suse.com
+
+- updated to 2.0118
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0118  2015-02-05
+  - Add $Config{incpath} to the include paths on Win32.
+  - Fixes https://rt.cpan.org/Ticket/Display.html?id=101944
+  - Thanks to Marek for the report and propsed fix.
+  
+  2.0117  2014-10-26
+  - Support libxml2 builds with disabled xmlReader
+  - Makefile.PL : don't require a recentish ExtUtils::MakeMaker.
+  - https://rt.cpan.org/Ticket/Display.html?id=83322
+  - Thanks to Slaven Rezic for the report.
+  - Fix broken t/02parse.t with non-English locale with recent perls.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=97805
+  - Thanks to Slaven Rezic for the report.
+
+---

Old:

  XML-LibXML-2.0116.tar.gz

New:

  XML-LibXML-2.0119.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.7uN588/_old  2015-04-27 13:04:23.0 +0200
+++ /var/tmp/diff_new_pack.7uN588/_new  2015-04-27 13:04:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2014 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,22 +17,21 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0116
+Version:2.0119
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
-Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
 BuildRequires:  perl(XML::NamespaceSupport) = 1.07
 BuildRequires:  perl(XML::SAX) = 0.11
 BuildRequires:  perl(parent)
-Requires:   perl(ExtUtils::MakeMaker) = 6.56
 Requires:   perl(XML::NamespaceSupport) = 1.07
 Requires:   perl(XML::SAX) = 0.11
 Requires:   perl(parent)
@@ -41,6 +40,7 @@
 BuildRequires:  pkgconfig(libxml-2.0) = 2.9.0
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common  %{version}
+# MANUAL END
 
 %description
 This module is an interface to libxml2, providing XML and HTML parsers with
@@ -67,6 +67,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes example HACKING.txt LICENSE README TODO
+%doc Changes docs example HACKING.txt LICENSE README TODO
 
 %changelog

++ XML-LibXML-2.0116.tar.gz - XML-LibXML-2.0119.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0116/Changes 
new/XML-LibXML-2.0119/Changes
--- old/XML-LibXML-2.0116/Changes   2014-04-12 10:04:39.0 +0200
+++ new/XML-LibXML-2.0119/Changes   2015-04-23 09:10:33.0 +0200
@@ -1,5 +1,24 @@
 Revision history for Perl extension XML::LibXML
 
+2.0119  2015-04-23
+- Preserve unset options after a _clone() call (e.g: in load_xml()).
+- This caused expand_entities(0) to not be preserved/etc.
+- Thanks to Tilmann Haak from xing.com for the report.
+
+2.0118  2015-02-05
+- Add $Config{incpath} to the include paths on Win32.
+- Fixes 

commit perl-XML-LibXML for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2014-07-28 06:31:05

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2013-07-30 19:10:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2014-07-28 06:31:06.0 +0200
@@ -1,0 +2,139 @@
+Fri Jul 25 09:32:09 UTC 2014 - co...@suse.com
+
+- updated to 2.0116
+ - t/cpan-changes.t : minimum version of Test::CPAN::Changes.
+ - This is to avoid test failures such as:
+ - 
http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992
+ 
+ 2.0115  2014-04-03
+ - Fix double free when calling $node-addSibling with text nodes.
+   - https://rt.cpan.org/Ticket/Display.html?id=94149
+   - Thanks to Jeff Trout for the report.
+ 
+ 2.0114  2014-04-03
+ - Fix memory leaks and segfaults related to removal and insertion of
+   DTD nodes.
+ - https://rt.cpan.org/Ticket/Display.html?id=80521
+ - Fix memory leak in $node-removeChildNodes
+
+---
+Mon Mar 17 08:29:53 UTC 2014 - co...@suse.com
+
+- updated to 2.0113
+ - Fix test failures with older libxml2 versions.
+ - https://rt.cpan.org/Ticket/Display.html?id=93852
+ - Thanks to Nick Wellnhofer for the patch.
+ - Thanks to the CPAN Testers for reporting this issue.
+ 
+ 2.0112  Thu 13 Mar 20:16:52 IST 2014
+ - Fix segfaults when accessing attributes of DTD nodes
+ - https://rt.cpan.org/Ticket/Display.html?id=71076
+ - Thanks to Ralph Merridew for the report.
+ - Make $schema-validate work with elements. This uses
+   xmlSchemaValidateOneElement under the hood.
+ - https://rt.cpan.org/Ticket/Display.html?id=93496
+ - Thanks to Jeremy Marshall for the report.
+ - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 .
+ - Thanks to Nick Wellnhofer for the report and test.
+ - Apply patch to build with MSVC on Windows.
+ - https://rt.cpan.org/Ticket/Display.html?id=90064
+ - Thanks to Nick Wellnhofer for the investigation and the patch.
+ 
+ 2.0111  Wed  5 Mar 17:15:57 IST 2014
+ - Skip t/40reader_mem_error.t with libxml2  2.7.4
+   The failure is probably due to a known double-free bug.
+ - https://rt.cpan.org/Ticket/Display.html?id=84564
+ - https://bugzilla.gnome.org/show_bug.cgi?id=447899
+ - Thanks to Nick Wellnhofer for the pull request.
+ - Die if a file handle with an encoding layer returns more bytes
+   than requested in parse_fh.
+ - https://rt.cpan.org/Ticket/Display.html?id=78448
+ - Make insertData, deleteData, replaceData work correctly with UTF-8
+   strings.
+ - Fix substringData
+ - https://rt.cpan.org/Ticket/Display.html?id=88730
+ - Fix Threads still failing? Bug report.
+ - https://rt.cpan.org/Ticket/Display.html?id=91800
+ - Thanks to Daniel for the bug report and a test case, and to
+ YOREEK for the patch.
+
+---
+Mon Feb 24 06:10:41 UTC 2014 - co...@suse.com
+
+- updated to 2.0110
+- Add use strict; and use warnings; to all modules (CPANTS).
+- MIN_PERL_VERSION (CPANTS).
+- Add a LICENSE section to the POD (CPANTS).
+- Fix for requiring XML::LibXML more than once in perl-5.19.6 and up.
+- https://rt.cpan.org/Ticket/Display.html?id=92606
+- Thanks to Father Chrysostomos for the investigation, the test
+case, and the fix.
+- Replace local $^W with  no warnings 'portable';  in t/15nodelist.t
+- Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017
+- Thanks to pagenyon for the report.
+- Fix hash key typo in SAX/Builder.pm - LocalName was mis-capitalised.
+- https://rt.cpan.org/Public/Bug/Display.html?id=91433
+- Thanks to Thomas Berger for the report and for a reproducing
+testcase.
+- Convert from use base to the more modern use parent.
+
+---
+Tue Nov 26 08:16:28 UTC 2013 - co...@suse.com
+
+- updated to 2.0107
+ - Add a unique_key method for namespace objects.
+ - 
https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/24/unique_key-method-for-namespace-objects/diff
+ - Thanks to garfieldnate for the pull request.
+ - Grammar fixes in the documentation.
+ - https://rt.cpan.org/Ticket/Display.html?id=89718
+ - Thanks to Gregor Herrman and 

commit perl-XML-LibXML for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2013-07-30 19:10:56

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-05-29 11:44:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2013-07-30 19:10:57.0 +0200
@@ -1,0 +2,39 @@
+Sat Jul 27 11:59:01 UTC 2013 - co...@suse.com
+
+- updated to 2.0019
+ - Correct typos reported in RT #86599.
+ - https://rt.cpan.org/Ticket/Display.html?id=86599
+ - Thanks to dsteinbrunner.
+ 
+ - Revert previous change of minimal version of libxml2.
+ - This change proved to be unpopular and didn't prevent
+ the CPAN test failures.
+ - By SHLOMIF
+ 
+ - Made the minimal version of libxml2 2.9.0 as previous versions were
+ too buggy due to spuriourous CPAN test failures.
+ - Please upgrade.
+ - By SHLOMIF
+ 
+ - Don't enable XML_PARSE_HUGE by default.
+ - Fix the previous version due to a mercurial SNAFU.
+ 
+ - Don't enable XML_PARSE_HUGE by default.
+ - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19
+ - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for
+ the bug report and patch.
+ 
+ - Got 40reader_mem_error.t to not fetch the external DTDs.
+ - https://rt.cpan.org/Public/Bug/Display.html?id=81703
+ - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven
+ Rezic (SREZIC) for the analysis and a proposed fix.
+ 
+ - Fix a memory error (double-free) in XML::LibXML::Reader if we reached
+ EOF and
+ then called destroy.
+ - discovered by Shlomi Fish.
+ - Fixed by Shlomi Fish.
+ - see t/40reader_mem_error.t
+- remove upstreamed perl-XML-LibXML-bigendian.patch
+
+---

Old:

  XML-LibXML-1.95.tar.gz
  perl-XML-LibXML-bigendian.patch

New:

  XML-LibXML-2.0019.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.t70A0h/_old  2013-07-30 19:10:58.0 +0200
+++ /var/tmp/diff_new_pack.t70A0h/_new  2013-07-30 19:10:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# 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
@@ -16,28 +16,26 @@
 #
 
 
-
 Name:   perl-XML-LibXML
-Version:1.95
+Version:2.0019
 Release:0
-License:GPL-1.0+ or Artistic-1.0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-Url:http://search.cpan.org/dist/XML-LibXML/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/XML-LibXML/
 Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
 BuildRequires:  perl(XML::NamespaceSupport) = 1.07
 BuildRequires:  perl(XML::SAX) = 0.11
-BuildRequires:  perl-macros
-BuildRequires:  pkgconfig(libxml-2.0) = 2.6.16
+BuildRequires:  pkgconfig(libxml-2.0) = 2.9.0
 Requires:   perl(XML::NamespaceSupport) = 1.07
 Requires:   perl(XML::SAX) = 0.11
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  perl-XML-LibXML-bigendian.patch
 %{perl_requires}
 
 %description
@@ -48,7 +46,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
 
 %build
 # [2,7,1,0], # broken release, broken utf-16

++ XML-LibXML-1.95.tar.gz - XML-LibXML-2.0019.tar.gz ++
 11316 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-XML-LibXML for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2012-05-29 11:44:12

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


Package is perl-XML-LibXML, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-04-17 22:00:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2012-05-29 11:44:23.0 +0200
@@ -1,0 +2,12 @@
+Fri May 25 08:40:07 UTC 2012 - dval...@suse.com
+
+- STRLEN has 64 bits here and int has 32, so the (int*) cast in
+XML::LibXML::Document::toStringHTML() makes htmlDocDumpMemory() store
+the 32-bit length of the result into a 64-bit variable.  Depending on
+the endianness, it either works OK (LE) or corrupts the variable (BE)
+
+Just use an 'int' instead, and cast it to an STRLEN later in the
+newSVpvn() call.
+
+
+---

New:

  perl-XML-LibXML-bigendian.patch



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.DV6gkU/_old  2012-05-29 11:44:24.0 +0200
+++ /var/tmp/diff_new_pack.DV6gkU/_new  2012-05-29 11:44:24.0 +0200
@@ -37,6 +37,7 @@
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  perl-XML-LibXML-bigendian.patch
 %{perl_requires}
 
 %description
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch -p1
 
 %build
 # [2,7,1,0], # broken release, broken utf-16
@@ -58,10 +60,6 @@
 make %{?_smp_mflags}
 
 %check
-%ifarch ppc64 s390x
-# see rhbz#769537
-rm t/12html.t
-%endif
 make test
 
 %install

++ perl-XML-LibXML-bigendian.patch ++
STRLEN has 64 bits here and int has 32, so the (int*) cast in
XML::LibXML::Document::toStringHTML() makes htmlDocDumpMemory() store
the 32-bit length of the result into a 64-bit variable.  Depending on
the endianness, it either works OK (LE) or corrupts the variable (BE)

Just use an 'int' instead, and cast it to an STRLEN later in the
newSVpvn() call.
---
 LibXML.xs |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LibXML.xs b/LibXML.xs
index 8ac23bf..581cc48 100644
--- a/LibXML.xs
+++ b/LibXML.xs
@@ -2930,13 +2930,13 @@ toStringHTML(self)
XML::LibXML::Document::serialize_html = 1
 PREINIT:
 xmlChar *result=NULL;
-STRLEN len = 0;
+int len = 0;
 PREINIT_SAVED_ERROR
 CODE:
 PERL_UNUSED_VAR(ix);
 xs_warn( use no formated toString! );
 INIT_ERROR_HANDLER;
-htmlDocDumpMemory(self, result, (int*)len);
+htmlDocDumpMemory(self, result, len);
 CLEANUP_ERROR_HANDLER;
 REPORT_ERROR(0);
 
-- 
1.7.10
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-XML-LibXML for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2012-04-17 22:00:46

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


Package is perl-XML-LibXML, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-03-06 14:06:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2012-04-17 22:00:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 15:20:35 UTC 2012 - dval...@suse.com
+
+- disable 12html.t as it causes OOM on ppc64
+
+---



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.2G9nrd/_old  2012-04-17 22:00:56.0 +0200
+++ /var/tmp/diff_new_pack.2G9nrd/_new  2012-04-17 22:00:56.0 +0200
@@ -58,6 +58,10 @@
 make %{?_smp_mflags}
 
 %check
+%ifarch ppc64 s390x
+# see rhbz#769537
+rm t/12html.t
+%endif
 make test
 
 %install

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



commit perl-XML-LibXML for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2012-03-06 14:06:16

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


Package is perl-XML-LibXML, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-02-28 14:14:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2012-03-06 14:06:20.0 +0100
@@ -1,0 +2,23 @@
+Wed Feb 29 02:34:50 UTC 2012 - vci...@suse.com
+
+- update to 1.95
+- Got rid of a broken test (at least with recent libxml2s) in
+t/03doc.t :
+- https://rt.cpan.org/Ticket/Display.html?id=75403
+- The problem was that the test tested for an undefined XML
+namespace, a behaviour which was changed in a recent libxml2
+release.
+   1.94
+- Fix XML::LibXML::Element tests for ineqaulity with == and eq.
+- Fixes https://rt.cpan.org/Ticket/Display.html?id=75505 .
+- Thanks to Mark Overmeer for the report and for a preliminary patch
+to t/71overload.t .
+1.93Mon Feb 27 11:15:50 IST 2012
+- Fix XML::LibXML::Element comparision with == and eq.
+- Fixes https://rt.cpan.org/Ticket/Display.html?id=75257 ,
+https://rt.cpan.org/Ticket/Display.html?id=75293 ,
+https://rt.cpan.org/Ticket/Display.html?id=75259 .
+- Thanks to Toby Inkster for a preliminary patch (that was modified by
+me) and to the various people who reported the problem.
+
+---

Old:

  XML-LibXML-1.92.tar.gz

New:

  XML-LibXML-1.95.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.EyayZ0/_old  2012-03-06 14:06:22.0 +0100
+++ /var/tmp/diff_new_pack.EyayZ0/_new  2012-03-06 14:06:22.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:1.92
+Version:1.95
 Release:0
 License:GPL-1.0+ or Artistic-1.0
 %define cpan_name XML-LibXML

++ XML-LibXML-1.92.tar.gz - XML-LibXML-1.95.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.92/Changes new/XML-LibXML-1.95/Changes
--- old/XML-LibXML-1.92/Changes 2012-02-21 18:00:54.0 +0100
+++ new/XML-LibXML-1.95/Changes 2012-03-06 09:35:33.0 +0100
@@ -1,5 +1,28 @@
 Revision history for Perl extension XML::LibXML
 
+1.95Tue Mar  6 10:35:26 IST 2012
+- Got rid of a broken test (at least with recent libxml2s) in
+t/03doc.t :
+- https://rt.cpan.org/Ticket/Display.html?id=75403
+- The problem was that the test tested for an undefined XML
+namespace, a behaviour which was changed in a recent libxml2
+release.
+- Thanks to vcizek for the report.
+
+1.94Sat Mar  3 22:05:18 IST 2012
+- Fix XML::LibXML::Element tests for ineqaulity with == and eq.
+- Fixes https://rt.cpan.org/Ticket/Display.html?id=75505 .
+- Thanks to Mark Overmeer for the report and for a preliminary patch
+to t/71overload.t .
+
+1.93Mon Feb 27 11:15:50 IST 2012
+- Fix XML::LibXML::Element comparision with == and eq.
+- Fixes https://rt.cpan.org/Ticket/Display.html?id=75257 ,
+https://rt.cpan.org/Ticket/Display.html?id=75293 ,
+https://rt.cpan.org/Ticket/Display.html?id=75259 .
+- Thanks to Toby Inkster for a preliminary patch (that was modified by
+me) and to the various people who reported the problem.
+
 1.92Tue Feb 21 19:00:48 IST 2012
 - Fix for test failure on perls  5.10.
 - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=75195
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.92/LibXML.pm 
new/XML-LibXML-1.95/LibXML.pm
--- old/XML-LibXML-1.92/LibXML.pm   2012-02-21 18:01:18.0 +0100
+++ new/XML-LibXML-1.95/LibXML.pm   2012-03-06 09:38:50.0 +0100
@@ -27,7 +27,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 1.92; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 1.95; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
@@ -1488,11 +1488,34 @@
 use XML::LibXML::AttributeHash;
 use Carp;
 
+use Scalar::Util qw(blessed);
+
 use overload
 '%{}'  = 'getAttributeHash',
 'bool' = sub { 1 },
+'eq' = '_isSameNodeLax', '==' = '_isSameNodeLax',
+'ne' = '_isNotSameNodeLax', '!=' = '_isNotSameNodeLax',
 ;
 
+sub _isNotSameNodeLax {
+

commit perl-XML-LibXML for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2012-02-28 14:14:43

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


Package is perl-XML-LibXML, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-02-14 11:26:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2012-02-28 14:14:46.0 +0100
@@ -1,0 +2,20 @@
+Wed Feb 22 02:34:38 UTC 2012 - vci...@suse.com
+
+- update to 1.92
+- Fix for test failure on perls  5.10.
+- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=75195
+- Thanks to Paul for the report, and for a patch that was not
+accepted.
+1.91Tue Feb 21 13:57:54 IST 2012
+- Overload hash dereferencing on XML::LibXML::Elements, to provide
+access to the element's attributes.
+- See XML::LibXML::AttributeHash for details.
+- Thanks to Toby Inkster.
+- Pull some commits from Toby Inkster to add more convenient methods
+to XML::LibXML::NodeList such as sort, map, grep, etc.
+- 
https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/11/xml-libxml-nodelist-improvements
+- Thanks, Toby!
+- Printed some warnings regardless if DEBUG is on.
+- Thanks to http://search.cpan.org/~mstrout/ for the suggestion.
+
+---

Old:

  XML-LibXML-1.90.tar.gz

New:

  XML-LibXML-1.92.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.cnQAXa/_old  2012-02-28 14:14:52.0 +0100
+++ /var/tmp/diff_new_pack.cnQAXa/_new  2012-02-28 14:14:52.0 +0100
@@ -16,20 +16,21 @@
 #
 
 
+
 Name:   perl-XML-LibXML
-Version:1.90
+Version:1.92
 Release:0
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-License:GPL-1.0+ or Artistic-1.0
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
+Group:  Development/Libraries/Perl
 Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
 BuildRequires:  perl(XML::NamespaceSupport) = 1.07
 BuildRequires:  perl(XML::SAX) = 0.11
+BuildRequires:  perl-macros
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6.16
 Requires:   perl(XML::NamespaceSupport) = 1.07
 Requires:   perl(XML::SAX) = 0.11

++ XML-LibXML-1.90.tar.gz - XML-LibXML-1.92.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.90/Changes new/XML-LibXML-1.92/Changes
--- old/XML-LibXML-1.90/Changes 2012-01-08 19:58:34.0 +0100
+++ new/XML-LibXML-1.92/Changes 2012-02-21 18:00:54.0 +0100
@@ -1,5 +1,23 @@
 Revision history for Perl extension XML::LibXML
 
+1.92Tue Feb 21 19:00:48 IST 2012
+- Fix for test failure on perls  5.10.
+- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=75195
+- Thanks to Paul for the report, and for a patch that was not
+accepted.
+
+1.91Tue Feb 21 13:57:54 IST 2012
+- Overload hash dereferencing on XML::LibXML::Elements, to provide
+access to the element's attributes.
+- See XML::LibXML::AttributeHash for details.
+- Thanks to Toby Inkster.
+- Pull some commits from Toby Inkster to add more convenient methods
+to XML::LibXML::NodeList such as sort, map, grep, etc.
+- 
https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/11/xml-libxml-nodelist-improvements
+- Thanks, Toby!
+- Printed some warnings regardless if DEBUG is on.
+- Thanks to http://search.cpan.org/~mstrout/ for the suggestion.
+
 1.90Sun Jan  8 20:57:58 IST 2012
 - Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
 - local variable declarations must be in the PREINIT section,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.90/LibXML.pm 
new/XML-LibXML-1.92/LibXML.pm
--- old/XML-LibXML-1.90/LibXML.pm   2012-01-08 19:56:33.0 +0100
+++ new/XML-LibXML-1.92/LibXML.pm   2012-02-21 18:01:18.0 +0100
@@ -27,7 +27,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 1.90; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 1.92; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 

commit perl-XML-LibXML for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2012-02-14 11:26:08

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


Package is perl-XML-LibXML, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2011-11-14 13:26:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2012-02-14 11:26:09.0 +0100
@@ -1,0 +2,21 @@
+Mon Jan  9 02:35:57 UTC 2012 - vci...@suse.com
+
+- update to 1.90
+- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
+- local variable declarations must be in the PREINIT section,
+not `CODE`, at least for some compiler/OS combinations.
+- Thanks, Aaron!
+
+---
+Mon Jan  2 13:02:47 UTC 2012 - vci...@suse.cz
+
+- update to 1.89
+- Apply a patch with spelling fixes by Kevin Lyda :
+- https://rt.cpan.org/Public/Bug/Display.html?id=71403
+- Thanks to Kevin.
+- Apply a pull request by ElDiablo with the implementation of
+lib/XML/LibXML/Devel.pm .
+- Adjust the Win32 Build Instructions in the README file.
+- Thanks to Christopher J. Madsen.
+
+---

Old:

  XML-LibXML-1.88.tar.gz

New:

  XML-LibXML-1.90.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.tNfkSX/_old  2012-02-14 11:26:11.0 +0100
+++ /var/tmp/diff_new_pack.tNfkSX/_new  2012-02-14 11:26:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# 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
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   perl-XML-LibXML
-Version:1.88
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.90
+Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-Url:http://search.cpan.org/dist/XML-LibXML/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/XML-LibXML/
 Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl(XML::SAX) = 0.11
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
 BuildRequires:  perl(XML::NamespaceSupport) = 1.07
+BuildRequires:  perl(XML::SAX) = 0.11
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6.16
 Requires:   perl(XML::NamespaceSupport) = 1.07
 Requires:   perl(XML::SAX) = 0.11

++ XML-LibXML-1.88.tar.gz - XML-LibXML-1.90.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.88/Changes new/XML-LibXML-1.90/Changes
--- old/XML-LibXML-1.88/Changes 2011-09-21 11:54:41.0 +0200
+++ new/XML-LibXML-1.90/Changes 2012-01-08 19:58:34.0 +0100
@@ -1,5 +1,20 @@
 Revision history for Perl extension XML::LibXML
 
+1.90Sun Jan  8 20:57:58 IST 2012
+- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
+- local variable declarations must be in the PREINIT section,
+not `CODE`, at least for some compiler/OS combinations.
+- Thanks, Aaron!
+
+1.89Sat Dec 24 09:46:26 IDT 2011
+- Apply a patch with spelling fixes by Kevin Lyda :
+- https://rt.cpan.org/Public/Bug/Display.html?id=71403
+- Thanks to Kevin.
+- Apply a pull request by ElDiablo with the implementation of
+lib/XML/LibXML/Devel.pm .
+- Adjust the Win32 Build Instructions in the README file.
+- Thanks to Christopher J. Madsen.
+
 1.88Wed Sep 21 12:54:33 IDT 2011
 - Add libxml2 2.7.8 as tested and working fine for the Makefile.PL.
 (Thanks to H. Merijn Brand.).
@@ -11,7 +26,8 @@
 - https://rt.cpan.org/Ticket/Display.html?id=70878
 - Thanks to zzg...@gmail.com .
 - Add scripts/bump-version-number.pl to modify the version number globally.
-- Currently the version numbers of the modules under lib/ where 1.73.
+- Up to then, the version numbers of the modules under lib/ had
+been 1.73.
 
 1.87Sat Aug 27 14:05:37 IDT 2011
 - Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
diff -urN 

commit perl-XML-LibXML for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is perl-XML-LibXML, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.6DxlRl/_old  2011-12-06 19:22:54.0 +0100
+++ /var/tmp/diff_new_pack.6DxlRl/_new  2011-12-06 19:22:54.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-XML-LibXML
 Version:1.88
 Release:1
-License:GPL-1.0+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 Url:http://search.cpan.org/dist/XML-LibXML/

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



commit perl-XML-LibXML for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2011-11-14 13:26:16

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


Package is perl-XML-LibXML, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2011-09-23 12:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2011-11-14 13:26:17.0 +0100
@@ -1,0 +2,16 @@
+Thu Sep 22 12:49:34 UTC 2011 - vci...@suse.com
+
+- update to 1.88
+- Add libxml2 2.7.8 as tested and working fine for the Makefile.PL.
+(Thanks to H. Merijn Brand.).
+- Apply a patch to perl-libxml-sax.c to use xmlChar * instead of char *.
+(Thanks to H. Merijn Brand.).
+- Correct the README so it won't read XML-LibXML-Common.
+- see http://code.activestate.com/lists/perl-xml/8907/
+- Add a patch to implement the no_defdtd option in recent libxml2's:
+- https://rt.cpan.org/Ticket/Display.html?id=70878
+- Thanks to zzg...@gmail.com .
+- Add scripts/bump-version-number.pl to modify the version number globally.
+- Currently the version numbers of the modules under lib/ where 1.73.
+
+---

Old:

  XML-LibXML-1.87.tar.gz

New:

  XML-LibXML-1.88.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.VpycaX/_old  2011-11-14 13:26:21.0 +0100
+++ /var/tmp/diff_new_pack.VpycaX/_new  2011-11-14 13:26:21.0 +0100
@@ -15,28 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-XML-LibXML
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:Perl Binding for libxml2
-Version:1.87
+Version:1.88
 Release:1
-AutoReqProv:on
-Group:  Development/Libraries/Perl
 License:GPL-1.0+ or Artistic
+%define cpan_name XML-LibXML
+Summary:Perl Binding for libxml2
 Url:http://search.cpan.org/dist/XML-LibXML/
-Source: %{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl-macros
-BuildRequires:  libxml2-devel = 2.6.16
 BuildRequires:  perl(XML::SAX) = 0.11
+BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
+BuildRequires:  perl(XML::NamespaceSupport) = 1.07
+BuildRequires:  pkgconfig(libxml-2.0) = 2.6.16
+Requires:   perl(XML::NamespaceSupport) = 1.07
 Requires:   perl(XML::SAX) = 0.11
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common  %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 This module implements a Perl interface to the Gnome libxml2 library which
@@ -50,14 +51,14 @@
 %build
 # [2,7,1,0], # broken release, broken utf-16
 %if 0%{?suse_version} == 1110
-%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall FORCE=1
+perl Makefile.PL OPTIMIZE=%{optflags} -Wall FORCE=1
 %else
-%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
+perl Makefile.PL OPTIMIZE=%{optflags} -Wall
 %endif
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -65,7 +66,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root)

++ XML-LibXML-1.87.tar.gz - XML-LibXML-1.88.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.87/Changes new/XML-LibXML-1.88/Changes
--- old/XML-LibXML-1.87/Changes 2011-08-27 13:05:40.0 +0200
+++ new/XML-LibXML-1.88/Changes 2011-09-21 11:54:41.0 +0200
@@ -1,5 +1,18 @@
 Revision history for Perl extension XML::LibXML
 
+1.88Wed Sep 21 12:54:33 IDT 2011
+- Add libxml2 2.7.8 as tested and working fine for the Makefile.PL.
+(Thanks to H. Merijn Brand.).
+- Apply a patch to perl-libxml-sax.c to use xmlChar * instead of char *.
+(Thanks to H. Merijn Brand.).
+- Correct the README so it won't read XML-LibXML-Common.
+- see http://code.activestate.com/lists/perl-xml/8907/
+- Add a patch to implement the no_defdtd option in recent libxml2's:
+- https://rt.cpan.org/Ticket/Display.html?id=70878
+- Thanks to zzg...@gmail.com .
+- Add 

commit perl-XML-LibXML for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Mon Aug 29 14:32:02 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2011-07-25 12:00:51.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-08-29 10:35:51.0 +0200
@@ -1,0 +2,21 @@
+Mon Aug 29 08:23:27 UTC 2011 - vci...@suse.com
+
+- update to 1.87
+- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
+not be valid XML. Instead, we're reading a local file while using 
+URI::file (assuming it exists - else - we skip_all.)
+1.86Thu Aug 25 11:42:55 IDT 2011
+- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better 
compatibility.
+- SvPVx_nolen() appears to be undocumented API.
+- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
+- Thanks to Paul for the report.
+1.85Wed Aug 24 17:05:19 IDT 2011
+- Gracefully handle returned undef()s in the read callback under -w ($^W):
+- t/49callbacks_returning_undef.t
+- https://rt.cpan.org/Ticket/Display.html?id=70321
+- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
+- https://rt.cpan.org/Ticket/Display.html?id=70141
+- I'm applying it by faith, so if it breaks, blame him. (;-).
+- the patch adds -lllibgettextlib.dll to the Makefile.PL.
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.84.tar.gz

New:

  XML-LibXML-1.87.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.YUenYf/_old  2011-08-29 14:30:40.0 +0200
+++ /var/tmp/diff_new_pack.YUenYf/_new  2011-08-29 14:30:40.0 +0200
@@ -21,7 +21,7 @@
 Name:   perl-XML-LibXML
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Perl Binding for libxml2
-Version:1.84
+Version:1.87
 Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl

++ XML-LibXML-1.84.tar.gz - XML-LibXML-1.87.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/Changes new/XML-LibXML-1.87/Changes
--- old/XML-LibXML-1.84/Changes 2011-07-23 22:12:32.0 +0200
+++ new/XML-LibXML-1.87/Changes 2011-08-27 13:05:40.0 +0200
@@ -1,5 +1,25 @@
 Revision history for Perl extension XML::LibXML
 
+1.87Sat Aug 27 14:05:37 IDT 2011
+- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
+not be valid XML. Instead, we're reading a local file while using 
+URI::file (assuming it exists - else - we skip_all.)
+
+1.86Thu Aug 25 11:42:55 IDT 2011
+- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better 
compatibility.
+- SvPVx_nolen() appears to be undocumented API.
+- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
+- Thanks to Paul for the report.
+
+1.85Wed Aug 24 17:05:19 IDT 2011
+- Gracefully handle returned undef()s in the read callback under -w ($^W):
+- t/49callbacks_returning_undef.t
+- https://rt.cpan.org/Ticket/Display.html?id=70321
+- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
+- https://rt.cpan.org/Ticket/Display.html?id=70141
+- I'm applying it by faith, so if it breaks, blame him. (;-).
+- the patch adds -lllibgettextlib.dll to the Makefile.PL.
+
 1.84Sat Jul 23 23:12:28 IDT 2011
 - Fix for perl 5.8.x before 5.8.8:
 - You can now use the x operator to repeat a qw// list. This used to 
raise a syntax error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.pm 
new/XML-LibXML-1.87/LibXML.pm
--- old/XML-LibXML-1.84/LibXML.pm   2011-07-23 22:08:21.0 +0200
+++ new/XML-LibXML-1.87/LibXML.pm   2011-08-27 13:04:27.0 +0200
@@ -27,7 +27,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 1.84; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 1.87; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.pod 
new/XML-LibXML-1.87/LibXML.pod
--- old/XML-LibXML-1.84/LibXML.pod  2011-07-23 22:09:06.0 +0200
+++ new/XML-LibXML-1.87/LibXML.pod  2011-08-27 13:04:56.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-1.84
+1.87
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.xs 
new/XML-LibXML-1.87/LibXML.xs
--- old/XML-LibXML-1.84/LibXML.xs   

commit perl-XML-LibXML for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Mon Jul 25 13:07:01 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2011-07-11 16:40:25.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-07-25 12:00:51.0 +0200
@@ -1,0 +2,34 @@
+Mon Jul 25 09:49:47 UTC 2011 - vci...@novell.com
+
+- update to 1.84
+- fixes https://rt.cpan.org/Ticket/Display.html?id=69722 .
+- Fixed missing declarations after statements:
+- resolves https://rt.cpan.org/Ticket/Display.html?id=69622 again.
+- Fix docbook source validity
+- resolves https://rt.cpan.org/Ticket/Display.html?id=69702
+- Moved some if blocks after the dSP; (which contains declarations) to be
+compliant with C89/C90, which don't allow declarations in the middle of
+a C function.
+- resolves https://rt.cpan.org/Ticket/Display.html?id=69622
+- Fix https://rt.cpan.org/Ticket/Display.html?id=69553 :
+- install_sax_driver doesn't like custom INSTALLARCHLIB
+- Fix IDs of elements is lost when importing nodes
+- https://rt.cpan.org/Public/Bug/Display.html?id=69520
+- With t/48importing_nodes_IDs_rt_69520.t .
+- Convert all remaining Test.pm-based test scripts except t/14sax.t to
+Test::More .
+- Fix https://rt.cpan.org/Public/Bug/Display.html?id=69082 :
+- Compilation on strawberry perl.
+- The problem was that stderr required a dTHX; call previously.
+- DOM Normalisation patches and a fix for #69096
+- https://rt.cpan.org/Ticket/Display.html?id=69096
+- findvalue from XML::LibXML 1.74 is very slow (regression)
+- 
https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/5/normalize-bug-fixes
+- Fix https://rt.cpan.org/Ticket/Display.html?id=69433 :
+- t/19die_on_invalid_utf8_rt_58848.t assumes errors will be objects:
+- Failed on older libxml2's.
+- Add a skip for t/60error_prev_chain.t in case $@ is true but not a ref.
+- https://rt.cpan.org/Ticket/Display.html?id=69435
+- 
http://www.cpantesters.org/cpan/report/4ac00aae-a73f-11e0-84bd-8881cd42d09c
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.79.tar.gz

New:

  XML-LibXML-1.84.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.mLXVPs/_old  2011-07-25 13:06:46.0 +0200
+++ /var/tmp/diff_new_pack.mLXVPs/_new  2011-07-25 13:06:46.0 +0200
@@ -21,7 +21,7 @@
 Name:   perl-XML-LibXML
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Perl Binding for libxml2
-Version:1.79
+Version:1.84
 Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl

++ XML-LibXML-1.79.tar.gz - XML-LibXML-1.84.tar.gz ++
 6131 lines of diff (skipped)






Remember to have fun...

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



commit perl-XML-LibXML for openSUSE:Factory

2011-07-12 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Tue Jul 12 09:04:33 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2011-06-16 09:51:16.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-07-11 16:40:25.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 11 14:28:38 UTC 2011 - vci...@novell.com
+
+ - update to 1.79
+- many rt bug fixes
+- most of the tests rewritten to use Test::More
+ - dropped utf-16 patch (no longer needed)
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.71.tar.bz2
  _service:format_spec_file:perl-XML-LibXML.spec
  perl-XML-LibXML-utf16.diff

New:

  XML-LibXML-1.79.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.lkq2y0/_old  2011-07-12 09:04:13.0 +0200
+++ /var/tmp/diff_new_pack.lkq2y0/_new  2011-07-12 09:04:13.0 +0200
@@ -21,14 +21,13 @@
 Name:   perl-XML-LibXML
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Perl Binding for libxml2
-Version:1.71
+Version:1.79
 Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl
 License:GPL-1.0+ or Artistic
 Url:http://search.cpan.org/dist/XML-LibXML/
-Source: %{cpan_name}-%{version}.tar.bz2
-Patch:  %{name}-utf16.diff
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch
 
 %build
 # [2,7,1,0], # broken release, broken utf-16






Remember to have fun...

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



commit perl-XML-LibXML for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Fri Jul 1 13:55:30 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2010-12-01 14:57:54.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-06-16 09:51:16.0 +0200
@@ -1,0 +2,27 @@
+Thu Jun 16 07:37:20 UTC 2011 - vci...@novell.com
+
+- update to 1.71
+   - turn XML_LIBXML_PARSE_DEFAULTS constant to 
$XML::LibXML::XML_LIBXML_PARSE_DEFAULTS
+   - Apply 0001-XML-LibXML-Error-no-need-to-AUTOLOAD-domain.patch from
+ https://rt.cpan.org/Public/Bug/Display.html?id=68575 - no need to
+ AUTOLOAD 'domain' because a method like that exists.
+- Apply 0002-XML-LibXML-Error-avoid-AUTOLOAD.patch from
+  https://rt.cpan.org/Public/Bug/Display.html?id=68575 - get rid of
+  AUTOLOAD completely.
+- Apply 0003-XML-LibXML-Error-make-domain-work-for-unknown-domain.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - handle
+  unknown domains.
+- Apply 0004-XML-LibXML-Error-add-domains-from-newer-libxml2.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - add more
+  errors.
+- Apply 0005-XML-LibXML-Error-avoid-malformed-UTF-8-warnings.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575
+- In replaceDataString - use 
+http://perldoc.perl.org/functions/quotemeta.html instead of a long (and
+incomplete) list of characters to escape.
+-- With test.
+-- also fix deleteDataString by making it use replaceDataString
+for help.
+-- Fixing https://rt.cpan.org/Ticket/Display.html?id=68564
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.70.tar.bz2

New:

  XML-LibXML-1.71.tar.bz2
  _service:format_spec_file:perl-XML-LibXML.spec



Other differences:
--
++ _service:format_spec_file:perl-XML-LibXML.spec ++
#
# spec file for package perl-XML-LibXML
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

# norootforbuild


Name:   perl-XML-LibXML
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary:Perl Binding for libxml2
Version:1.71
Release:8
AutoReqProv:on
Group:  Development/Libraries/Perl
License:GPL-1.0+ or Artistic
Url:http://search.cpan.org/dist/XML-LibXML/
Source: %{cpan_name}-%{version}.tar.bz2
Patch:  %{name}-utf16.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  libxml2-devel = 2.6.16
BuildRequires:  perl(XML::SAX) = 0.11
Requires:   perl(XML::SAX) = 0.11
Provides:   perl-XML-LibXML-Common = %{version}
Obsoletes:  perl-XML-LibXML-Common  %{version}


%description
This module implements a Perl interface to the Gnome libxml2 library which
provides interfaces for parsing and manipulating XML files. This module allows
Perl programmers to make use of the highly capable validating XML parser and
the high performance DOM implementation.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch


%build
# [2,7,1,0], # broken release, broken utf-16
%if 0%{?suse_version} == 1110
%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall FORCE=1
%else
%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
%endif
%{__make} %{?_smp_mflags}


%check
%{__make} test


%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist


%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files -f %{name}.files
%defattr(-,root,root)
%doc Changes LICENSE README



%changelog
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.U701x1/_old  2011-07-01 12:39:33.0 +0200
+++ /var/tmp/diff_new_pack.U701x1/_new  2011-07-01 12:39:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-XML-LibXML (Version 1.70)
+# spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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