diff --git a/HTML-Parser-3.72.tar.gz b/HTML-Parser-3.72.tar.gz
deleted file mode 100644
index badc4a8..0000000
--- a/HTML-Parser-3.72.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b
-size 90680
diff --git a/HTML-Parser-3.73.tar.gz b/HTML-Parser-3.73.tar.gz
new file mode 100644
index 0000000..36e8876
--- /dev/null
+++ b/HTML-Parser-3.73.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69
+size 94957
diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes
index b54ad8a..5a4a782 100644
--- a/perl-HTML-Parser.changes
+++ b/perl-HTML-Parser.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Aug 26 03:09:23 UTC 2020 - Tina Müller
+
+- updated to 3.73
+ see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
-------------------------------------------------------------------
Wed Jan 20 10:12:44 UTC 2016 - coolo@suse.com
diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index a432db4..d8bbe00 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Parser
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-HTML-Parser
-Version: 3.72
+Version: 3.73
Release: 0
%define cpan_name HTML-Parser
Summary: HTML parser class
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTML-Parser/
-Source0: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -56,14 +56,14 @@ allows a more conventional program structure.
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+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}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -72,6 +72,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes mkhctype mkpfunc README TODO
+%doc Changes entities.html mkhctype mkpfunc README TODO
%changelog