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.000000000 +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 - [email protected]
+
+- 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/ChangeLog 2016-04-12 15:12:26.000000000
+0200
+++ new/XML-LibXML-Simple-0.98/ChangeLog 2017-11-08 10:39:33.000000000
+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.json 2016-04-12 15:12:27.000000000
+0200
+++ new/XML-LibXML-Simple-0.98/META.json 2017-11-08 10:39:34.000000000
+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" : "0",
"Scalar::Util" : "0",
"Test::More" : "0.54",
"XML::LibXML" : "1.64"
@@ -40,5 +39,5 @@
}
},
"release_status" : "stable",
- "version" : "0.97"
+ "version" : "0.98"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/META.yml
new/XML-LibXML-Simple-0.98/META.yml
--- old/XML-LibXML-Simple-0.97/META.yml 2016-04-12 15:12:27.000000000 +0200
+++ new/XML-LibXML-Simple-0.98/META.yml 2017-11-08 10:39:34.000000000 +0100
@@ -18,8 +18,7 @@
- t
- inc
requires:
- File::Slurp::Tiny: 0
Scalar::Util: 0
Test::More: 0.54
XML::LibXML: 1.64
-version: 0.97
+version: 0.98
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/Makefile.PL
new/XML-LibXML-Simple-0.98/Makefile.PL
--- old/XML-LibXML-Simple-0.97/Makefile.PL 2016-04-12 15:12:26.000000000
+0200
+++ new/XML-LibXML-Simple-0.98/Makefile.PL 2017-11-08 10:39:33.000000000
+0100
@@ -4,11 +4,10 @@
WriteMakefile
( NAME => 'XML::LibXML::Simple'
- , VERSION => '0.97'
+ , VERSION => '0.98'
, PREREQ_PM =>
{ XML::LibXML => 1.64
, Test::More => 0.54
- , File::Slurp::Tiny => 0
, Scalar::Util => 0
}
, AUTHOR => 'Mark Overmeer'
@@ -21,11 +20,10 @@
RAWDIR = ../public_html/xml-libxml-simple/raw
DISTDIR = ../public_html/xml-libxml-simple/source
-LICENSE = artistic
-SKIP_LINKS = XML::LibXML
+SKIP_LINKS = XML::LibXML
# for POD
FIRST_YEAR = 2008
-EMAIL = [email protected]
+EMAIL = [email protected]
WEBSITE = http://perl.overmeer.net/xml-libxml-simple/
__POSTAMBLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/README
new/XML-LibXML-Simple-0.98/README
--- old/XML-LibXML-Simple-0.97/README 2016-04-12 15:12:26.000000000 +0200
+++ new/XML-LibXML-Simple-0.98/README 2017-11-08 10:39:34.000000000 +0100
@@ -1,5 +1,5 @@
-=== README for XML-LibXML-Simple version 0.97
-= Generated on Tue Apr 12 15:12:26 2016 by OODoc 2.02
+=== README for XML-LibXML-Simple version 0.98
+= Generated on Wed Nov 8 10:39:34 2017 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.97.tar.gz
- tar -xf XML-LibXML-Simple-0.97.tar
- cd XML-LibXML-Simple-0.97
+ gzip -d XML-LibXML-Simple-0.98.tar.gz
+ tar -xf XML-LibXML-Simple-0.98.tar
+ cd XML-LibXML-Simple-0.98
perl Makefile.PL
make # optional
make test # optional
make install
For usage, see the included manual-pages or
- http://search.cpan.org/dist/XML-LibXML-Simple-0.97/
+ http://search.cpan.org/dist/XML-LibXML-Simple-0.98/
Please report problems to
http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Simple
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/lib/XML/LibXML/Simple.pm
new/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pm
--- old/XML-LibXML-Simple-0.97/lib/XML/LibXML/Simple.pm 2016-04-12
15:12:26.000000000 +0200
+++ new/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pm 2017-11-08
10:39:34.000000000 +0100
@@ -1,10 +1,10 @@
-# Copyrights 2008-2016 by [Mark Overmeer].
+# Copyrights 2008-2017 by [Mark Overmeer].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
package XML::LibXML::Simple;
use vars '$VERSION';
-$VERSION = '0.97';
+$VERSION = '0.98';
use base 'Exporter';
@@ -15,7 +15,6 @@
our @EXPORT_OK = qw(xml_in);
use XML::LibXML ();
-use File::Slurp::Tiny qw/read_file/;
use File::Basename qw/fileparse/;
use File::Spec ();
use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.97/lib/XML/LibXML/Simple.pod
new/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pod
--- old/XML-LibXML-Simple-0.97/lib/XML/LibXML/Simple.pod 2016-04-12
15:12:26.000000000 +0200
+++ new/XML-LibXML-Simple-0.98/lib/XML/LibXML/Simple.pod 2017-11-08
10:39:34.000000000 +0100
@@ -30,6 +30,11 @@
use the XML::LibXML parser for XML structures, where the original
uses plain Perl or SAX parsers.
+B<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.
+
=head1 METHODS
=head2 Constructors
@@ -156,7 +161,7 @@
=item ContentKey => 'keyname' I<# seldom used>
-When text content is parsed to a hash value, this option let's you specify a
+When text content is parsed to a hash value, this option lets you specify a
name for the hash key to override the default 'content'. So for example:
XMLin('<opt one="1">Two</opt>', ContentKey => 'text')
@@ -770,9 +775,9 @@
Grant McLean E<lt>[email protected]<gt>
Copyrights of the perl code and the related documentation by
-2008-2016 by [Mark Overmeer]. For other contributors see ChangeLog.
+2008-2017 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-See F<http://www.perl.com/perl/misc/Artistic.html>
+See F<http://dev.perl.org/licenses/>