diff --git a/README.md b/README.md index 72870cf..c9a5a08 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # perl-HTML-Parser -A perl module for HTML parsing +A perl module for HTML parsing. diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 79cb079..953bf19 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,26 +1,24 @@ Name: perl-HTML-Parser -Version: 3.72 -Release: 2mamba +Version: 3.76 +Release: 1mamba Summary: HTML::Parser - A perl module for HTML parsing Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: http://www.cpan.org -Source: http://cpan.perl.org/authors/id/G/GA/GAAS//HTML-Parser-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: perl-HTML-Tagset BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver Requires: perl-HTML-Tagset -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -A perl module for HTML parsing +A perl module for HTML parsing. %prep %setup -q -n HTML-Parser-%{version} @@ -53,6 +51,9 @@ done %defattr(-,root,root) %changelog +* Mon Jan 10 2022 Silvan Calarco 3.76-1mamba +- update to 3.76 + * Wed Nov 09 2016 Silvan Calarco 3.72-2mamba - rebuilt with perl 5.24