diff --git a/HTML-Selector-XPath-0.26.tar.gz b/HTML-Selector-XPath-0.26.tar.gz
deleted file mode 100644
index 12778f9..0000000
--- a/HTML-Selector-XPath-0.26.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3df80a81284d1e375d9d1f6fec16e96c31b2c309451b4ba82e5fd1db23ac1f24
-size 32482
diff --git a/HTML-Selector-XPath-0.28.tar.gz b/HTML-Selector-XPath-0.28.tar.gz
new file mode 100644
index 0000000..f76036a
--- /dev/null
+++ b/HTML-Selector-XPath-0.28.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:432717f03ed2cf3d641130cfd3d4a153f09ad4f856da007813792fe0b2e58d0f
+size 33565
diff --git a/perl-HTML-Selector-XPath.changes b/perl-HTML-Selector-XPath.changes
index 895fb8d..0ef6c44 100644
--- a/perl-HTML-Selector-XPath.changes
+++ b/perl-HTML-Selector-XPath.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Aug 8 03:07:22 UTC 2023 - Tina Müller
+
+- updated to 0.28
+ see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
+
-------------------------------------------------------------------
Thu Dec 16 03:06:11 UTC 2021 - Tina Müller
diff --git a/perl-HTML-Selector-XPath.spec b/perl-HTML-Selector-XPath.spec
index 1cb5fc0..a61a2f0 100644
--- a/perl-HTML-Selector-XPath.spec
+++ b/perl-HTML-Selector-XPath.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Selector-XPath
#
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -18,17 +18,20 @@
%define cpan_name HTML-Selector-XPath
Name: perl-HTML-Selector-XPath
-Version: 0.26
+Version: 0.280.0
Release: 0
-Summary: CSS Selector to XPath compiler
+%define cpan_version 0.28
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: CSS Selector to XPath compiler
URL: https://metacpan.org/release/%{cpan_name}
-Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Base)
+Provides: perl(HTML::Selector::XPath) = 0.280.0
+%define __perllib_provides /bin/true
%{perl_requires}
%description
@@ -36,7 +39,7 @@ HTML::Selector::XPath is a utility function to compile full set of CSS2 and
partial CSS3 selectors to the equivalent XPath expression.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor