Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTML-Parser for openSUSE:Factory checked in at 2022-04-16 00:12:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old) and /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Parser" Sat Apr 16 00:12:49 2022 rev:37 rq:969980 version:3.78 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes 2022-03-24 22:57:31.892223374 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.1941/perl-HTML-Parser.changes 2022-04-16 00:12:55.385542855 +0200 @@ -1,0 +2,9 @@ +Wed Apr 6 03:10:06 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 3.78 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.78 2022-03-28 + * Remove unused variable (GH#26) (Michal Josef ??pa??ek) + +------------------------------------------------------------------- Old: ---- HTML-Parser-3.77.tar.gz New: ---- HTML-Parser-3.78.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Parser.spec ++++++ --- /var/tmp/diff_new_pack.pCTiSz/_old 2022-04-16 00:12:55.929543581 +0200 +++ /var/tmp/diff_new_pack.pCTiSz/_new 2022-04-16 00:12:55.933543587 +0200 @@ -18,7 +18,7 @@ %define cpan_name HTML-Parser Name: perl-HTML-Parser -Version: 3.77 +Version: 3.78 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTML parser class ++++++ HTML-Parser-3.77.tar.gz -> HTML-Parser-3.78.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/Changes new/HTML-Parser-3.78/Changes --- old/HTML-Parser-3.77/Changes 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/Changes 2022-03-28 17:22:12.000000000 +0200 @@ -1,5 +1,8 @@ Change history for HTML-Parser +3.78 2022-03-28 + * Remove unused variable (GH#26) (Michal Josef ??pa??ek) + 3.77 2022-03-14 * Update tests to remove HTML4 specific tags (GH#25) (Jess) @@ -8,7 +11,7 @@ and Chase Whitener) 3.75 2020-08-30 - * Cleanup the prereqs a bit + * Clean up the prereqs a bit * Mark HTML::Filter as deprecated as the docs point out * Move Parser.pm into the lib directory with the others. This will help with everything from auto version bumps after releases, to scanning for diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/META.json new/HTML-Parser-3.78/META.json --- old/HTML-Parser-3.77/META.json 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/META.json 2022-03-28 17:22:12.000000000 +0200 @@ -90,32 +90,32 @@ "provides" : { "HTML::Entities" : { "file" : "lib/HTML/Entities.pm", - "version" : "3.77" + "version" : "3.78" }, "HTML::Filter" : { "file" : "lib/HTML/Filter.pm", - "version" : "3.77", + "version" : "3.78", "x_deprecated" : 1 }, "HTML::HeadParser" : { "file" : "lib/HTML/HeadParser.pm", - "version" : "3.77" + "version" : "3.78" }, "HTML::LinkExtor" : { "file" : "lib/HTML/LinkExtor.pm", - "version" : "3.77" + "version" : "3.78" }, "HTML::Parser" : { "file" : "lib/HTML/Parser.pm", - "version" : "3.77" + "version" : "3.78" }, "HTML::PullParser" : { "file" : "lib/HTML/PullParser.pm", - "version" : "3.77" + "version" : "3.78" }, "HTML::TokeParser" : { "file" : "lib/HTML/TokeParser.pm", - "version" : "3.77" + "version" : "3.78" } }, "release_status" : "stable", @@ -130,7 +130,7 @@ "web" : "https://github.com/libwww-perl/HTML-Parser" } }, - "version" : "3.77", + "version" : "3.78", "x_contributors" : [ "Antonio Radici <anto...@dyne.org>", "Barbie <bar...@missbarbell.co.uk>", @@ -144,6 +144,7 @@ "Jacques Germishuys <jacqu...@striata.com>", "Jess Robinson <casta...@desert-island.me.uk>", "Jon Jensen <j...@endpoint.com>", + "Michal Josef \u0160pa\u010dek <mspa...@redhat.com>", "Mike South <mso...@gmail.com>", "Nicholas Clark <n...@ccl4.org>", "Nicolas R <nico...@atoomic.org>", @@ -154,7 +155,7 @@ "Yves Orton <demer...@gmail.com>", "Zefram <zef...@fysh.org>" ], - "x_generated_by_perl" : "v5.34.0", + "x_generated_by_perl" : "v5.34.1", "x_serialization_backend" : "Cpanel::JSON::XS version 4.27", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/META.yml new/HTML-Parser-3.78/META.yml --- old/HTML-Parser-3.77/META.yml 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/META.yml 2022-03-28 17:22:12.000000000 +0200 @@ -35,26 +35,26 @@ provides: HTML::Entities: file: lib/HTML/Entities.pm - version: '3.77' + version: '3.78' HTML::Filter: file: lib/HTML/Filter.pm - version: '3.77' + version: '3.78' x_deprecated: 1 HTML::HeadParser: file: lib/HTML/HeadParser.pm - version: '3.77' + version: '3.78' HTML::LinkExtor: file: lib/HTML/LinkExtor.pm - version: '3.77' + version: '3.78' HTML::Parser: file: lib/HTML/Parser.pm - version: '3.77' + version: '3.78' HTML::PullParser: file: lib/HTML/PullParser.pm - version: '3.77' + version: '3.78' HTML::TokeParser: file: lib/HTML/TokeParser.pm - version: '3.77' + version: '3.78' requires: Carp: '0' Exporter: '0' @@ -70,7 +70,7 @@ bugtracker: https://github.com/libwww-perl/HTML-Parser/issues homepage: https://github.com/libwww-perl/HTML-Parser repository: https://github.com/libwww-perl/HTML-Parser.git -version: '3.77' +version: '3.78' x_contributors: - 'Antonio Radici <anto...@dyne.org>' - 'Barbie <bar...@missbarbell.co.uk>' @@ -84,6 +84,7 @@ - 'Jacques Germishuys <jacqu...@striata.com>' - 'Jess Robinson <casta...@desert-island.me.uk>' - 'Jon Jensen <j...@endpoint.com>' + - 'Michal Josef ??pa??ek <mspa...@redhat.com>' - 'Mike South <mso...@gmail.com>' - 'Nicholas Clark <n...@ccl4.org>' - 'Nicolas R <nico...@atoomic.org>' @@ -93,6 +94,6 @@ - 'Ville Skytt?? <ville.sky...@iki.fi>' - 'Yves Orton <demer...@gmail.com>' - 'Zefram <zef...@fysh.org>' -x_generated_by_perl: v5.34.0 +x_generated_by_perl: v5.34.1 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/Makefile.PL new/HTML-Parser-3.78/Makefile.PL --- old/HTML-Parser-3.77/Makefile.PL 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/Makefile.PL 2022-03-28 17:22:12.000000000 +0200 @@ -39,7 +39,7 @@ "URI" => 0, "strict" => 0 }, - "VERSION" => "3.77", + "VERSION" => "3.78", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/hparser.c new/HTML-Parser-3.78/hparser.c --- old/HTML-Parser-3.77/hparser.c 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/hparser.c 2022-03-28 17:22:12.000000000 +0200 @@ -1271,15 +1271,15 @@ int empty_tag = 0; dTOKENS(16); - hctype_t tag_name_first, tag_name_char; + hctype_t tag_name_char; hctype_t attr_name_first, attr_name_char; if (STRICT_NAMES(p_state)) { - tag_name_first = attr_name_first = HCTYPE_NAME_FIRST; + attr_name_first = HCTYPE_NAME_FIRST; tag_name_char = attr_name_char = HCTYPE_NAME_CHAR; } else { - tag_name_first = tag_name_char = HCTYPE_NOT_SPACE_GT; + tag_name_char = HCTYPE_NOT_SPACE_GT; attr_name_first = HCTYPE_NOT_SPACE_GT; attr_name_char = HCTYPE_NOT_SPACE_EQ_GT; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/Entities.pm new/HTML-Parser-3.78/lib/HTML/Entities.pm --- old/HTML-Parser-3.77/lib/HTML/Entities.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/Entities.pm 2022-03-28 17:22:12.000000000 +0200 @@ -136,7 +136,7 @@ =cut use strict; -our $VERSION = '3.77'; +our $VERSION = '3.78'; our (%entity2char, %char2entity); require 5.004; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/Filter.pm new/HTML-Parser-3.78/lib/HTML/Filter.pm --- old/HTML-Parser-3.77/lib/HTML/Filter.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/Filter.pm 2022-03-28 17:22:12.000000000 +0200 @@ -4,7 +4,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.77'; +our $VERSION = '3.78'; sub declaration { $_[0]->output("<!$_[1]>") } sub process { $_[0]->output($_[2]) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/HeadParser.pm new/HTML-Parser-3.78/lib/HTML/HeadParser.pm --- old/HTML-Parser-3.77/lib/HTML/HeadParser.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/HeadParser.pm 2022-03-28 17:22:12.000000000 +0200 @@ -91,7 +91,7 @@ use strict; our $DEBUG; #$DEBUG = 1; -our $VERSION = '3.77'; +our $VERSION = '3.78'; =item $hp = HTML::HeadParser->new diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/LinkExtor.pm new/HTML-Parser-3.78/lib/HTML/LinkExtor.pm --- old/HTML-Parser-3.77/lib/HTML/LinkExtor.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/LinkExtor.pm 2022-03-28 17:22:12.000000000 +0200 @@ -2,7 +2,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.77'; +our $VERSION = '3.78'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/Parser.pm new/HTML-Parser-3.78/lib/HTML/Parser.pm --- old/HTML-Parser-3.77/lib/HTML/Parser.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/Parser.pm 2022-03-28 17:22:12.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '3.77'; +our $VERSION = '3.78'; require HTML::Entities; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/PullParser.pm new/HTML-Parser-3.78/lib/HTML/PullParser.pm --- old/HTML-Parser-3.77/lib/HTML/PullParser.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/PullParser.pm 2022-03-28 17:22:12.000000000 +0200 @@ -4,7 +4,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.77'; +our $VERSION = '3.78'; use Carp (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/lib/HTML/TokeParser.pm new/HTML-Parser-3.78/lib/HTML/TokeParser.pm --- old/HTML-Parser-3.77/lib/HTML/TokeParser.pm 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/lib/HTML/TokeParser.pm 2022-03-28 17:22:12.000000000 +0200 @@ -4,7 +4,7 @@ require HTML::PullParser; our @ISA = qw(HTML::PullParser); -our $VERSION = '3.77'; +our $VERSION = '3.78'; use Carp (); use HTML::Entities qw(decode_entities); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/xt/author/pod-spell.t new/HTML-Parser-3.78/xt/author/pod-spell.t --- old/HTML-Parser-3.77/xt/author/pod-spell.t 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/xt/author/pod-spell.t 2022-03-28 17:22:12.000000000 +0200 @@ -39,9 +39,11 @@ Jensen Jess Jon +Josef LinkExtor MSIE Michael +Michal Mike Nicholas Nicolas @@ -87,6 +89,7 @@ lib mchase msouth +mspacek nick nicolas olaf @@ -97,3 +100,4 @@ undecoded ville zefram +??pa??ek diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.77/xt/release/changes_has_content.t new/HTML-Parser-3.78/xt/release/changes_has_content.t --- old/HTML-Parser-3.77/xt/release/changes_has_content.t 2022-03-14 23:11:58.000000000 +0100 +++ new/HTML-Parser-3.78/xt/release/changes_has_content.t 2022-03-28 17:22:12.000000000 +0200 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '3.77'; +my $newver = '3.78'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';