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 - <[email protected]>
+
+- 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/ChangeLog 2017-12-11 13:00:51.000000000
+0100
+++ new/XML-LibXML-Simple-1.01/ChangeLog 2020-01-15 22:49:01.000000000
+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.000000000 +0100
+++ new/XML-LibXML-Simple-1.01/MANIFEST 2020-01-15 22:49:02.000000000 +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
new/XML-LibXML-Simple-1.01/META.json
--- old/XML-LibXML-Simple-0.99/META.json 2017-12-11 13:00:52.000000000
+0100
+++ new/XML-LibXML-Simple-1.01/META.json 2020-01-15 22:49:02.000000000
+0100
@@ -1,10 +1,10 @@
{
- "abstract" : "XML::LibXML based XML::Simple clone",
+ "abstract" : "XML::LibXML alternative to XML::Simple::XMLin()",
"author" : [
- "Mark Overmeer"
+ "Mark Overmeer <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter
version 2.120630",
+ "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -39,5 +39,17 @@
}
},
"release_status" : "stable",
- "version" : "0.99"
+ "resources" : {
+ "homepage" : "http://perl.overmeer.net/CPAN/",
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/markov2/perl5-XML-LibXML-Simple.git",
+ "web" : "https://github.com/markov2/perl5-XML-LibXML-Simple"
+ }
+ },
+ "version" : "1.01",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/META.yml
new/XML-LibXML-Simple-1.01/META.yml
--- old/XML-LibXML-Simple-0.99/META.yml 2017-12-11 13:00:52.000000000 +0100
+++ new/XML-LibXML-Simple-1.01/META.yml 2020-01-15 22:49:02.000000000 +0100
@@ -1,24 +1,29 @@
---
-abstract: 'XML::LibXML based XML::Simple clone'
+abstract: 'XML::LibXML alternative to XML::Simple::XMLin()'
author:
- - 'Mark Overmeer'
+ - 'Mark Overmeer <[email protected]>'
build_requires:
- ExtUtils::MakeMaker: 0
+ ExtUtils::MakeMaker: '0'
configure_requires:
- ExtUtils::MakeMaker: 0
+ ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version
2.120630'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: XML-LibXML-Simple
no_index:
directory:
- t
- inc
requires:
- Scalar::Util: 0
- Test::More: 0.54
- XML::LibXML: 1.64
-version: 0.99
+ Scalar::Util: '0'
+ Test::More: '0.54'
+ XML::LibXML: '1.64'
+resources:
+ homepage: http://perl.overmeer.net/CPAN/
+ license: http://dev.perl.org/licenses/
+ repository: https://github.com/markov2/perl5-XML-LibXML-Simple.git
+version: '1.01'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/Makefile.PL
new/XML-LibXML-Simple-1.01/Makefile.PL
--- old/XML-LibXML-Simple-0.99/Makefile.PL 2017-12-11 13:00:51.000000000
+0100
+++ new/XML-LibXML-Simple-1.01/Makefile.PL 2020-01-15 22:49:01.000000000
+0100
@@ -1,18 +1,33 @@
use ExtUtils::MakeMaker;
+#XXX Slaven needs 5.8 to be supported. Do not change this without
+#XXX warning him.
use 5.008;
WriteMakefile
( NAME => 'XML::LibXML::Simple'
- , VERSION => '0.99'
+ , VERSION => '1.01'
, PREREQ_PM =>
{ XML::LibXML => 1.64
, Test::More => 0.54
, Scalar::Util => 0
}
- , AUTHOR => 'Mark Overmeer'
- , ABSTRACT => 'XML::LibXML based XML::Simple clone'
- , LICENSE => 'perl'
+ , AUTHOR => 'Mark Overmeer <[email protected]>'
+ , ABSTRACT => 'XML::LibXML alternative to XML::Simple::XMLin()'
+ , LICENSE => 'perl_5'
+
+ , META_MERGE =>
+ { 'meta-spec' => { version => 2 }
+ , resources =>
+ { repository =>
+ { type => 'git'
+ , url =>
'https://github.com/markov2/perl5-XML-LibXML-Simple.git'
+ , web => 'https://github.com/markov2/perl5-XML-LibXML-Simple'
+ }
+ , homepage => 'http://perl.overmeer.net/CPAN/'
+ , license => [ 'http://dev.perl.org/licenses/' ]
+ }
+ }
);
### used by oodist during production of distribution
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/README
new/XML-LibXML-Simple-1.01/README
--- old/XML-LibXML-Simple-0.99/README 2017-11-08 10:39:34.000000000 +0100
+++ new/XML-LibXML-Simple-1.01/README 2020-01-15 11:56:02.000000000 +0100
@@ -1,5 +1,5 @@
-=== README for XML-LibXML-Simple version 0.98
-= Generated on Wed Nov 8 10:39:34 2017 by OODoc 2.02
+=== README for XML-LibXML-Simple version 1.00
+= Generated on Wed Jan 15 11:56:02 2020 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.98.tar.gz
- tar -xf XML-LibXML-Simple-0.98.tar
- cd XML-LibXML-Simple-0.98
+ gzip -d XML-LibXML-Simple-1.00.tar.gz
+ tar -xf XML-LibXML-Simple-1.00.tar
+ cd XML-LibXML-Simple-1.00
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.98/
+ http://search.cpan.org/dist/XML-LibXML-Simple-1.00/
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.99/README.md
new/XML-LibXML-Simple-1.01/README.md
--- old/XML-LibXML-Simple-0.99/README.md 1970-01-01 01:00:00.000000000
+0100
+++ new/XML-LibXML-Simple-1.01/README.md 2020-01-15 22:49:01.000000000
+0100
@@ -0,0 +1,57 @@
+# distribution XML-LibXML-Simple
+
+ * My extended documentation: <http://perl.overmeer.net/CPAN/>
+ * Development via GitHub:
<https://github.com/markov2/perl5-XML-LibXML-Simple>
+ * Download from CPAN: <ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MA/MARKOV/>
+ * Indexed from CPAN: <https://metacpan.org/release/XML-LibXML-Simple>
+
+Read XML like XML::Simple::XMLin() does, but then using a good parser:
+via XML::LibXML.
+
+## Development → Release
+
+Important to know, is that I use an extension on POD to write the manuals.
+The "raw" unprocessed version is visible on GitHub. It will run without
+problems, but does not contain manual-pages.
+
+Releases to CPAN are different: "raw" documentation gets removed from
+the code and translated into real POD and clean HTML. This reformatting
+is implemented with the OODoc distribution (A name I chose before OpenOffice
+existed, sorry for the confusion)
+
+Clone from github for the "raw" version. For instance, when you want
+to contribute a new feature.
+
+On github, you can find the processed version for each release. But the
+better source is CPAN; to get it installed simply run:
+
+```sh
+ cpan -i XML::LibXML::Simple
+```
+
+## Contributing
+
+When you want to contribute to this module, you do not need to provide
+a perfect patch... actually: it is nearly impossible to create a patch
+which I will merge without modification. Usually, I need to adapt the
+style of code and documentation to my own strict rules.
+
+When you submit an extension, please contribute a set with
+
+1. code
+
+2. code documentation
+
+3. regression tests in t/
+
+**Please note:**
+When you contribute in any way, you agree to transfer the copyrights to
+Mark Overmeer (you will get the honors in the code and/or ChangeLog).
+You also automatically agree that your contribution is released under
+the same license as this project: licensed as perl itself.
+
+## Copyright and License
+
+This project is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+See <http://dev.perl.org/licenses/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pm
new/XML-LibXML-Simple-1.01/lib/XML/LibXML/Simple.pm
--- old/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pm 2017-12-11
13:00:51.000000000 +0100
+++ new/XML-LibXML-Simple-1.01/lib/XML/LibXML/Simple.pm 2020-01-15
22:49:01.000000000 +0100
@@ -1,10 +1,14 @@
-# Copyrights 2008-2017 by [Mark Overmeer].
+# Copyrights 2008-2020 by [Mark Overmeer <[email protected]>].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
+# This code is part of distribution XML-LibXML-Simple. Meta-POD processed
+# with OODoc into POD and HTML manual-pages. See README.md
+# Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
+
package XML::LibXML::Simple;
use vars '$VERSION';
-$VERSION = '0.99';
+$VERSION = '1.01';
use base 'Exporter';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pod
new/XML-LibXML-Simple-1.01/lib/XML/LibXML/Simple.pod
--- old/XML-LibXML-Simple-0.99/lib/XML/LibXML/Simple.pod 2017-12-11
13:00:51.000000000 +0100
+++ new/XML-LibXML-Simple-1.01/lib/XML/LibXML/Simple.pod 2020-01-15
22:49:01.000000000 +0100
@@ -780,7 +780,7 @@
Grant McLean E<lt>[email protected]<gt>
Copyrights of the perl code and the related documentation by
-2008-2017 by [Mark Overmeer]. For other contributors see ChangeLog.
+2008-2020 by [Mark Overmeer <[email protected]>]. 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.