diff --git a/HTML-Quoted-0.04.tar.gz b/HTML-Quoted-0.04.tar.gz
deleted file mode 100644
index bd9478e..0000000
--- a/HTML-Quoted-0.04.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8b41f313fdc1812f02f6f6c37d58f212c84fdcf7827f7fd4b030907f39dc650c
-size 23106
diff --git a/HTML-Quoted-0.05.tar.gz b/HTML-Quoted-0.05.tar.gz
new file mode 100644
index 0000000..45ccde2
--- /dev/null
+++ b/HTML-Quoted-0.05.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:74cb53c40b7497b1a91c6ac34dd38e3b57949dfee78434a555f0ad4ac7a8a7fc
+size 22647
diff --git a/perl-HTML-Quoted.changes b/perl-HTML-Quoted.changes
index 6b30c46..7981bf0 100644
--- a/perl-HTML-Quoted.changes
+++ b/perl-HTML-Quoted.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Jul 12 03:06:20 UTC 2023 - Tina Müller
+
+- updated to 0.05
+ see /usr/share/doc/packages/perl-HTML-Quoted/Changes
+
+ 0.05 2023-07-11
+
+ * Mark hr as an inline tag
+
-------------------------------------------------------------------
Sun Oct 7 13:37:38 UTC 2018 - Dirk Stoecker
diff --git a/perl-HTML-Quoted.spec b/perl-HTML-Quoted.spec
index 62023a4..3d858f5 100644
--- a/perl-HTML-Quoted.spec
+++ b/perl-HTML-Quoted.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Quoted
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,41 +12,42 @@
# 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-Quoted
-Version: 0.04
-Release: 0
%define cpan_name HTML-Quoted
-Summary: extract structure of quoted HTML mail message
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTML-Quoted/
-Source: http://www.cpan.org/authors/id/T/TS/TSIBLEY/%{cpan_name}-%{version}.tar.gz
+Name: perl-HTML-Quoted
+Version: 0.50.0
+Release: 0
+%define cpan_version 0.05
+Provides: perl(HTML::Quoted) = 0.50.0
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Extract structure of quoted HTML mail message
+URL: https://metacpan.org/release/%{cpan_name}
+Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Install)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(HTML::Parser) >= 3.0
Requires: perl(HTML::Parser) >= 3.0
+%define __perllib_provides /bin/true
%{perl_requires}
%description
Parses and extracts quotation structure out of a HTML message. Purpose and
-returned structures are very similar to the Text::Quoted manpage.
+returned structures are very similar to Text::Quoted.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -54,7 +55,6 @@ returned structures are very similar to the Text::Quoted manpage.
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%changelog