Accepting request 831011 from devel:languages:perl:autoupdate
- updated to 3.75 see /usr/share/doc/packages/perl-HTML-Parser/Changes OBS-URL: https://build.opensuse.org/request/show/831011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=49
This commit is contained in:
parent
6468673f65
commit
731169e6b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69
|
||||
size 94957
|
3
HTML-Parser-3.75.tar.gz
Normal file
3
HTML-Parser-3.75.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9
|
||||
size 120653
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 03:09:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.75
|
||||
see /usr/share/doc/packages/perl-HTML-Parser/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 03:09:23 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTML-Parser
|
||||
Version: 3.73
|
||||
Version: 3.75
|
||||
Release: 0
|
||||
%define cpan_name HTML-Parser
|
||||
Summary: HTML parser class
|
||||
@ -29,9 +29,14 @@ Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTML::Tagset) >= 3
|
||||
Requires: perl(HTML::Tagset) >= 3
|
||||
Recommends: perl(HTTP::Headers)
|
||||
BuildRequires: perl(HTML::Tagset)
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(URI::URL)
|
||||
Requires: perl(HTML::Tagset)
|
||||
Requires: perl(HTTP::Headers)
|
||||
Requires: perl(URI)
|
||||
Requires: perl(URI::URL)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -73,5 +78,6 @@ make test
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes entities.html mkhctype mkpfunc README TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user