From 079a61bc11a6a704637c87d100135fe8051d78268374fd1112917e77d0ad714a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Oct 2020 12:06:10 +0000 Subject: [PATCH] Accepting request 842303 from devel:languages:perl:autoupdate - updated to 2.000024 - 2017-10-08 - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process - updated to 2.000023 see /usr/share/doc/packages/perl-local-lib/Changes 2.000023 - 2017-06-07 - fix use of 'note' in test for compatibilty with old Test::More 2.000022 - 2017-06-07 - releasing as stable 2.000_021 - 2017-04-23 - account for an empty SHELL variable when detecting shell - author test cleanups - bootstrapping option --no-manpages now affects bootstrapping process, not just later module installs - cope with home directories with spaces when bootstrapping with old CPAN.pm 2.000_020 - 2016-10-18 - fix handling of inc_version_list - don't load strict or warnings outside author mode - load and use Cwd when we're printing and exiting - use loaded Cwd/Win32::Cwd if it's available - handle relative paths in current executable - don't try to run current executable in embedded perl - handle relative directories better - fix shell test for powershell 1 and group policy restricted environments - avoid user init files in shell test - use safer format to check environment in shell test - many test cleanups - update to 2.00019 - fix bootstrapping into directory with spaces (PR#4) - fix variable interpolation to work when used with sh -u (RT#112711) - author test enhancements - update to 2.00018 2.000018 - 2015-10-29 - repair CPAN.pm bootstrapping broken by extraneous prerequisite. - ensure directories are created in correct order to avoid errors 2.000017 - 2015-10-06 - fix shell quoting for fish shell - work around issue where some cpanm versions wouldn't upgrade ExtUtils::MakeMaker in some cases it should have - added --quiet option to surpress directory creation message - build_environment_vars_for, build_activate_environment_vars_for, and environment_vars_string_for options will always include directories being added, even if they were already in current ENV vars - fixes for author tests - create directory structure under created local::libs, ensuring arch dirs will always be added to @INC by perl - only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during bootstrap process, not after - bootstrap process refactored - updated to 2.000015 - Avoid using += in Makefile when bootstrapping for portability (RT#100797) - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0, and bump our EUMM prereq to 7.0. - fix shell test for shells where we can't prevent some rc files from being loaded, like zsh (RT#99819). - updated to 2.000014 - fix taint-mode test in some cases on case insensitive filesystems 2.000013 - 2014-08-16 - fix test failure in ActiveState perl - better test diagnostics - fix quoting of spaces for fish shell (rt#95268) - improve quoting for use with cmd.exe - fix quoting any arbitrary character when contructing strings for bash - skip testing use with shells if the shell doesn't work at all 2.000012 - 2014-05-12 - restore build_activate_environment_vars_for, build_deactivate_environment_vars_for, build_deact_all_environment_vars_for methods for perlbrew compatibility - fix transforming relative paths to absolute paths in older perls - fix quoting for fish shell 2.000011 - 2014-04-02 - more fixes for issue where PERL5LIB Carp is not the same version as in the local-lib 2.000010 - 2014-03-28 - fix shell test on cygwin 2.000_009 - 2014-03-15 - no longer loads File::Spec, so an upgraded version installed inside a local lib dir can be used by scripts - updated to 2.000008 - even more relaxed shell output testing - only test shells in /etc/shells - fix Makefile.PL on solaris 2.000006 - 2014-03-07 - fix bootstrapping not auto-configuring in some cases - more relaxed shell output testing - use normal arguments to be used on the command line in addition to import arguments - support fish shell - stop trying to test csh/sh on Win32 - work around CPAN.pm issues with checking prerequisites 2.000004 - 2014-01-03 - fix errors in PowerShell output when clearing nonexistant variables - fix shell test to avoid extremely long lines - fix shell test to avoid testing standard Win32 shells on Cygwin - improved diagnostics in shell test 2.000003 - 2013-12-30 - releasing 2.000_002 as stable 2.000_002 - 2013-12-25 - fix CPAN setup error check in Makefile.PL - fix install test warnings - fix shell test to skip cmd/powershell startup scripts - updated to 1.008026 - drop perl prerequisite to 5.6, since everything works there. - fix install test on cygwin - fix stackable test on win32 and when external local::lib is set - clarify errors in Makefile.PL about CPAN configuration - adjust csh output to allow use directly by eval - silence a possible warning in Makefile.PL - add additional docs about combining local::lib with lib::core::only - reverse order of PERL_LOCAL_LIB_ROOT. new local::libs are now added to the beginning instead of the end, to match the order of other similar environment variables. - fix installation into directories with spaces or backslashes, as well as Win32 test failures when Capture::Tiny is installed - fix test breaking in some cases when an external local::lib is set - fix test compatibility with old versions of Exporter - stable release of 1.008022 (no code changes since 1.008012) - see 1.008019 through 1.008021 - yet another attempt to overcome win32 testing issues (paths with spaces, backslashes) - yet another attempt to overcome win32 testing issues (paths with spaces, backslashes) - another attempt to overcome win32 testing issues (paths with spaces, backslashes) - update to 1.008018 - print out actual paths in more test cases, for helping to diagnose mysterious failures - avoid "Unrecognized escape \s passed through" errors on win32 (again) - avoid "Unrecognized escape \s passed through" errors on win32 - fix new test to use alternate path representations on windows, to handle potential space issues (regression since 1.008012) - fix undef value errors when not installing into a local::lib - now handling using -Mlocal::lib in a taintperl environment, by ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to @INC (RT#76661, Karen Etheridge) - updated to 1.008011 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) - updated to 1.008010 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) - Remove Carp::Always dep - Fix putting arch path in PERL5LIB - Refactor Win32 path handling out of ensure_dir_structure_for() - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with : - Fix ~/perl5/bin missing in $PATH - Back to 1.008004 with Carp fix since subsequent releases were botched - Avoid issue where PERL5LIB Carp is older than local::lib one - update to 1.008004: no user-visible changes - changes from 1.008002: * add local::lib stacking support * add activation/deactivation support - changes from 1.008001: * bootstrap Module::Build just like ExtUtils::MakeMaker - changes from 1.008000: * print_environment_vars_for() refactored with separate function environment_vars_string_for() * PERL_LOCAL_LIB_ROOT environment is added to disambiguate when PERL_MM_OPT, etc. was set by local::lib or other means - changes from 1.006009: * split up method guess_shelltype from parts of print_environment_vars_for * updated documentation about change of use with .modulebuildrc - changes from 1.006008: * finally move to PERL_MB_OPT rather than using .modulebuildrc - remove /var/adm/perl-modules - update to 1.006007: * fixing stuff so that search.cpan.org displays right * documented one method in all languages - changes from 1.006006: * added portuguese translation * several minor fixes in the documentation * changed methods look in documentation - update to 1.006005: * added support informations (also for german) * fixed newline in german translation from DOS2UNIX - update to 1.006004: * added german translation * enhanced some parts of english documentation * reverse the perl/arch paths in PERL5LIB - update to 1.006000: * create lib::core::only that provides the "set @INC to core dirs only" functionality that was the only part of --self-contained that ever worked usefully * delete broken --self-contained flag from core - update to 1.005001 - changes from 1.005000: * more robust handling of running new toolchains on older perls * warnings for missing PATH/PERL5LIB (as when not running interactively) silenced * start of better docs for C<--self-contained> - new package, ported from Fedora 13 OBS-URL: https://build.opensuse.org/request/show/842303 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=45 --- local-lib-2.000023.tar.gz | 3 --- local-lib-2.000024.tar.gz | 3 +++ perl-local-lib.changes | 7 ++++++- perl-local-lib.spec | 42 ++++++++++++--------------------------- 4 files changed, 22 insertions(+), 33 deletions(-) delete mode 100644 local-lib-2.000023.tar.gz create mode 100644 local-lib-2.000024.tar.gz diff --git a/local-lib-2.000023.tar.gz b/local-lib-2.000023.tar.gz deleted file mode 100644 index 97be11b..0000000 --- a/local-lib-2.000023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf6f5916fc5ae86ef30c5df87414fd3587eff40642bc85ab17a59047bb82099 -size 64446 diff --git a/local-lib-2.000024.tar.gz b/local-lib-2.000024.tar.gz new file mode 100644 index 0000000..54259ad --- /dev/null +++ b/local-lib-2.000024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05 +size 62941 diff --git a/perl-local-lib.changes b/perl-local-lib.changes index f8294c4..84409fb 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 17 13:57:56 UTC 2020 - Dirk Stoecker + +- updated to 2.000024 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + ------------------------------------------------------------------- Fri Jun 9 06:42:51 UTC 2017 - coolo@suse.com @@ -275,4 +281,3 @@ Sun Mar 14 02:15:00 UTC 2010 - pascal.bleser@opensuse.org Wed Feb 3 19:43:22 UTC 2010 - pascal.bleser@opensuse.org - new package, ported from Fedora 13 - diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 4a93a9f..257f2bb 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -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 @@ install this package. %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 @@ install this package. # 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)