Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-XML-DOM for openSUSE:Factory checked in at 2022-06-03 14:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-DOM (Old) and /work/SRC/openSUSE:Factory/.perl-XML-DOM.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-DOM" Fri Jun 3 14:16:38 2022 rev:21 rq:980483 version:1.46 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-DOM/perl-XML-DOM.changes 2015-08-28 08:25:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-DOM.new.1548/perl-XML-DOM.changes 2022-06-03 14:16:40.189316757 +0200 @@ -1,0 +2,17 @@ +Mon May 23 13:50:46 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Fix license tag, remove CHECK(...) and use correct + "you can redistribute it and/or modify it under the same terms as + Perl itself." aka GPL-1.0+ OR Artistic-1.0 +- Use https for URL and SourceURL + +------------------------------------------------------------------- +Thu Sep 22 06:24:58 UTC 2016 - co...@suse.com + +- updated to 1.46 + see /usr/share/doc/packages/perl-XML-DOM/Changes + + 1.46 (tjmather) 09/21/2016 + - Correct name passed to WriteMakefile to XML::DOM (was XML/Dom) + +------------------------------------------------------------------- Old: ---- XML-DOM-1.45.tar.gz New: ---- XML-DOM-1.46.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-DOM.spec ++++++ --- /var/tmp/diff_new_pack.XNv4nK/_old 2022-06-03 14:16:41.965319064 +0200 +++ /var/tmp/diff_new_pack.XNv4nK/_new 2022-06-03 14:16:41.973319074 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-DOM # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # 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-DOM -Version: 1.45 +Version: 1.46 Release: 0 %define cpan_name XML-DOM Summary: Perl Module for Building Dom Level 1 Compliant Document Structures -License: Artistic-1.0 or GPL-1.0+ +# "You can redistribute it and/or modify it under the same terms as Perl itself" +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/XML-DOM/ -Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/pod/XML::DOM +Source0: https://cpan.metacpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,7 +71,7 @@ When using XML::Parser 2.27 and above, you can suppress expansion of parameter entity references (e.g. %pent;) in the DTD, by setting -_ParseParamEnt_ to 1 and _ExpandParamEnt_ to 0. See /_Hidden_Nodes_ for +_ParseParamEnt_ to 1 and _ExpandParamEnt_ to 0. See Hidden Nodes for details. A Document has a tree structure consisting of _Node_ objects. A Node may ++++++ XML-DOM-1.45.tar.gz -> XML-DOM-1.46.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-DOM-1.45/Changes new/XML-DOM-1.46/Changes --- old/XML-DOM-1.45/Changes 2015-08-17 02:54:53.000000000 +0200 +++ new/XML-DOM-1.46/Changes 2016-09-21 14:35:10.000000000 +0200 @@ -1,5 +1,8 @@ Change History for XML-DOM: +1.46 (tjmather) 09/21/2016 +- Correct name passed to WriteMakefile to XML::DOM (was XML/Dom) + 1.45 (tjmather) 08/16/2015 - Fix pod errors and a typo ( Florian Schlichting ) - properly encode output for printToFile ( Martin Ferrari, Gregor Herrmann ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-DOM-1.45/META.json new/XML-DOM-1.46/META.json --- old/XML-DOM-1.45/META.json 2015-08-17 02:56:49.000000000 +0200 +++ new/XML-DOM-1.46/META.json 2016-09-21 14:39:11.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380", + "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921", "license" : [ "unknown" ], @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "1.45" + "version" : "1.46" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-DOM-1.45/META.yml new/XML-DOM-1.46/META.yml --- old/XML-DOM-1.45/META.yml 2015-08-17 02:56:49.000000000 +0200 +++ new/XML-DOM-1.46/META.yml 2016-09-21 14:39:11.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380' +generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,4 +22,4 @@ XML::Parser: 2.30 XML::Parser::PerlSAX: 0.07 XML::RegExp: 0 -version: 1.45 +version: 1.46 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-DOM-1.45/Makefile.PL new/XML-DOM-1.46/Makefile.PL --- old/XML-DOM-1.45/Makefile.PL 2003-07-29 00:50:55.000000000 +0200 +++ new/XML-DOM-1.46/Makefile.PL 2016-09-21 14:34:42.000000000 +0200 @@ -17,7 +17,7 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - NAME => 'XML-DOM', + NAME => 'XML::DOM', VERSION_FROM => 'lib/XML/DOM.pm', # XML::Parser 2.28 and above work, but make test # doesn't pass because of different ways diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-DOM-1.45/lib/XML/DOM.pm new/XML-DOM-1.46/lib/XML/DOM.pm --- old/XML-DOM-1.45/lib/XML/DOM.pm 2015-08-17 02:51:13.000000000 +0200 +++ new/XML-DOM-1.46/lib/XML/DOM.pm 2016-09-21 14:35:35.000000000 +0200 @@ -39,7 +39,7 @@ BEGIN { require XML::Parser; - $VERSION = '1.45'; + $VERSION = '1.46'; my $needVersion = '2.28'; die "need at least XML::Parser version $needVersion (current=${XML::Parser::VERSION})"