Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Alien-Libxml2 for 
openSUSE:Factory checked in at 2022-10-03 13:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Alien-Libxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Alien-Libxml2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Alien-Libxml2"

Mon Oct  3 13:44:38 2022 rev:7 rq:1006663 version:0.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Alien-Libxml2/perl-Alien-Libxml2.changes    
2020-11-05 21:53:19.896398442 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Alien-Libxml2.new.2275/perl-Alien-Libxml2.changes
  2022-10-03 13:44:54.509368763 +0200
@@ -1,0 +2,12 @@
+Mon Sep 26 03:06:03 UTC 2022 - Tina M??ller <timueller+p...@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
+
+-------------------------------------------------------------------

Old:
----
  Alien-Libxml2-0.17.tar.gz

New:
----
  Alien-Libxml2-0.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Alien-Libxml2.spec ++++++
--- /var/tmp/diff_new_pack.rLwN3E/_old  2022-10-03 13:44:55.185370250 +0200
+++ /var/tmp/diff_new_pack.rLwN3E/_new  2022-10-03 13:44:55.189370258 +0200
@@ -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 @@
 #
 
 
+%define cpan_name Alien-Libxml2
 Name:           perl-Alien-Libxml2
-Version:        0.17
+Version:        0.19
 Release:        0
-%define cpan_name Alien-Libxml2
-Summary:        Install the C libxml2 library on your system
 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 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc alienfile author.yml Changes README
 %license LICENSE
 

++++++ Alien-Libxml2-0.17.tar.gz -> Alien-Libxml2-0.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/Changes 
new/Alien-Libxml2-0.19/Changes
--- old/Alien-Libxml2-0.17/Changes      2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/Changes      2022-09-25 16:54:49.000000000 +0200
@@ -1,5 +1,11 @@
 Revision history for Alien-Libxml2
 
+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
+
 0.17      2020-11-02 12:03:28 -0700
   - Bump required version of AB for bug fixes (gh#23, gh#24)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/INSTALL 
new/Alien-Libxml2-0.19/INSTALL
--- old/Alien-Libxml2-0.17/INSTALL      2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/INSTALL      2022-09-25 16:54:49.000000000 +0200
@@ -21,8 +21,11 @@
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Alien::Libxml2
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/LICENSE 
new/Alien-Libxml2-0.19/LICENSE
--- old/Alien-Libxml2-0.17/LICENSE      2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/LICENSE      2022-09-25 16:54:49.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Graham Ollis.
+This software is copyright (c) 2013-2022 by Graham Ollis.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2013 by Graham Ollis.
+This software is Copyright (c) 2013-2022 by Graham Ollis.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2013 by Graham Ollis.
+This software is Copyright (c) 2013-2022 by Graham Ollis.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/MANIFEST 
new/Alien-Libxml2-0.19/MANIFEST
--- old/Alien-Libxml2-0.17/MANIFEST     2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/MANIFEST     2022-09-25 16:54:49.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.025.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/META.json 
new/Alien-Libxml2-0.19/META.json
--- old/Alien-Libxml2-0.17/META.json    2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/META.json    2022-09-25 16:54:49.000000000 +0200
@@ -4,7 +4,7 @@
       "Graham Ollis <plice...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -26,6 +26,7 @@
             "Alien::Build" : "2.37",
             "Alien::Build::MM" : "2.37",
             "Alien::Build::Plugin::Build::SearchDep" : "0.35",
+            "Alien::Build::Plugin::Download::GitLab" : "0",
             "Alien::Build::Plugin::Prefer::BadVersion" : "1.05",
             "Alien::Build::Plugin::Probe::Vcpkg" : "0",
             "ExtUtils::CBuilder" : "0",
@@ -34,13 +35,77 @@
          }
       },
       "develop" : {
+         "recommends" : {
+            "Alien::Build::Plugin::Probe::Vcpkg" : "0",
+            "Dist::Zilla::Plugin::AlienBase::Doc" : "0",
+            "Dist::Zilla::Plugin::AlienBuild" : "0.11",
+            "Dist::Zilla::Plugin::Author::Plicease::Thanks" : "0",
+            "Dist::Zilla::Plugin::Author::Plicease::Upload" : "0",
+            "Dist::Zilla::Plugin::Prereqs" : "0",
+            "Dist::Zilla::Plugin::PruneFiles" : "0",
+            "Dist::Zilla::Plugin::RemovePrereqs" : "0",
+            "Dist::Zilla::PluginBundle::Author::Plicease" : "2.69",
+            "Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep" : 
"0",
+            "Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval" : 
"0",
+            "Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit" : 
"0",
+            "Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep" : "0",
+            "Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap" : "0",
+            "Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA" : 
"0",
+            "Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless" : 
"0",
+            "Perl::Critic::Policy::CodeLayout::ProhibitHardTabs" : "0",
+            "Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace" : 
"0",
+            "Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines" : 
"0",
+            
"Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames" 
: "0",
+            
"Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions" : "0",
+            "Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode" 
: "0",
+            "Perl::Critic::Policy::Freenode::ArrayAssignAref" : "0",
+            "Perl::Critic::Policy::Freenode::BarewordFilehandles" : "0",
+            "Perl::Critic::Policy::Freenode::ConditionalDeclarations" : "0",
+            "Perl::Critic::Policy::Freenode::ConditionalImplicitReturn" : "0",
+            "Perl::Critic::Policy::Freenode::DeprecatedFeatures" : "0",
+            "Perl::Critic::Policy::Freenode::DiscouragedModules" : "0",
+            "Perl::Critic::Policy::Freenode::DollarAB" : "0",
+            "Perl::Critic::Policy::Freenode::Each" : "0",
+            "Perl::Critic::Policy::Freenode::EmptyReturn" : "0",
+            "Perl::Critic::Policy::Freenode::IndirectObjectNotation" : "0",
+            "Perl::Critic::Policy::Freenode::LexicalForeachIterator" : "0",
+            "Perl::Critic::Policy::Freenode::LoopOnHash" : "0",
+            "Perl::Critic::Policy::Freenode::ModPerl" : "0",
+            "Perl::Critic::Policy::Freenode::OpenArgs" : "0",
+            "Perl::Critic::Policy::Freenode::OverloadOptions" : "0",
+            "Perl::Critic::Policy::Freenode::POSIXImports" : "0",
+            "Perl::Critic::Policy::Freenode::PackageMatchesFilename" : "0",
+            "Perl::Critic::Policy::Freenode::PreferredAlternatives" : "0",
+            "Perl::Critic::Policy::Freenode::StrictWarnings" : "0",
+            "Perl::Critic::Policy::Freenode::Threads" : "0",
+            "Perl::Critic::Policy::Freenode::Wantarray" : "0",
+            "Perl::Critic::Policy::Freenode::WarningsSwitch" : "0",
+            "Perl::Critic::Policy::Freenode::WhileDiamondDefaultAssignment" : 
"0",
+            "Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles" : 
"0",
+            "Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline" : "0",
+            "Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen" : "0",
+            "Perl::Critic::Policy::Miscellanea::ProhibitFormats" : "0",
+            "Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic" : "0",
+            "Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements" 
: "0",
+            "Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish" 
: "0",
+            "Perl::Critic::Policy::Objects::ProhibitIndirectSyntax" : "0",
+            "Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic" : 
"0",
+            "Perl::Critic::Policy::Subroutines::ProhibitNestedSubs" : "0",
+            "Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros" 
: "0",
+            
"Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators" : 
"0",
+            
"Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator"
 : "0",
+            
"Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator" 
: "0",
+            "Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames" : "0",
+            "Perl::Critic::Policy::Variables::ProhibitUnusedVariables" : "0",
+            "Software::License::Perl_5" : "0"
+         },
          "requires" : {
             "File::Spec" : "0",
             "FindBin" : "0",
             "Perl::Critic" : "0",
-            "Test2::Require::Module" : "0.000060",
+            "Test2::Require::Module" : "0.000121",
             "Test2::Tools::PerlCritic" : "0",
-            "Test2::V0" : "0.000060",
+            "Test2::V0" : "0.000121",
             "Test::CPAN::Changes" : "0",
             "Test::EOL" : "0",
             "Test::Fixme" : "0.07",
@@ -62,7 +127,7 @@
       },
       "test" : {
          "requires" : {
-            "Test2::V0" : "0.000060",
+            "Test2::V0" : "0.000121",
             "Test::Alien" : "0",
             "perl" : "5.006"
          }
@@ -81,19 +146,17 @@
       },
       "x_IRC" : "irc://irc.perl.org/#native"
    },
-   "version" : "0.17",
+   "version" : "0.19",
    "x_alienfile" : {
-      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.31",
+      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.32",
       "requires" : {
          "share" : {
-            "Archive::Tar" : "0",
             "Config" : "0",
             "HTTP::Tiny" : "0.044",
-            "IO::Zlib" : "0",
-            "Mojo::DOM58" : "1.00",
-            "Sort::Versions" : "0",
-            "URI" : "0",
-            "URI::Escape" : "0"
+            "IO::Socket::SSL" : "1.56",
+            "Mozilla::CA" : "0",
+            "Net::SSLeay" : "1.49",
+            "URI" : "0"
          },
          "system" : {}
       }
@@ -102,8 +165,8 @@
       "Graham Ollis <plice...@cpan.org>",
       "Shlomi Fish (shlomif)"
    ],
-   "x_generated_by_perl" : "v5.33.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
    "x_use_unsafe_inc" : 0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/META.yml 
new/Alien-Libxml2-0.19/META.yml
--- old/Alien-Libxml2-0.17/META.yml     2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/META.yml     2022-09-25 16:54:49.000000000 +0200
@@ -6,20 +6,21 @@
   Alien::Build: '2.37'
   Alien::Build::MM: '0.32'
   ExtUtils::MakeMaker: '6.52'
-  Test2::V0: '0.000060'
+  Test2::V0: '0.000121'
   Test::Alien: '0'
   perl: '5.006'
 configure_requires:
   Alien::Build: '2.37'
   Alien::Build::MM: '2.37'
   Alien::Build::Plugin::Build::SearchDep: '0.35'
+  Alien::Build::Plugin::Download::GitLab: '0'
   Alien::Build::Plugin::Prefer::BadVersion: '1.05'
   Alien::Build::Plugin::Probe::Vcpkg: '0'
   ExtUtils::CBuilder: '0'
   ExtUtils::MakeMaker: '6.52'
   perl: '5.006'
 dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,24 +34,22 @@
   bugtracker: https://github.com/PerlAlien/Alien-Libxml2/issues
   homepage: https://metacpan.org/pod/Alien::Libxml2
   repository: git://github.com/PerlAlien/Alien-Libxml2.git
-version: '0.17'
+version: '0.19'
 x_alienfile:
-  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.31'
+  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
   requires:
     share:
-      Archive::Tar: '0'
       Config: '0'
       HTTP::Tiny: '0.044'
-      IO::Zlib: '0'
-      Mojo::DOM58: '1.00'
-      Sort::Versions: '0'
+      IO::Socket::SSL: '1.56'
+      Mozilla::CA: '0'
+      Net::SSLeay: '1.49'
       URI: '0'
-      URI::Escape: '0'
     system: {}
 x_contributors:
   - 'Graham Ollis <plice...@cpan.org>'
   - 'Shlomi Fish (shlomif)'
-x_generated_by_perl: v5.33.0
+x_generated_by_perl: v5.36.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
 x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/Makefile.PL 
new/Alien-Libxml2-0.19/Makefile.PL
--- old/Alien-Libxml2-0.17/Makefile.PL  2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/Makefile.PL  2022-09-25 16:54:49.000000000 +0200
@@ -5,7 +5,7 @@
     exit;
   }
 }
-# This file was automatically generated by 
Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.58.
+# This file was automatically generated by 
Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.72.
 use strict;
 use warnings;
 use 5.006;
@@ -23,6 +23,7 @@
     "Alien::Build"                             => "2.37",
     "Alien::Build::MM"                         => "2.37",
     "Alien::Build::Plugin::Build::SearchDep"   => "0.35",
+    "Alien::Build::Plugin::Download::GitLab"   => 0,
     "Alien::Build::Plugin::Prefer::BadVersion" => "1.05",
     "Alien::Build::Plugin::Probe::Vcpkg"       => 0,
     "ExtUtils::CBuilder"                       => 0,
@@ -39,10 +40,10 @@
     "Alien::Base" => "2.37"
   },
   "TEST_REQUIRES" => {
-    "Test2::V0"   => "0.000060",
+    "Test2::V0"   => "0.000121",
     "Test::Alien" => 0
   },
-  "VERSION" => "0.17",
+  "VERSION" => "0.19",
   "test"    => {
     "TESTS" => "t/*.t"
   }
@@ -53,7 +54,7 @@
   "Alien::Build"        => "2.37",
   "Alien::Build::MM"    => "0.32",
   "ExtUtils::MakeMaker" => "6.52",
-  "Test2::V0"           => "0.000060",
+  "Test2::V0"           => "0.000121",
   "Test::Alien"         => 0
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/README 
new/Alien-Libxml2-0.19/README
--- old/Alien-Libxml2-0.17/README       2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/README       2022-09-25 16:54:49.000000000 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-    version 0.17
+    version 0.19
 
 SYNOPSIS
 
@@ -88,7 +88,7 @@
 
 COPYRIGHT AND LICENSE
 
-    This software is copyright (c) 2013 by Graham Ollis.
+    This software is copyright (c) 2013-2022 by Graham Ollis.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/alienfile 
new/Alien-Libxml2-0.19/alienfile
--- old/Alien-Libxml2-0.17/alienfile    2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/alienfile    2022-09-25 16:54:49.000000000 +0200
@@ -131,13 +131,20 @@
   # off there.  Turn it on elsewhere as it saves a copy.
   meta->prop->{out_of_source} = $^O eq 'MSWin32' ? 0 : 1;
 
-  plugin Download => (
-    url     => 'http://xmlsoft.org/sources/',
-    version => qr/^libxml2-sources-([\d\.]+)\.tar\.gz$/,
+  plugin 'Download::GitLab' => (
+    gitlab_host     => 'https://gitlab.gnome.org',
+    gitlab_user     => 'GNOME',
+    gitlab_project  => 'libxml2',
+    type            => 'link',
+    format          => 'tar.xz',
+    version_from    => 'tag_name',
+    convert_version => sub {
+      my $version = shift;
+      $version =~ s/^v//;
+      $version;
+    },
   );
 
-  plugin Extract => 'tar.gz';
-
   if($^O eq 'MSWin32' && $Config{ccname} eq 'cl')
   {
     build [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/dist.ini 
new/Alien-Libxml2-0.19/dist.ini
--- old/Alien-Libxml2-0.17/dist.ini     2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/dist.ini     2022-09-25 16:54:49.000000000 +0200
@@ -2,8 +2,8 @@
 author           = Graham Ollis <plice...@cpan.org>
 license          = Perl_5
 copyright_holder = Graham Ollis
-copyright_year   = 2013
-version          = 0.17
+copyright_year   = 2013-2022
+version          = 0.19
 
 ; authordep Alien::Build::Plugin::Probe::Vcpkg
 
@@ -13,15 +13,14 @@
 type = ffi
 
 [@Author::Plicease]
-:version      = 2.44
-travis_status = 1
-travis_com    = 1
+:version      = 2.69
 release_tests = 1
 installer     = Author::Plicease::MakeMaker
 irc           = irc://irc.perl.org/#native
 test2_v0      = 1
 github_user   = PerlAlien
 
+workflow = linux
 workflow = macos-share
 workflow = macos-system
 workflow = windows-share
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/lib/Alien/Libxml2.pm 
new/Alien-Libxml2-0.19/lib/Alien/Libxml2.pm
--- old/Alien-Libxml2-0.17/lib/Alien/Libxml2.pm 2020-11-02 20:03:32.000000000 
+0100
+++ new/Alien-Libxml2-0.19/lib/Alien/Libxml2.pm 2022-09-25 16:54:49.000000000 
+0200
@@ -5,7 +5,7 @@
 use base qw( Alien::Base );
 
 # ABSTRACT: Install the C libxml2 library on your system
-our $VERSION = '0.17'; # VERSION
+our $VERSION = '0.19'; # VERSION
 
 
 
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-version 0.17
+version 0.19
 
 =head1 SYNOPSIS
 
@@ -112,7 +112,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Graham Ollis.
+This software is copyright (c) 2013-2022 by Graham Ollis.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/maint/cip-before-install 
new/Alien-Libxml2-0.19/maint/cip-before-install
--- old/Alien-Libxml2-0.17/maint/cip-before-install     2020-11-02 
20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/maint/cip-before-install     2022-09-25 
16:54:49.000000000 +0200
@@ -16,3 +16,5 @@
 else
   echo use internet libxml2
 fi
+
+cip exec dzil-cpanm -n Alien::Build::Plugin::Download::GitLab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/t/00_diag.t 
new/Alien-Libxml2-0.19/t/00_diag.t
--- old/Alien-Libxml2-0.17/t/00_diag.t  2020-11-02 20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/t/00_diag.t  2022-09-25 16:54:49.000000000 +0200
@@ -14,6 +14,7 @@
   Alien::Build
   Alien::Build::MM
   Alien::Build::Plugin::Build::SearchDep
+  Alien::Build::Plugin::Download::GitLab
   Alien::Build::Plugin::Prefer::BadVersion
   Alien::Build::Plugin::Probe::Vcpkg
   ExtUtils::CBuilder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/xt/author/pod_coverage.t 
new/Alien-Libxml2-0.19/xt/author/pod_coverage.t
--- old/Alien-Libxml2-0.17/xt/author/pod_coverage.t     2020-11-02 
20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/xt/author/pod_coverage.t     2022-09-25 
16:54:49.000000000 +0200
@@ -31,10 +31,10 @@
 my @private_classes;
 my %private_methods;
 
-push @{ $config->{pod_coverage}->{private} },
+push $config->{pod_coverage}->{private}->@*,
   'Alien::.*::Install::Files#Inline';
 
-foreach my $private (@{ $config->{pod_coverage}->{private} })
+foreach my $private ($config->{pod_coverage}->{private}->@*)
 {
   my($class,$method) = split /#/, $private;
   if(defined $class && $class ne '')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-Libxml2-0.17/xt/author/pod_spelling_system.t 
new/Alien-Libxml2-0.19/xt/author/pod_spelling_system.t
--- old/Alien-Libxml2-0.17/xt/author/pod_spelling_system.t      2020-11-02 
20:03:32.000000000 +0100
+++ new/Alien-Libxml2-0.19/xt/author/pod_spelling_system.t      2022-09-25 
16:54:49.000000000 +0200
@@ -24,7 +24,7 @@
 
 chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
 
-add_stopwords(@{ $config->{pod_spelling_system}->{stopwords} });
+add_stopwords($config->{pod_spelling_system}->{stopwords}->@*);
 add_stopwords(qw(
 Plicease
 stdout

Reply via email to