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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
2014-07-29 16:47:57.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul 28 05:30:42 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.jszLQb/_new 2014-07-29 16:47:58.000000000 +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/ChangeLog 2013-03-02 11:59:01.000000000
+0100
+++ new/XML-LibXML-Simple-0.94/ChangeLog 2014-06-07 22:39:27.000000000
+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.json 2013-03-02 11:59:03.000000000
+0100
+++ new/XML-LibXML-Simple-0.94/META.json 2014-06-07 22:39:29.000000000
+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, CPAN::Meta::Converter
version 2.120630",
"license" : [
"perl_5"
],
@@ -32,12 +32,12 @@
},
"runtime" : {
"requires" : {
- "File::Slurp" : "0",
+ "File::Slurp::Tiny" : "0",
"Test::More" : "0.54",
"XML::LibXML" : "1.64"
}
}
},
"release_status" : "stable",
- "version" : "0.93"
+ "version" : "0.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/META.yml
new/XML-LibXML-Simple-0.94/META.yml
--- old/XML-LibXML-Simple-0.93/META.yml 2013-03-02 11:59:02.000000000 +0100
+++ new/XML-LibXML-Simple-0.94/META.yml 2014-06-07 22:39:29.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter
version 2.120630'
+generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version
2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@
- t
- inc
requires:
- File::Slurp: 0
+ File::Slurp::Tiny: 0
Test::More: 0.54
XML::LibXML: 1.64
-version: 0.93
+version: 0.94
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/Makefile.PL
new/XML-LibXML-Simple-0.94/Makefile.PL
--- old/XML-LibXML-Simple-0.93/Makefile.PL 2013-02-19 09:04:18.000000000
+0100
+++ new/XML-LibXML-Simple-0.94/Makefile.PL 2014-06-07 22:39:27.000000000
+0200
@@ -4,11 +4,11 @@
WriteMakefile
( NAME => 'XML::LibXML::Simple'
- , VERSION => '0.93'
+ , VERSION => '0.94'
, PREREQ_PM =>
- { XML::LibXML => 1.64
- , Test::More => 0.54
- , File::Slurp => 0
+ { XML::LibXML => 1.64
+ , Test::More => 0.54
+ , File::Slurp::Tiny => 0
}
, AUTHOR => 'Mark Overmeer'
, ABSTRACT => 'XML::LibXML based XML::Simple clone'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/README
new/XML-LibXML-Simple-0.94/README
--- old/XML-LibXML-Simple-0.93/README 2013-02-19 09:04:18.000000000 +0100
+++ new/XML-LibXML-Simple-0.94/README 2014-06-07 22:39:28.000000000 +0200
@@ -1,5 +1,5 @@
-=== README for XML-LibXML-Simple version 0.93
-= Generated on Tue Feb 19 09:04:18 2013 by OODoc 2.01
+=== README for XML-LibXML-Simple version 0.94
+= Generated on Sat Jun 7 22:39:28 2014 by OODoc 2.01
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.93.tar.gz
- tar -xf XML-LibXML-Simple-0.93.tar
- cd XML-LibXML-Simple-0.93
+ gzip -d XML-LibXML-Simple-0.94.tar.gz
+ tar -xf XML-LibXML-Simple-0.94.tar
+ cd XML-LibXML-Simple-0.94
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.93/
+ http://search.cpan.org/dist/XML-LibXML-Simple-0.94/
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.93/lib/XML/LibXML/Simple.pm
new/XML-LibXML-Simple-0.94/lib/XML/LibXML/Simple.pm
--- old/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pm 2013-03-02
11:59:01.000000000 +0100
+++ new/XML-LibXML-Simple-0.94/lib/XML/LibXML/Simple.pm 2014-06-07
22:39:28.000000000 +0200
@@ -1,10 +1,10 @@
-# Copyrights 2008-2013 by [Mark Overmeer].
+# Copyrights 2008-2014 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.01.
package XML::LibXML::Simple;
use vars '$VERSION';
-$VERSION = '0.93';
+$VERSION = '0.94';
use base 'Exporter';
@@ -14,10 +14,10 @@
our @EXPORT = qw(XMLin);
our @EXPORT_OK = qw(xml_in);
-use XML::LibXML ();
-use File::Slurp qw/read_file/;
-use File::Basename qw/fileparse/;
-use File::Spec ();
+use XML::LibXML ();
+use File::Slurp::Tiny qw/read_file/;
+use File::Basename qw/fileparse/;
+use File::Spec ();
use Carp;
use Data::Dumper; #to be removed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod
new/XML-LibXML-Simple-0.94/lib/XML/LibXML/Simple.pod
--- old/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod 2013-03-02
11:59:01.000000000 +0100
+++ new/XML-LibXML-Simple-0.94/lib/XML/LibXML/Simple.pod 2014-06-07
22:39:28.000000000 +0200
@@ -1,3 +1,5 @@
+=encoding utf8
+
=head1 NAME
XML::LibXML::Simple - XML::LibXML clone of XML::Simple::XMLin()
@@ -30,13 +32,13 @@
=over 4
-=item XML::LibXML::Simple-E<gt>B<new>(OPTIONS)
+=item XML::LibXML::Simple-E<gt>B<new>(%options)
Instantiate an object, which can be used to call
L<XMLin()|XML::LibXML::Simple/"Translators"> on. You can
-provide OPTIONS to this constructor (to be reused for each call to XMLin)
+provide %options to this constructor (to be reused for each call to XMLin)
and with each call of XMLin (to be used once)
-For XML-DATA and descriptions of the OPTIONS see the L</DETAILS>
+For descriptions of the %options see the L</DETAILS>
section of this manual page.
=back
@@ -45,9 +47,9 @@
=over 4
-=item $obj-E<gt>B<XMLin>(XML-DATA, OPTIONS)
+=item $obj-E<gt>B<XMLin>($xmldata, %options)
-For XML-DATA and descriptions of the OPTIONS see the L</DETAILS>
+For $xmldata and descriptions of the %options see the L</DETAILS>
section of this manual page.
=back
@@ -696,7 +698,7 @@
Grant McLean E<lt>[email protected]<gt>
Copyrights of the perl code and the related documentation by
-2008-2013 by [Mark Overmeer]. For other contributors see ChangeLog.
+2008-2014 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.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]