8
0

Accepting request 964215 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/964215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=53
This commit is contained in:
2022-03-23 12:51:11 +00:00
committed by Git OBS Bridge
parent b94f715052
commit 8657a336fc
4 changed files with 16 additions and 6 deletions

View File

@@ -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)