diff --git a/Alien-Libxml2-0.17.tar.gz b/Alien-Libxml2-0.17.tar.gz
deleted file mode 100644
index 222b8d9..0000000
--- a/Alien-Libxml2-0.17.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:73b45244f0b5c36e5332c33569b82a1ab2c33e263f1d00785d2003bcaec68db3
-size 20787
diff --git a/Alien-Libxml2-0.19.tar.gz b/Alien-Libxml2-0.19.tar.gz
new file mode 100644
index 0000000..53c6dfe
--- /dev/null
+++ b/Alien-Libxml2-0.19.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4a674099bbd5747c0c3b75ead841f3b244935d9ef42ba35368024bd611174c9
+size 21574
diff --git a/perl-Alien-Libxml2.changes b/perl-Alien-Libxml2.changes
index 211e355..a6e4ba1 100644
--- a/perl-Alien-Libxml2.changes
+++ b/perl-Alien-Libxml2.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Mon Sep 26 03:06:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Alien-Libxml2/Changes
+
+  0.19      2022-09-25 08:54:48 -0600
+
+  0.18_01   2022-09-23 21:05:53 -0600
+    - Use Download::GitLab plugin to fetch recent version of
+      libxml2
+
 -------------------------------------------------------------------
 Tue Nov  3 03:08:21 UTC 2020 - Tina Müller <timueller+perl@suse.de>
 
diff --git a/perl-Alien-Libxml2.spec b/perl-Alien-Libxml2.spec
index 1662ec0..1ba2773 100644
--- a/perl-Alien-Libxml2.spec
+++ b/perl-Alien-Libxml2.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Alien-Libxml2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,47 +16,47 @@
 #
 
 
-Name:           perl-Alien-Libxml2
-Version:        0.17
-Release:        0
 %define cpan_name Alien-Libxml2
-Summary:        Install the C libxml2 library on your system
+Name:           perl-Alien-Libxml2
+Version:        0.19
+Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
+Summary:        Install the C libxml2 library on your system
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Alien::Base) >= 2.37
 BuildRequires:  perl(Alien::Build) >= 2.37
 BuildRequires:  perl(Alien::Build::MM) >= 2.37
 BuildRequires:  perl(Alien::Build::Plugin::Build::SearchDep) >= 0.35
+BuildRequires:  perl(Alien::Build::Plugin::Download::GitLab)
 BuildRequires:  perl(Alien::Build::Plugin::Prefer::BadVersion) >= 1.05
 BuildRequires:  perl(Alien::Build::Plugin::Probe::Vcpkg)
 BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(Test2::V0) >= 0.000060
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.52
+BuildRequires:  perl(Test2::V0) >= 0.000121
 BuildRequires:  perl(Test::Alien)
 Requires:       perl(Alien::Base) >= 2.37
 %{perl_requires}
 # MANUAL BEGIN
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 BuildRequires:  perl-URI
 BuildRequires:  perl(Mojo::DOM58)
 BuildRequires:  perl(Sort::Versions)
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 # MANUAL END
 
 %description
 This module provides 'libxml2' for other modules to use.
 
 %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
@@ -67,7 +67,6 @@ make test
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc alienfile author.yml Changes README
 %license LICENSE