diff --git a/HTML-Parser-3.76.tar.gz b/HTML-Parser-3.76.tar.gz deleted file mode 100644 index 9eaf264..0000000 --- a/HTML-Parser-3.76.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61 -size 120473 diff --git a/HTML-Parser-3.77.tar.gz b/HTML-Parser-3.77.tar.gz new file mode 100644 index 0000000..d00ec26 --- /dev/null +++ b/HTML-Parser-3.77.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792a6e314f8eb0e87be7f5fdcf1b0c170a26a0e53da48d9a315db76f876949f3 +size 120621 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index a334d98..062de4a 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 15 03:06:59 UTC 2022 - Tina Müller + +- updated to 3.77 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.77 2022-03-14 + * Update tests to remove HTML4 specific tags (GH#25) (Jess) + ------------------------------------------------------------------- Fri Mar 5 03:06:28 UTC 2021 - Tina Müller diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index fba883a..b643198 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Parser # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -18,15 +18,16 @@ %define cpan_name HTML-Parser Name: perl-HTML-Parser -Version: 3.76 +Version: 3.77 Release: 0 -Summary: HTML parser class License: Artistic-1.0 OR GPL-1.0-or-later +Summary: HTML parser class URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52 BuildRequires: perl(HTML::Tagset) BuildRequires: perl(HTTP::Headers) BuildRequires: perl(URI)