Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2020-10-26 16:18:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-local-lib" Mon Oct 26 16:18:15 2020 rev:16 rq:842805 version:2.000024 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2017-07-11 08:24:44.432797394 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new.3463/perl-local-lib.changes 2020-10-26 16:19:22.511082892 +0100 @@ -1,0 +2,6 @@ +Sat Oct 17 13:57:56 UTC 2020 - Dirk Stoecker <opens...@dstoecker.de> + +- updated to 2.000024 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + +------------------------------------------------------------------- @@ -278 +283,0 @@ - Old: ---- local-lib-2.000023.tar.gz New: ---- local-lib-2.000024.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-local-lib.spec ++++++ --- /var/tmp/diff_new_pack.xos4E3/_old 2020-10-26 16:19:23.499083687 +0100 +++ /var/tmp/diff_new_pack.xos4E3/_new 2020-10-26 16:19:23.503083690 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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-local-lib -Version: 2.000023 +Version: 2.000024 Release: 0 %define cpan_name local-lib -Summary: Create and Use a Local Lib/ for Perl Modules with Perl5lib -License: Artistic-1.0 or GPL-1.0+ +Summary: Create and use a local lib/ for perl modules with PERL5LIB +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/local-lib/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: perl-homedir.sh Source2: perl-homedir.csh @@ -93,11 +93,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -108,26 +108,10 @@ # MANUAL END %perl_gen_filelist -%files -%defattr(-,root,root) -%doc Changes -%dir %{perl_vendorlib}/lib -%dir %{perl_vendorlib}/lib/core -%{perl_vendorlib}/lib/core/only.pm -%dir %{perl_vendorlib}/local/ -%{perl_vendorlib}/local/lib.pm -%doc %{perl_man3dir}/lib::core::only.%{perl_man3ext}%{ext_man} -%doc %{perl_man3dir}/local::lib.%{perl_man3ext}%{ext_man} - -%dir %{perl_vendorlib}/POD2 -%lang(de) %dir %{perl_vendorlib}/POD2/DE -%lang(de) %dir %{perl_vendorlib}/POD2/DE/local -%lang(de) %{perl_vendorlib}/POD2/DE/local/lib.pod -%lang(de) %doc %{perl_man3dir}/POD2::DE::local::lib.%{perl_man3ext}%{ext_man} -%lang(pt_BR) %dir %{perl_vendorlib}/POD2/PT_BR -%lang(pt_BR) %dir %{perl_vendorlib}/POD2/PT_BR/local -%lang(pt_BR) %{perl_vendorlib}/POD2/PT_BR/local/lib.pod -%lang(pt_BR) %doc %{perl_man3dir}/POD2::PT_BR::local::lib.%{perl_man3ext}%{ext_man} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE %files -n perl-homedir %defattr(-,root,root) ++++++ local-lib-2.000023.tar.gz -> local-lib-2.000024.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.000023/Changes new/local-lib-2.000024/Changes --- old/local-lib-2.000023/Changes 2017-06-07 11:11:52.000000000 +0200 +++ new/local-lib-2.000024/Changes 2017-10-08 17:21:44.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for local::lib +2.000024 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + 2.000023 - 2017-06-07 - fix use of 'note' in test for compatibilty with old Test::More diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.000023/META.json new/local-lib-2.000024/META.json --- old/local-lib-2.000023/META.json 2017-06-07 11:12:39.000000000 +0200 +++ new/local-lib-2.000024/META.json 2017-10-08 17:22:15.000000000 +0200 @@ -68,6 +68,6 @@ }, "x_IRC" : "irc://irc.perl.org/#local-lib" }, - "version" : "2.000023", + "version" : "2.000024", "x_serialization_backend" : "JSON::PP version 2.94" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.000023/META.yml new/local-lib-2.000024/META.yml --- old/local-lib-2.000023/META.yml 2017-06-07 11:12:38.000000000 +0200 +++ new/local-lib-2.000024/META.yml 2017-10-08 17:22:15.000000000 +0200 @@ -27,5 +27,5 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=local-lib license: http://dev.perl.org/licenses/ repository: git://github.com/Perl-Toolchain-Gang/local-lib -version: '2.000023' +version: '2.000024' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.000023/inc/CPANBootstrapper.pm new/local-lib-2.000024/inc/CPANBootstrapper.pm --- old/local-lib-2.000023/inc/CPANBootstrapper.pm 2017-01-24 12:19:03.000000000 +0100 +++ new/local-lib-2.000024/inc/CPANBootstrapper.pm 2017-09-26 00:38:27.000000000 +0200 @@ -167,7 +167,13 @@ # otherwise, if we're running from CPAN then it will be installed soon # enough, and we'll come back here.. if (eval { require CPAN::HandleConfig; } ) { - CPAN::HandleConfig->require_myconfig_or_config; + if (CPAN::HandleConfig->can('require_myconfig_or_config')) { + CPAN::HandleConfig->require_myconfig_or_config; + } + else { + local *CPAN::HandleConfig::missing_config_data = sub { () }; + CPAN::HandleConfig->load; + } if ( $CPAN::Config ) { for my $setting (qw( makepl_arg make_install_arg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.000023/lib/local/lib.pm new/local-lib-2.000024/lib/local/lib.pm --- old/local-lib-2.000023/lib/local/lib.pm 2017-06-07 11:11:40.000000000 +0200 +++ new/local-lib-2.000024/lib/local/lib.pm 2017-10-08 17:21:28.000000000 +0200 @@ -10,7 +10,7 @@ } use Config (); -our $VERSION = '2.000023'; +our $VERSION = '2.000024'; $VERSION = eval $VERSION; BEGIN {