Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-XML-Atom for openSUSE:Factory checked in at 2021-05-04 22:01:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-Atom (Old) and /work/SRC/openSUSE:Factory/.perl-XML-Atom.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-Atom" Tue May 4 22:01:26 2021 rev:3 rq:890414 version:0.43 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-Atom/perl-XML-Atom.changes 2020-02-10 21:54:58.982242717 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-Atom.new.2988/perl-XML-Atom.changes 2021-05-04 22:01:39.956448070 +0200 @@ -1,0 +2,19 @@ +Tue May 4 13:31:57 UTC 2021 - Tina M??ller <tina.muel...@suse.com> + +- Remove patches d2c045a8ca0d0ca147b04bc9e7c70b27db8cc4e1.patch and + fix-tests.patch (issues fixed upstream) + +------------------------------------------------------------------- +Thu Apr 29 03:08:47 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.43 + see /usr/share/doc/packages/perl-XML-Atom/Changes + + 0.43 2021-04-28 13:39:09 PDT + * Use Digest::SHA instead of Digest::SHA1 #13 + * Fix tests when no '.' is in @INC #14 + * Enable expand_entities for XML::LibXML 2.0202 #20 + * Bump dependency for XML::LibXML + * Bump dependency for XML::XPath and removed unnecessary override #23 + +------------------------------------------------------------------- Old: ---- XML-Atom-0.42.tar.gz d2c045a8ca0d0ca147b04bc9e7c70b27db8cc4e1.patch fix-tests.patch New: ---- XML-Atom-0.43.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-Atom.spec ++++++ --- /var/tmp/diff_new_pack.tgwIFx/_old 2021-05-04 22:01:40.416446341 +0200 +++ /var/tmp/diff_new_pack.tgwIFx/_new 2021-05-04 22:01:40.424446311 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-Atom # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,40 +16,36 @@ # +%define cpan_name XML-Atom Name: perl-XML-Atom -Version: 0.42 +Version: 0.43 Release: 0 -%define cpan_name XML-Atom Summary: Atom feed and API implementation License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: d2c045a8ca0d0ca147b04bc9e7c70b27db8cc4e1.patch -Patch1: fix-tests.patch BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::TimeZone) -BuildRequires: perl(Digest::SHA1) +BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Build::Tiny) >= 0.034 BuildRequires: perl(URI) -BuildRequires: perl(XML::LibXML) >= 1.69 -BuildRequires: perl(XML::XPath) +BuildRequires: perl(XML::LibXML) >= 2.0202 +BuildRequires: perl(XML::XPath) >= 1.20 Requires: perl(Class::Data::Inheritable) Requires: perl(DateTime) Requires: perl(DateTime::TimeZone) -Requires: perl(Digest::SHA1) +Requires: perl(Digest::SHA) Requires: perl(LWP::UserAgent) Requires: perl(URI) -Requires: perl(XML::LibXML) >= 1.69 -Requires: perl(XML::XPath) +Requires: perl(XML::LibXML) >= 2.0202 +Requires: perl(XML::XPath) >= 1.20 %{perl_requires} %description @@ -58,9 +54,8 @@ API. %prep -%setup -q -n %{cpan_name}-%{version} -%patch0 -p1 -%patch1 -p1 +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Build.PL --installdirs=vendor @@ -74,7 +69,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ XML-Atom-0.42.tar.gz -> XML-Atom-0.43.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/Changes new/XML-Atom-0.43/Changes --- old/XML-Atom-0.42/Changes 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/Changes 2021-04-28 22:39:11.000000000 +0200 @@ -2,6 +2,13 @@ Revision history for XML::Atom +0.43 2021-04-28 13:39:09 PDT + * Use Digest::SHA instead of Digest::SHA1 #13 + * Fix tests when no '.' is in @INC #14 + * Enable expand_entities for XML::LibXML 2.0202 #20 + * Bump dependency for XML::LibXML + * Bump dependency for XML::XPath and removed unnecessary override #23 + 0.42 2017-05-12 14:33:09 JST * Doc fixes * Remove encoding pragma to support latest version of perl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/LICENSE new/XML-Atom-0.43/LICENSE --- old/XML-Atom-0.42/LICENSE 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/LICENSE 2021-04-28 22:39:11.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2017 by Benjamin Trott, Tatsuhiko Miyagawa. +This software is copyright (c) 2021 by Benjamin Trott, Tatsuhiko Miyagawa. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2017 by Benjamin Trott, Tatsuhiko Miyagawa. +This software is Copyright (c) 2021 by Benjamin Trott, Tatsuhiko Miyagawa. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2017 by Benjamin Trott, Tatsuhiko Miyagawa. +This software is Copyright (c) 2021 by Benjamin Trott, Tatsuhiko Miyagawa. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/MANIFEST new/XML-Atom-0.43/MANIFEST --- old/XML-Atom-0.42/MANIFEST 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/MANIFEST 2021-04-28 22:39:11.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. Build.PL Changes LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/META.json new/XML-Atom-0.43/META.json --- old/XML-Atom-0.42/META.json 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/META.json 2021-04-28 22:39:11.000000000 +0200 @@ -4,7 +4,7 @@ "Benjamin Trott, Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -36,7 +36,7 @@ }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.17", + "Dist::Milla" : "v1.0.20", "Test::Pod" : "1.41" } }, @@ -45,12 +45,12 @@ "Class::Data::Inheritable" : "0", "DateTime" : "0", "DateTime::TimeZone" : "0", - "Digest::SHA1" : "0", + "Digest::SHA" : "0", "LWP::UserAgent" : "0", "MIME::Base64" : "0", "URI" : "0", - "XML::LibXML" : "1.69", - "XML::XPath" : "0", + "XML::LibXML" : "2.0202", + "XML::XPath" : "1.20", "perl" : "5.008001" } } @@ -67,7 +67,7 @@ "web" : "https://github.com/miyagawa/xml-atom" } }, - "version" : "0.42", + "version" : "0.43", "x_contributors" : [ "Andreas Marienborg <andreas.marienb...@gmail.com>", "Benjamin Trott <b...@stupidfool.org>", @@ -75,6 +75,7 @@ "Dave Cross <d...@dave.org.uk>", "David Steinbrunner <dsteinbrun...@pobox.com>", "emasaka <emas...@gmail.com>", + "Florian Schlichting <f...@debian.org>", "Jonathan \"Duke\" Leto <jonat...@leto.net>", "Martin Atkins <m...@degeneration.co.uk>", "root <root@localhost.localdomain>", @@ -83,9 +84,13 @@ "Tatsuhiko Miyagawa <miyag...@gmail.com>", "tokuhirom <tokuhi...@gmail.com>", "Tomas Doran <bobtf...@bobtfish.net>", + "tzccinct <tzcci...@gmail.com>", "Vince Veselosky <vi...@control-escape.com>", "Yann Kerherve <y...@cyberion.net>" ], - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" + "x_generated_by_perl" : "v5.32.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.26", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", + "x_static_install" : 0 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/META.yml new/XML-Atom-0.43/META.yml --- old/XML-Atom-0.42/META.yml 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/META.yml 2021-04-28 22:39:11.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: Module::Build::Tiny: '0.034' dynamic_config: 0 -generated_by: 'Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Milla version v1.0.20, Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,18 +25,18 @@ Class::Data::Inheritable: '0' DateTime: '0' DateTime::TimeZone: '0' - Digest::SHA1: '0' + Digest::SHA: '0' LWP::UserAgent: '0' MIME::Base64: '0' URI: '0' - XML::LibXML: '1.69' - XML::XPath: '0' + XML::LibXML: '2.0202' + XML::XPath: '1.20' perl: '5.008001' resources: bugtracker: https://github.com/miyagawa/xml-atom/issues homepage: https://github.com/miyagawa/xml-atom repository: https://github.com/miyagawa/xml-atom.git -version: '0.42' +version: '0.43' x_contributors: - 'Andreas Marienborg <andreas.marienb...@gmail.com>' - 'Benjamin Trott <b...@stupidfool.org>' @@ -44,6 +44,7 @@ - 'Dave Cross <d...@dave.org.uk>' - 'David Steinbrunner <dsteinbrun...@pobox.com>' - 'emasaka <emas...@gmail.com>' + - 'Florian Schlichting <f...@debian.org>' - 'Jonathan "Duke" Leto <jonat...@leto.net>' - 'Martin Atkins <m...@degeneration.co.uk>' - 'root <root@localhost.localdomain>' @@ -52,6 +53,10 @@ - 'Tatsuhiko Miyagawa <miyag...@gmail.com>' - 'tokuhirom <tokuhi...@gmail.com>' - 'Tomas Doran <bobtf...@bobtfish.net>' + - 'tzccinct <tzcci...@gmail.com>' - 'Vince Veselosky <vi...@control-escape.com>' - 'Yann Kerherve <y...@cyberion.net>' -x_serialization_backend: 'YAML::Tiny version 1.70' +x_generated_by_perl: v5.32.1 +x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' +x_static_install: 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/cpanfile new/XML-Atom-0.43/cpanfile --- old/XML-Atom-0.42/cpanfile 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/cpanfile 2021-04-28 22:39:11.000000000 +0200 @@ -1,12 +1,12 @@ requires 'Class::Data::Inheritable'; requires 'DateTime'; requires 'DateTime::TimeZone'; -requires 'Digest::SHA1'; +requires 'Digest::SHA'; requires 'LWP::UserAgent'; requires 'MIME::Base64'; requires 'URI'; -requires 'XML::LibXML', '1.69'; -requires 'XML::XPath'; +requires 'XML::LibXML', '2.0202'; +requires 'XML::XPath', '1.20'; requires 'perl', '5.008001'; on build => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/lib/XML/Atom/Client.pm new/XML-Atom-0.43/lib/XML/Atom/Client.pm --- old/XML-Atom-0.42/lib/XML/Atom/Client.pm 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/lib/XML/Atom/Client.pm 2021-04-28 22:39:11.000000000 +0200 @@ -9,7 +9,7 @@ use XML::Atom::Entry; use XML::Atom::Feed; use XML::Atom::Util qw( first textValue ); -use Digest::SHA1 qw( sha1 ); +use Digest::SHA qw( sha1 ); use MIME::Base64 qw( encode_base64 ); use DateTime; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/lib/XML/Atom/Server.pm new/XML-Atom-0.43/lib/XML/Atom/Server.pm --- old/XML-Atom-0.42/lib/XML/Atom/Server.pm 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/lib/XML/Atom/Server.pm 2021-04-28 22:39:11.000000000 +0200 @@ -6,7 +6,7 @@ use XML::Atom; use base qw( XML::Atom::ErrorHandler ); use MIME::Base64 qw( encode_base64 decode_base64 ); -use Digest::SHA1 qw( sha1 ); +use Digest::SHA qw( sha1 ); use XML::Atom::Util qw( first encode_xml textValue ); use XML::Atom::Entry; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/lib/XML/Atom.pm new/XML-Atom-0.43/lib/XML/Atom.pm --- old/XML-Atom-0.42/lib/XML/Atom.pm 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/lib/XML/Atom.pm 2021-04-28 22:39:11.000000000 +0200 @@ -4,7 +4,7 @@ use strict; use 5.008_001; -our $VERSION = '0.42'; +our $VERSION = '0.43'; BEGIN { @XML::Atom::EXPORT = qw( LIBXML DATETIME); @@ -19,17 +19,6 @@ } else { *{XML::Atom::DATETIME} = sub() {0}; } - - local $^W = 0; - *XML::XPath::Function::namespace_uri = sub { - my $self = shift; - my($node, @params) = @_; - my $ns = $node->getNamespace($node->getPrefix); - if (!$ns) { - $ns = ($node->getNamespaces)[0]; - } - XML::XPath::Literal->new($ns ? $ns->getExpanded : ''); - }; $XML::Atom::ForceUnicode = 0; $XML::Atom::DefaultVersion = 0.3; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/t/11-entry.t new/XML-Atom-0.43/t/11-entry.t --- old/XML-Atom-0.42/t/11-entry.t 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/t/11-entry.t 2021-04-28 22:39:11.000000000 +0200 @@ -2,6 +2,7 @@ use strict; +use lib '.'; use t::TestLib; use Test::More; use XML::Atom; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Atom-0.42/t/31-external-entities-libxml.t new/XML-Atom-0.43/t/31-external-entities-libxml.t --- old/XML-Atom-0.42/t/31-external-entities-libxml.t 2017-05-12 07:33:11.000000000 +0200 +++ new/XML-Atom-0.43/t/31-external-entities-libxml.t 2021-04-28 22:39:11.000000000 +0200 @@ -50,7 +50,7 @@ ## custom parser { - my $libxml = XML::LibXML->new; + my $libxml = XML::LibXML->new(expand_entities => 1); my $entry = XML::Atom::Entry->new(Stream => \$xml, Parser => $libxml); is $entry->title, "Guest Author", "got title"; my $content = $entry->content->body; ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.tgwIFx/_old 2021-05-04 22:01:40.548445845 +0200 +++ /var/tmp/diff_new_pack.tgwIFx/_new 2021-05-04 22:01:40.552445830 +0200 @@ -7,10 +7,7 @@ #sources: # - source1 # - source2 -patches: - # Patch-Fix-UPSTREAM https://github.com/miyagawa/xml-atom/issues/12 - d2c045a8ca0d0ca147b04bc9e7c70b27db8cc4e1.patch: -p1 - fix-tests.patch: -p1 +#patches: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |-