commit perl-XML-LibXML-Simple for openSUSE:Factory

2020-01-19 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2020-01-19 20:53:06

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


Package is "perl-XML-LibXML-Simple"

Sun Jan 19 20:53:06 2020 rev:13 rq:764942 version:1.01

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2017-12-19 10:44:31.331266049 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new.26092/perl-XML-LibXML-Simple.changes
 2020-01-19 20:53:41.143932003 +0100
@@ -1,0 +2,23 @@
+Thu Jan 16 03:10:37 UTC 2020 -  
+
+- updated to 1.01
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 1.01: Wed 15 Jan 2020 10:47:10 PM CET
+  
+   Changes:
+   - Slaven needs 5.8 to be supported for his processed.  Reinstated.
+ rt.cpan.org#131486 [Slaven Rezic]
+  
+   Fixes:
+   - README.md contained info of other project.
+  
+  version 1.00: Wed 15 Jan 11:57:43 CET 2020
+  
+   Changes:
+   - require perl 5.10
+  
+   Improvements:
+   - converted to GitHUB
+
+---

Old:

  XML-LibXML-Simple-0.99.tar.gz

New:

  XML-LibXML-Simple-1.01.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.nHTPzI/_old  2020-01-19 20:53:41.783932339 +0100
+++ /var/tmp/diff_new_pack.nHTPzI/_new  2020-01-19 20:53:41.787932342 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -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-Simple
-Version:0.99
+Version:1.01
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()
-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-Simple/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -48,11 +48,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -61,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README
+%doc ChangeLog README README.md
 
 %changelog

++ XML-LibXML-Simple-0.99.tar.gz -> XML-LibXML-Simple-1.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/ChangeLog 
new/XML-LibXML-Simple-1.01/ChangeLog
--- old/XML-LibXML-Simple-0.99/ChangeLog2017-12-11 13:00:51.0 
+0100
+++ new/XML-LibXML-Simple-1.01/ChangeLog2020-01-15 22:49:01.0 
+0100
@@ -1,6 +1,23 @@
 
 === version history for XML::LibXML::Simple
 
+version 1.01: Wed 15 Jan 2020 10:47:10 PM CET
+
+   Changes:
+   - Slaven needs 5.8 to be supported for his processed.  Reinstated.
+ rt.cpan.org#131486 [Slaven Rezic]
+
+   Fixes:
+   - README.md contained info of other project.
+
+version 1.00: Wed 15 Jan 11:57:43 CET 2020
+
+   Changes:
+   - require perl 5.10
+
+   Improvements:
+   - converted to GitHUB
+
 version 0.99: Mon 11 Dec 12:53:14 CET 2017
 
Changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/MANIFEST 
new/XML-LibXML-Simple-1.01/MANIFEST
--- old/XML-LibXML-Simple-0.99/MANIFEST 2017-12-11 13:00:52.0 +0100
+++ new/XML-LibXML-Simple-1.01/MANIFEST 2020-01-15 22:49:02.0 +0100
@@ -2,6 +2,7 @@
 MANIFEST
 Makefile.PL
 README
+README.md
 lib/XML/LibXML/Simple.pm
 lib/XML/LibXML/Simple.pod
 t/01use.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/META.json 

commit perl-XML-LibXML-Simple for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2017-12-19 10:44:29

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


Package is "perl-XML-LibXML-Simple"

Tue Dec 19 10:44:29 2017 rev:12 rq:556881 version:0.99

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2017-11-16 13:56:31.759375992 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2017-12-19 10:44:31.331266049 +0100
@@ -1,0 +2,15 @@
+Tue Dec 12 07:04:56 UTC 2017 - co...@suse.com
+
+- updated to 0.99
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.99: Mon 11 Dec 12:53:14 CET 2017
+  
+   Changes:
+   - support SuppressEmpty.
+  
+   Improvements:
+   - typo
+ rt.cpan.org#123618 [Gregor Herrmann, Debian]
+
+---

Old:

  XML-LibXML-Simple-0.98.tar.gz

New:

  XML-LibXML-Simple-0.99.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.59p6a3/_old  2017-12-19 10:44:32.003233610 +0100
+++ /var/tmp/diff_new_pack.59p6a3/_new  2017-12-19 10:44:32.003233610 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.98
+Version:0.99
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()

++ XML-LibXML-Simple-0.98.tar.gz -> XML-LibXML-Simple-0.99.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.98/ChangeLog 
new/XML-LibXML-Simple-0.99/ChangeLog
--- old/XML-LibXML-Simple-0.98/ChangeLog2017-11-08 10:39:33.0 
+0100
+++ new/XML-LibXML-Simple-0.99/ChangeLog2017-12-11 13:00:51.0 
+0100
@@ -1,6 +1,15 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.99: Mon 11 Dec 12:53:14 CET 2017
+
+   Changes:
+   - support SuppressEmpty.
+
+   Improvements:
+   - typo
+ rt.cpan.org#123618 [Gregor Herrmann, Debian]
+
 version 0.98: Wed  8 Nov 10:38:35 CET 2017
 
Improvements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.98/META.json 
new/XML-LibXML-Simple-0.99/META.json
--- old/XML-LibXML-Simple-0.98/META.json2017-11-08 10:39:34.0 
+0100
+++ new/XML-LibXML-Simple-0.99/META.json2017-12-11 13:00:52.0 
+0100
@@ -39,5 +39,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.98"
+   "version" : "0.99"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.98/META.yml 
new/XML-LibXML-Simple-0.99/META.yml
--- old/XML-LibXML-Simple-0.98/META.yml 2017-11-08 10:39:34.0 +0100
+++ new/XML-LibXML-Simple-0.99/META.yml 2017-12-11 13:00:52.0 +0100
@@ -21,4 +21,4 @@
   Scalar::Util: 0
   Test::More: 0.54
   XML::LibXML: 1.64
-version: 0.98
+version: 0.99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.98/Makefile.PL 
new/XML-LibXML-Simple-0.99/Makefile.PL
--- old/XML-LibXML-Simple-0.98/Makefile.PL  2017-11-08 10:39:33.0 
+0100
+++ new/XML-LibXML-Simple-0.99/Makefile.PL  2017-12-11 13:00:51.0 
+0100
@@ -4,7 +4,7 @@
 
 WriteMakefile
  ( NAME=> 'XML::LibXML::Simple'
- , VERSION => '0.98'
+ , VERSION => '0.99'
  , PREREQ_PM=>
{ XML::LibXML   => 1.64
, Test::More=> 0.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pm 
new/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pm
--- old/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pm 2017-11-08 
10:39:34.0 +0100
+++ new/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pm 2017-12-11 
13:00:51.0 +0100
@@ -4,7 +4,7 @@
 # Pod stripped from pm file by OODoc 2.02.
 package XML::LibXML::Simple;
 use vars '$VERSION';
-$VERSION = '0.98';
+$VERSION = '0.99';
 
 use base 'Exporter';
 
@@ -26,7 +26,7 @@
 my %known_opts = map +($_ => 1),
   qw(keyattr keeproot forcecontent contentkey noattr searchpath
  forcearray grouptags nsexpand normalisespace normalizespace
- valueattr nsstrip parser parseropts hooknodes);
+ valueattr nsstrip parser parseropts hooknodes suppressempty);
 
 my @default_attributes  = qw(name key id);
 my $default_content_key = 'content';
@@ -314,7 +314,9 @@
 if($hooks && (my $hook 

commit perl-XML-LibXML-Simple for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2017-11-16 13:56:30

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


Package is "perl-XML-LibXML-Simple"

Thu Nov 16 13:56:30 2017 rev:11 rq:541240 version:0.98

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2016-05-10 09:25:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2017-11-16 13:56:31.759375992 +0100
@@ -1,0 +2,16 @@
+Thu Nov  9 07:03:26 UTC 2017 - co...@suse.com
+
+- updated to 0.98
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.98: Wed  8 Nov 10:38:35 CET 2017
+  
+   Improvements:
+   - warn about the dwimmery of the code
+ rt.cpan.org#114021 [David Schmidt, Slaven Rezic]
+   - typo
+ rt.cpan.org#114211 [Gregor Herrmann, Debian]
+   - remove dependency on File::Slurp::Tiny, never used it
+ rt.cpan.org#123537 [Dan Book]
+
+---

Old:

  XML-LibXML-Simple-0.97.tar.gz

New:

  XML-LibXML-Simple-0.98.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.BQnV4b/_old  2017-11-16 13:56:32.459350633 +0100
+++ /var/tmp/diff_new_pack.BQnV4b/_new  2017-11-16 13:56:32.463350488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# 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,22 +17,20 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.97
+Version:0.98
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML-Simple/
-Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Slurp::Tiny)
 BuildRequires:  perl(XML::LibXML) >= 1.64
-Requires:   perl(File::Slurp::Tiny)
 Requires:   perl(XML::LibXML) >= 1.64
 %{perl_requires}
 
@@ -41,6 +39,11 @@
 XML::LibXML parser for XML structures, where the original uses plain Perl
 or SAX parsers.
 
+*Be warned:* this module thinks to be smart. You may very well shoot
+yourself in the foot with this DWIMmery. Read the whole manual page at
+least once before you start using it. If your XML is described in a schema
+or WSDL, then use XML::Compile for maintainable code.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ XML-LibXML-Simple-0.97.tar.gz -> XML-LibXML-Simple-0.98.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/ChangeLog 
new/XML-LibXML-Simple-0.98/ChangeLog
--- old/XML-LibXML-Simple-0.97/ChangeLog2016-04-12 15:12:26.0 
+0200
+++ new/XML-LibXML-Simple-0.98/ChangeLog2017-11-08 10:39:33.0 
+0100
@@ -1,6 +1,16 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.98: Wed  8 Nov 10:38:35 CET 2017
+
+   Improvements:
+   - warn about the dwimmery of the code
+ rt.cpan.org#114021 [David Schmidt, Slaven Rezic]
+   - typo
+ rt.cpan.org#114211 [Gregor Herrmann, Debian]
+   - remove dependency on File::Slurp::Tiny, never used it
+ rt.cpan.org#123537 [Dan Book]
+
 version 0.97: Tue 12 Apr 15:12:21 CEST 2016
 
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/META.json 
new/XML-LibXML-Simple-0.98/META.json
--- old/XML-LibXML-Simple-0.97/META.json2016-04-12 15:12:27.0 
+0200
+++ new/XML-LibXML-Simple-0.98/META.json2017-11-08 10:39:34.0 
+0100
@@ -10,7 +10,7 @@
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "XML-LibXML-Simple",
"no_index" : {
@@ -32,7 +32,6 @@
   },
   "runtime" : {
  "requires" : {
-"File::Slurp::Tiny" : 

commit perl-XML-LibXML-Simple for openSUSE:Factory

2016-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2016-05-10 09:25:55

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


Package is "perl-XML-LibXML-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2016-03-18 21:31:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2016-05-10 09:25:56.0 +0200
@@ -1,0 +2,11 @@
+Thu May  5 10:29:09 UTC 2016 - co...@suse.com
+
+- updated to 0.97
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.97: Tue 12 Apr 15:12:21 CEST 2016
+  
+   Fixes:
+   - HookNodes parameter was not allowed. [Kit Peters]
+
+---

Old:

  XML-LibXML-Simple-0.96.tar.gz

New:

  XML-LibXML-Simple-0.97.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.HgwKTg/_old  2016-05-10 09:25:58.0 +0200
+++ /var/tmp/diff_new_pack.HgwKTg/_new  2016-05-10 09:25:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.96
+Version:0.97
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()

++ XML-LibXML-Simple-0.96.tar.gz -> XML-LibXML-Simple-0.97.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.96/ChangeLog 
new/XML-LibXML-Simple-0.97/ChangeLog
--- old/XML-LibXML-Simple-0.96/ChangeLog2016-03-11 15:09:51.0 
+0100
+++ new/XML-LibXML-Simple-0.97/ChangeLog2016-04-12 15:12:26.0 
+0200
@@ -1,6 +1,11 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.97: Tue 12 Apr 15:12:21 CEST 2016
+
+   Fixes:
+   - HookNodes parameter was not allowed. [Kit Peters]
+
 version 0.96: Fri 11 Mar 15:09:43 CET 2016
 
Improvements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.96/META.json 
new/XML-LibXML-Simple-0.97/META.json
--- old/XML-LibXML-Simple-0.96/META.json2016-03-11 15:09:52.0 
+0100
+++ new/XML-LibXML-Simple-0.97/META.json2016-04-12 15:12:27.0 
+0200
@@ -40,5 +40,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.96"
+   "version" : "0.97"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.96/META.yml 
new/XML-LibXML-Simple-0.97/META.yml
--- old/XML-LibXML-Simple-0.96/META.yml 2016-03-11 15:09:52.0 +0100
+++ new/XML-LibXML-Simple-0.97/META.yml 2016-04-12 15:12:27.0 +0200
@@ -22,4 +22,4 @@
   Scalar::Util: 0
   Test::More: 0.54
   XML::LibXML: 1.64
-version: 0.96
+version: 0.97
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.96/Makefile.PL 
new/XML-LibXML-Simple-0.97/Makefile.PL
--- old/XML-LibXML-Simple-0.96/Makefile.PL  2016-03-11 15:09:51.0 
+0100
+++ new/XML-LibXML-Simple-0.97/Makefile.PL  2016-04-12 15:12:26.0 
+0200
@@ -4,7 +4,7 @@
 
 WriteMakefile
  ( NAME=> 'XML::LibXML::Simple'
- , VERSION => '0.96'
+ , VERSION => '0.97'
  , PREREQ_PM=>
{ XML::LibXML   => 1.64
, Test::More=> 0.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.96/README 
new/XML-LibXML-Simple-0.97/README
--- old/XML-LibXML-Simple-0.96/README   2016-03-11 15:09:51.0 +0100
+++ new/XML-LibXML-Simple-0.97/README   2016-04-12 15:12:26.0 +0200
@@ -1,5 +1,5 @@
-=== README for XML-LibXML-Simple version 0.96
-=   Generated on Fri Mar 11 15:09:51 2016 by OODoc 2.02
+=== README for XML-LibXML-Simple version 0.97
+=   Generated on Tue Apr 12 15:12:26 2016 by OODoc 2.02
 
 There are various ways to install this module:
 
@@ -9,16 +9,16 @@
  (2) if you use Windows, have a look at http://ppm.activestate.com/
 
  (3) if you have downloaded this module manually (as root/administrator)
-   gzip -d XML-LibXML-Simple-0.96.tar.gz
-   tar -xf XML-LibXML-Simple-0.96.tar
-   cd XML-LibXML-Simple-0.96
+   gzip -d XML-LibXML-Simple-0.97.tar.gz
+   tar -xf XML-LibXML-Simple-0.97.tar
+   cd XML-LibXML-Simple-0.97
perl Makefile.PL
make  # optional
make test # optional
make install
 
 For usage, see the included manual-pages or
-

commit perl-XML-LibXML-Simple for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2016-03-18 21:31:00

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


Package is "perl-XML-LibXML-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2015-04-22 01:10:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2016-03-18 21:31:17.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 13 10:46:13 UTC 2016 - co...@suse.com
+
+- updated to 0.96
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.96: Fri 11 Mar 15:09:43 CET 2016
+  
+   Improvements:
+   - deprecate XML input from 'undef'
+   - rewrite UNIVERSAL::isa into blessed ->isa
+   - implement hooks on nodes
+
+---

Old:

  XML-LibXML-Simple-0.95.tar.gz

New:

  XML-LibXML-Simple-0.96.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.nsyDgc/_old  2016-03-18 21:31:18.0 +0100
+++ /var/tmp/diff_new_pack.nsyDgc/_new  2016-03-18 21:31:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.95
+Version:0.96
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML-Simple/
-Source: 
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ XML-LibXML-Simple-0.95.tar.gz -> XML-LibXML-Simple-0.96.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/ChangeLog 
new/XML-LibXML-Simple-0.96/ChangeLog
--- old/XML-LibXML-Simple-0.95/ChangeLog2014-12-22 08:20:35.0 
+0100
+++ new/XML-LibXML-Simple-0.96/ChangeLog2016-03-11 15:09:51.0 
+0100
@@ -1,6 +1,13 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.96: Fri 11 Mar 15:09:43 CET 2016
+
+   Improvements:
+   - deprecate XML input from 'undef'
+   - rewrite UNIVERSAL::isa into blessed ->isa
+   - implement hooks on nodes
+
 version 0.95: Mon Dec 22 08:19:53 CET 2014
 
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/META.json 
new/XML-LibXML-Simple-0.96/META.json
--- old/XML-LibXML-Simple-0.95/META.json2014-12-22 08:20:36.0 
+0100
+++ new/XML-LibXML-Simple-0.96/META.json2016-03-11 15:09:52.0 
+0100
@@ -33,11 +33,12 @@
   "runtime" : {
  "requires" : {
 "File::Slurp::Tiny" : "0",
+"Scalar::Util" : "0",
 "Test::More" : "0.54",
 "XML::LibXML" : "1.64"
  }
   }
},
"release_status" : "stable",
-   "version" : "0.95"
+   "version" : "0.96"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/META.yml 
new/XML-LibXML-Simple-0.96/META.yml
--- old/XML-LibXML-Simple-0.95/META.yml 2014-12-22 08:20:35.0 +0100
+++ new/XML-LibXML-Simple-0.96/META.yml 2016-03-11 15:09:52.0 +0100
@@ -19,6 +19,7 @@
 - inc
 requires:
   File::Slurp::Tiny: 0
+  Scalar::Util: 0
   Test::More: 0.54
   XML::LibXML: 1.64
-version: 0.95
+version: 0.96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/Makefile.PL 
new/XML-LibXML-Simple-0.96/Makefile.PL
--- old/XML-LibXML-Simple-0.95/Makefile.PL  2014-12-22 08:19:40.0 
+0100
+++ new/XML-LibXML-Simple-0.96/Makefile.PL  2016-03-11 15:09:51.0 
+0100
@@ -4,11 +4,12 @@
 
 WriteMakefile
  ( NAME=> 'XML::LibXML::Simple'
- , VERSION => '0.95'
+ , VERSION => '0.96'
  , PREREQ_PM=>
{ XML::LibXML   => 1.64

commit perl-XML-LibXML-Simple for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2015-04-22 01:10:03

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


Package is perl-XML-LibXML-Simple

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2014-07-29 16:47:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2015-04-22 01:10:04.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 14 20:37:53 UTC 2015 - co...@suse.com
+
+- updated to 0.95
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.95: Mon Dec 22 08:19:53 CET 2014
+  
+   Fixes:
+   - content-key collapse did not work with any key value of 0.
+  
+   Improvements:
+   - doc: be clear that an XML::LibXML node can be used as source
+ for XMLin as well [Salve J. Nilsen]
+   - doc: cleaner SYNOPSIS, minor reorganisation.
+
+---

Old:

  XML-LibXML-Simple-0.94.tar.gz

New:

  XML-LibXML-Simple-0.95.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.WZCitd/_old  2015-04-22 01:10:05.0 +0200
+++ /var/tmp/diff_new_pack.WZCitd/_new  2015-04-22 01:10:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.94
+Version:0.95
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()

++ XML-LibXML-Simple-0.94.tar.gz - XML-LibXML-Simple-0.95.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.94/ChangeLog 
new/XML-LibXML-Simple-0.95/ChangeLog
--- old/XML-LibXML-Simple-0.94/ChangeLog2014-06-07 22:39:27.0 
+0200
+++ new/XML-LibXML-Simple-0.95/ChangeLog2014-12-22 08:20:35.0 
+0100
@@ -1,6 +1,16 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.95: Mon Dec 22 08:19:53 CET 2014
+
+   Fixes:
+   - content-key collapse did not work with any key value of 0.
+
+   Improvements:
+   - doc: be clear that an XML::LibXML node can be used as source
+ for XMLin as well [Salve J. Nilsen]
+   - doc: cleaner SYNOPSIS, minor reorganisation.
+
 version 0.94: Sat Jun  7 22:39:23 CEST 2014
 
Improvements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.94/META.json 
new/XML-LibXML-Simple-0.95/META.json
--- old/XML-LibXML-Simple-0.94/META.json2014-06-07 22:39:29.0 
+0200
+++ new/XML-LibXML-Simple-0.95/META.json2014-12-22 08:20:36.0 
+0100
@@ -39,5 +39,5 @@
   }
},
release_status : stable,
-   version : 0.94
+   version : 0.95
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.94/META.yml 
new/XML-LibXML-Simple-0.95/META.yml
--- old/XML-LibXML-Simple-0.94/META.yml 2014-06-07 22:39:29.0 +0200
+++ new/XML-LibXML-Simple-0.95/META.yml 2014-12-22 08:20:35.0 +0100
@@ -21,4 +21,4 @@
   File::Slurp::Tiny: 0
   Test::More: 0.54
   XML::LibXML: 1.64
-version: 0.94
+version: 0.95
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.94/Makefile.PL 
new/XML-LibXML-Simple-0.95/Makefile.PL
--- old/XML-LibXML-Simple-0.94/Makefile.PL  2014-06-07 22:39:27.0 
+0200
+++ new/XML-LibXML-Simple-0.95/Makefile.PL  2014-12-22 08:19:40.0 
+0100
@@ -4,7 +4,7 @@
 
 WriteMakefile
  ( NAME= 'XML::LibXML::Simple'
- , VERSION = '0.94'
+ , VERSION = '0.95'
  , PREREQ_PM=
{ XML::LibXML   = 1.64
, Test::More= 0.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.94/README 
new/XML-LibXML-Simple-0.95/README
--- old/XML-LibXML-Simple-0.94/README   2014-06-07 22:39:28.0 +0200
+++ new/XML-LibXML-Simple-0.95/README   2014-12-22 08:19:40.0 +0100
@@ -1,5 +1,5 @@
-=== README for XML-LibXML-Simple version 0.94
-=   Generated on Sat Jun  7 22:39:28 2014 by OODoc 2.01
+=== README for 

commit perl-XML-LibXML-Simple for openSUSE:Factory

2014-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2014-07-29 16:47:56

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


Package is perl-XML-LibXML-Simple

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2013-06-06 12:58:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2014-07-29 16:47:57.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 28 05:30:42 UTC 2014 - co...@suse.com
+
+- updated to 0.94
+   Improvements:
+   - change documentation style.
+   - replace File::Slurp by File::Slurp::Tiny [Caleb Cushing]
+
+---

Old:

  XML-LibXML-Simple-0.93.tar.gz

New:

  XML-LibXML-Simple-0.94.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.jszLQb/_old  2014-07-29 16:47:58.0 +0200
+++ /var/tmp/diff_new_pack.jszLQb/_new  2014-07-29 16:47:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML-Simple
-Version:0.93
+Version:0.94
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()
@@ -29,9 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Slurp::Tiny)
 BuildRequires:  perl(XML::LibXML) = 1.64
-Requires:   perl(File::Slurp)
+Requires:   perl(File::Slurp::Tiny)
 Requires:   perl(XML::LibXML) = 1.64
 %{perl_requires}
 

++ XML-LibXML-Simple-0.93.tar.gz - XML-LibXML-Simple-0.94.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/ChangeLog 
new/XML-LibXML-Simple-0.94/ChangeLog
--- old/XML-LibXML-Simple-0.93/ChangeLog2013-03-02 11:59:01.0 
+0100
+++ new/XML-LibXML-Simple-0.94/ChangeLog2014-06-07 22:39:27.0 
+0200
@@ -1,7 +1,15 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.94: Sat Jun  7 22:39:23 CEST 2014
+
+   Improvements:
+   - change documentation style.
+   - replace File::Slurp by File::Slurp::Tiny [Caleb Cushing]
+
 version 0.93: Sat Mar  2 11:58:52 CET 2013
+
+   Improvements:
- move pod-test to xt/
- fix warning produced by Pod::Checker
 
@@ -11,11 +19,13 @@
- include license in the manuals.
 
 version 0.91: Mon Jul 11 22:40:02 CEST 2011
+
Fixes:
- forcearray option with one element
  rt.cpan.org#69336 [Matt W Johnson]
 
 version 0.90: Wed Jun 15 10:20:48 CEST 2011
+
Fixes:
- initialize XML::LibXML::Parser into safe mode.
  rt.cpan.org#68803 [Yann Kerherve]
@@ -24,17 +34,20 @@
- new Parser and ParserOpts parameters
 
 version 0.15: Thu Apr 28 10:22:34 CEST 2011
+
Fixes:
- parser object recreated each time, because it cannot be
  reused (any more?). [Didier Brun]
 
 version 0.14: Fri Jul 16 11:17:49 CEST 2010
+
Fixes:
- do not use /bin/pwd in t/99pod.t
- forgot to define xml_in.
  rt.cpan.org#59172 [Justin Case]
 
 version 0.13: Wed Nov 19 11:03:52 CET 2008
+
Fixes:
- do not try to expand namespace in pseudo- attributes, like
  namespace declarations.
@@ -44,10 +57,12 @@
- add option NsStrip
 
 version 0.12: Wed Mar 26 11:43:09 CET 2008
+
Fixes:
- fix tests on Windows.
 
 version 0.11: Fri Feb  8 14:41:35 CET 2008
+
Improvements:
- moved XML input parsing to separate subroutine
- added ChangeLog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/META.json 
new/XML-LibXML-Simple-0.94/META.json
--- old/XML-LibXML-Simple-0.93/META.json2013-03-02 11:59:03.0 
+0100
+++ new/XML-LibXML-Simple-0.94/META.json2014-06-07 22:39:29.0 
+0200
@@ -4,7 +4,7 @@
   Mark Overmeer
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630,
+   generated_by : ExtUtils::MakeMaker version 6.64, 

commit perl-XML-LibXML-Simple for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2013-06-06 12:58:15

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


Package is perl-XML-LibXML-Simple

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2012-05-29 11:46:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2013-06-06 12:58:16.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 17:01:50 UTC 2013 - co...@suse.com
+
+- updated to 0.93
+   - move pod-test to xt/
+   - fix warning produced by Pod::Checker
+   - include license in the manuals.
+
+---

Old:

  XML-LibXML-Simple-0.91.tar.gz

New:

  XML-LibXML-Simple-0.93.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.Ng9RBR/_old  2013-06-06 12:58:16.0 +0200
+++ /var/tmp/diff_new_pack.Ng9RBR/_new  2013-06-06 12:58:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# 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,29 +16,24 @@
 #
 
 
-
 Name:   perl-XML-LibXML-Simple
-Version:0.91
+Version:0.93
 Release:0
-Summary:XML::LibXML based XML::Simple clone
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-LibXML-Simple-%{version}.tar.gz
-Url:http://search.cpan.org/dist/XML-LibXML-Simple
-Group:  Development/Libraries/Perl
+%define cpan_name XML-LibXML-Simple
+Summary:XML::LibXML clone of XML::Simple::XMLin()
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/XML-LibXML-Simple/
+Source: 
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More) = 0.54
-BuildRequires:  perl(XML::LibXML) = 1.64
-BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(File::Slurp)
-Requires:   perl(XML::LibXML) = 1.64
+BuildRequires:  perl(XML::LibXML) = 1.64
 Requires:   perl(File::Slurp)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+Requires:   perl(XML::LibXML) = 1.64
+%{perl_requires}
 
 %description
 This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
@@ -46,30 +41,22 @@
 or SAX parsers.
 
 %prep
-%setup -q -n XML-LibXML-Simple-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?_smp_flags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc README
-%dir %{perl_vendorlib}/XML
-%dir %{perl_vendorlib}/XML/LibXML
-%{perl_vendorlib}/XML/LibXML/Simple.pm
-%doc %{perl_vendorlib}/XML/LibXML/Simple.pod
-%doc %{perl_man3dir}/XML::LibXML::Simple.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ChangeLog README
 
 %changelog

++ XML-LibXML-Simple-0.91.tar.gz - XML-LibXML-Simple-0.93.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.91/ChangeLog 
new/XML-LibXML-Simple-0.93/ChangeLog
--- old/XML-LibXML-Simple-0.91/ChangeLog2011-07-11 22:40:06.0 
+0200
+++ new/XML-LibXML-Simple-0.93/ChangeLog2013-03-02 11:59:01.0 
+0100
@@ -1,6 +1,15 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.93: Sat Mar  2 11:58:52 CET 2013
+   - move pod-test to xt/
+   - fix warning produced by Pod::Checker
+
+version 0.92: Fri Dec 21 12:22:16 CET 2012
+
+   Fixes:
+   - include license in the manuals.
+
 version 0.91: Mon Jul 11 22:40:02 CEST 2011
Fixes:
- forcearray option with one element
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.91/MANIFEST