diff --git a/HTML-Parser-3.75.tar.gz b/HTML-Parser-3.75.tar.gz deleted file mode 100644 index 6208c2e..0000000 --- a/HTML-Parser-3.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9 -size 120653 diff --git a/HTML-Parser-3.76.tar.gz b/HTML-Parser-3.76.tar.gz new file mode 100644 index 0000000..9eaf264 --- /dev/null +++ b/HTML-Parser-3.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61 +size 120473 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index 2bb07dc..a334d98 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 5 03:06:28 UTC 2021 - Tina Müller + +- updated to 3.76 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.76 2021-03-04 + * Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall + and Chase Whitener) + ------------------------------------------------------------------- Mon Aug 31 03:09:13 UTC 2020 - Tina Müller diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 1dcaf7b..fba883a 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Parser # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-HTML-Parser -Version: 3.75 -Release: 0 %define cpan_name HTML-Parser +Name: perl-HTML-Parser +Version: 3.76 +Release: 0 Summary: HTML parser class License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTML::Tagset) @@ -60,12 +58,12 @@ want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that allows a more conventional program structure. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -76,7 +74,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes entities.html mkhctype mkpfunc README TODO %license LICENSE