diff --git a/HTML-Selector-XPath-0.23.tar.gz b/HTML-Selector-XPath-0.23.tar.gz
deleted file mode 100644
index fdea819..0000000
--- a/HTML-Selector-XPath-0.23.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f2c0004cde2d010025d7e202f36bc6e58269968005c3e42e1e9b5fcf586e7b6f
-size 29681
diff --git a/HTML-Selector-XPath-0.25.tar.gz b/HTML-Selector-XPath-0.25.tar.gz
new file mode 100644
index 0000000..ed8b506
--- /dev/null
+++ b/HTML-Selector-XPath-0.25.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a5d4de14bc7f86f0ebd766293e3a4e12698cd2de04673243ffd3ae7156a6ae1
+size 32420
diff --git a/perl-HTML-Selector-XPath.changes b/perl-HTML-Selector-XPath.changes
index 10c315d..c699881 100644
--- a/perl-HTML-Selector-XPath.changes
+++ b/perl-HTML-Selector-XPath.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Nov 8 06:24:49 UTC 2018 - Stephan Kulow
+
+- updated to 0.25
+ see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
+
-------------------------------------------------------------------
Sun Oct 7 18:48:43 UTC 2018 - Dirk Stoecker
diff --git a/perl-HTML-Selector-XPath.spec b/perl-HTML-Selector-XPath.spec
index caa6fca..e019c90 100644
--- a/perl-HTML-Selector-XPath.spec
+++ b/perl-HTML-Selector-XPath.spec
@@ -12,25 +12,24 @@
# 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-Selector-XPath
-Version: 0.23
+Version: 0.25
Release: 0
%define cpan_name HTML-Selector-XPath
Summary: CSS Selector to XPath compiler
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTML-Selector-XPath/
+Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Install)
BuildRequires: perl(Test::Base)
%{perl_requires}
@@ -42,7 +41,7 @@ partial CSS3 selectors to the equivalent XPath expression.
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check