commit perl-local-lib for openSUSE:Factory
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.24 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 + +- updated to 2.24 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + +--- @@ -278 +283,0 @@ - Old: local-lib-2.23.tar.gz New: local-lib-2.24.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.23 +Version:2.24 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.23.tar.gz -> local-lib-2.24.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.23/Changes new/local-lib-2.24/Changes --- old/local-lib-2.23/Changes 2017-06-07 11:11:52.0 +0200 +++ new/local-lib-2.24/Changes 2017-10-08 17:21:44.0 +0200 @@ -1,5 +1,8 @@ Revision history for local::lib +2.24 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + 2.23 - 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.23/META.json new/local-lib-2.24/META.json --- old/local-lib-2.23/META.json2017-06-07 11:12:39.0 +0200 +++ new/local-lib-2.24/META.json2017-10-08 17:22:15.0 +0200 @@ -68,6 +68,6 @@ }, "x_IRC" : "irc://irc.perl.org/#local-lib" }, - "version" : "2.23", +
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2017-07-11 08:24:42 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is "perl-local-lib" Tue Jul 11 08:24:42 2017 rev:15 rq:506099 version:2.23 Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2016-05-25 21:27:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2017-07-11 08:24:44.432797394 +0200 @@ -1,0 +2,32 @@ +Fri Jun 9 06:42:51 UTC 2017 - co...@suse.com + +- updated to 2.23 + see /usr/share/doc/packages/perl-local-lib/Changes + + 2.23 - 2017-06-07 + - fix use of 'note' in test for compatibilty with old Test::More + + 2.22 - 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 + +--- Old: local-lib-2.19.tar.gz New: cpanspec.yml local-lib-2.23.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.DFPaLM/_old 2017-07-11 08:24:45.468651296 +0200 +++ /var/tmp/diff_new_pack.DFPaLM/_new 2017-07-11 08:24:45.468651296 +0200 @@ -1,8 +1,7 @@ -# vim: set ts=4 sw=4 et: # # spec file for package perl-local-lib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +17,18 @@ Name: perl-local-lib -Version:2.19 +Version:2.23 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+ Group: Development/Libraries/Perl -%define cpan_name local-lib -Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +Url:http://search.cpan.org/dist/local-lib/ +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1:perl-homedir.sh Source2:perl-homedir.csh -Url:http://search.cpan.org/dist/local-lib/ +Source3:cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -36,6 +37,9 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 7.00 BuildRequires: perl(Module::Build) >= 0.36 Requires: perl(CPAN) >= 1.82 +Requires: perl(ExtUtils::Install) >= 1.43 +Requires: perl(ExtUtils::MakeMaker) >= 7.00 +Requires: perl(Module::Build) >= 0.36 %{perl_requires} %description @@ -53,6 +57,23 @@ hasn't applied a patch to a module of theirs that you need for your application. +On import, local::lib sets the following environment variables to +appropriate values: + +* PERL_MB_OPT + +* PERL_MM_OPT + +* PERL5LIB + +* PATH + +* PERL_LOCAL_LIB_ROOT + +When possible, these will be appended to instead of overwritten entirely. + +These values are then available for reference by any code after import. + %package -n perl-homedir Summary:Per-user Perl local::lib setup Group: Development/Libraries/Perl @@ -69,30 +90,23 @@ install this package. %prep -%setup -q -n "local-lib-%{version}" -%__chmod 0644 Changes +%setup -q -n %{cpan_name}-%{version} %build -unset PERL_MM_OPT -%__perl Makefile.PL INSTALLDIRS=vendor PREFIX="%{_prefix}" -%__make %{?jobs:-j%{jobs}} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install -unset PERL_MM_OPT %perl_make_install - -%__chmod 0644 "%{buildroot}%{perl_vendorlib}/local/lib.pm" -%__chmod 0644
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2016-05-25 21:27:14 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is "perl-local-lib" Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2015-11-24 22:34:27.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2016-05-25 21:27:20.0 +0200 @@ -1,0 +2,8 @@ +Fri May 20 05:12:37 UTC 2016 - co...@suse.com + +- 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 + +--- Old: local-lib-2.18.tar.gz New: local-lib-2.19.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.EHgQeB/_old 2016-05-25 21:27:21.0 +0200 +++ /var/tmp/diff_new_pack.EHgQeB/_new 2016-05-25 21:27:21.0 +0200 @@ -2,7 +2,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ Name: perl-local-lib -Version:2.18 +Version:2.19 Release:0 -Summary:Create and Use a local Library Directory for Perl Modules +Summary:Create and Use a Local Lib/ for Perl Modules with Perl5lib License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl %define cpan_name local-lib ++ local-lib-2.18.tar.gz -> local-lib-2.19.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.18/Changes new/local-lib-2.19/Changes --- old/local-lib-2.18/Changes 2015-10-29 18:10:38.0 +0100 +++ new/local-lib-2.19/Changes 2016-04-19 16:48:02.0 +0200 @@ -1,5 +1,10 @@ Revision history for local::lib +2.19 - 2016-04-19 + - fix bootstrapping into directory with spaces (PR#4) + - fix variable interpolation to work when used with sh -u (RT#112711) + - author test enhancements + 2.18 - 2015-10-29 - repair CPAN.pm bootstrapping broken by extraneous prerequisite. - ensure directories are created in correct order to avoid errors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.18/MANIFEST new/local-lib-2.19/MANIFEST --- old/local-lib-2.18/MANIFEST 2015-10-29 18:11:28.0 +0100 +++ new/local-lib-2.19/MANIFEST 2016-04-19 16:48:24.0 +0200 @@ -1,7 +1,7 @@ Changes eg/scripted_install.pl inc/CheckVersion.pm -inc/CPAN.pm +inc/CPANBootstrapper.pm lib/lib/core/only.pm lib/local/lib.pm lib/POD2/DE/local/lib.pod @@ -25,11 +25,13 @@ t/taint-mode.t xt/author/cpan-changes.t xt/author/eol.t -xt/author/minimum-version.t xt/author/no-tabs.t xt/author/pod-syntax.t xt/bootstrap.t +xt/cpan-bootstrap.pl +xt/cpan-bootstrap.t xt/install.t +xt/lib/dist_util.pm META.yml Module YAML meta-data (added by MakeMaker) META.jsonModule JSON meta-data (added by MakeMaker) README README file (added by Distar) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.18/META.json new/local-lib-2.19/META.json --- old/local-lib-2.18/META.json2015-10-29 18:11:28.0 +0100 +++ new/local-lib-2.19/META.json2016-04-19 16:48:24.0 +0200 @@ -27,14 +27,11 @@ "requires" : {} }, "develop" : { - "recommends" : { -"Test::CPAN::Changes" : "0" - }, "requires" : { "Capture::Tiny" : "0", -"Perl::MinimumVersion" : "1.35", +"Module::Build" : "0.36", +"Test::CPAN::Changes" : "0", "Test::EOL" : "0", -"Test::MinimumVersion" : "0", "Test::More" : "0.8101", "Test::NoTabs" : "0", "Test::Pod" : "0" @@ -71,5 +68,5 @@ }, "x_IRC" : "irc://irc.perl.org/#local-lib" }, - "version" : "2.18" + "version" : "2.19" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.18/META.yml new/local-lib-2.19/META.yml --- old/local-lib-2.18/META.yml
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2015-11-24 22:33:57 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is "perl-local-lib" Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2015-02-08 11:43:05.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2015-11-24 22:34:27.0 +0100 @@ -1,0 +2,23 @@ +Sun Nov 22 06:43:18 UTC 2015 - co...@suse.com + +- update to 2.00018 + 2.18 - 2015-10-29 + - repair CPAN.pm bootstrapping broken by extraneous prerequisite. + - ensure directories are created in correct order to avoid errors + + 2.17 - 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 + +--- Old: local-lib-2.15.tar.gz New: local-lib-2.18.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.kIYIk7/_old 2015-11-24 22:34:28.0 +0100 +++ /var/tmp/diff_new_pack.kIYIk7/_new 2015-11-24 22:34:28.0 +0100 @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:2.15 +Version:2.18 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ @@ -34,7 +34,7 @@ BuildRequires: perl(CPAN) >= 1.82 BuildRequires: perl(ExtUtils::Install) >= 1.43 BuildRequires: perl(ExtUtils::MakeMaker) >= 7.00 -BuildRequires: perl(Module::Build) >= 0.3600 +BuildRequires: perl(Module::Build) >= 0.36 Requires: perl(CPAN) >= 1.82 %{perl_requires} ++ local-lib-2.15.tar.gz -> local-lib-2.18.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.15/Changes new/local-lib-2.18/Changes --- old/local-lib-2.15/Changes 2014-12-12 16:48:30.0 +0100 +++ new/local-lib-2.18/Changes 2015-10-29 18:10:38.0 +0100 @@ -1,5 +1,24 @@ Revision history for local::lib +2.18 - 2015-10-29 + - repair CPAN.pm bootstrapping broken by extraneous prerequisite. + - ensure directories are created in correct order to avoid errors + +2.17 - 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 + 2.15 - 2014-12-12 - Avoid using += in Makefile when bootstrapping for portability (RT#100797) - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.15/LICENSE new/local-lib-2.18/LICENSE --- old/local-lib-2.15/LICENSE 1970-01-01 01:00:00.0 +0100 +++ new/local-lib-2.18/LICENSE 2015-05-28 02:13:50.0 +0200 @@ -0,0 +1,379 @@ +This software is copyright (c) 2007 by Matt S Trout. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + +Terms of the Perl programming language system itself + +a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or +b) the "Artistic License" + +--- The GNU General Public License, Version
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2015-02-08 11:43:03 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2014-09-17 17:26:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2015-02-08 11:43:05.0 +0100 @@ -1,0 +2,10 @@ +Sat Feb 7 07:21:45 UTC 2015 - co...@suse.com + +- updated to 2.15 + - 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). + +--- Old: local-lib-2.14.tar.gz New: local-lib-2.15.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.i2prFV/_old 2015-02-08 11:43:05.0 +0100 +++ /var/tmp/diff_new_pack.i2prFV/_new 2015-02-08 11:43:05.0 +0100 @@ -2,7 +2,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:2.14 +Version:2.15 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ @@ -33,7 +33,7 @@ BuildRequires: perl-macros BuildRequires: perl(CPAN) = 1.82 BuildRequires: perl(ExtUtils::Install) = 1.43 -BuildRequires: perl(ExtUtils::MakeMaker) = 6.74 +BuildRequires: perl(ExtUtils::MakeMaker) = 7.00 BuildRequires: perl(Module::Build) = 0.3600 Requires: perl(CPAN) = 1.82 %{perl_requires} ++ local-lib-2.14.tar.gz - local-lib-2.15.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.14/Changes new/local-lib-2.15/Changes --- old/local-lib-2.14/Changes 2014-09-04 11:49:23.0 +0200 +++ new/local-lib-2.15/Changes 2014-12-12 16:48:30.0 +0100 @@ -1,5 +1,12 @@ Revision history for local::lib +2.15 - 2014-12-12 + - 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). + 2.14 - 2014-09-04 - fix taint-mode test in some cases on case insensitive filesystems diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.14/META.json new/local-lib-2.15/META.json --- old/local-lib-2.14/META.json2014-09-04 11:50:06.0 +0200 +++ new/local-lib-2.15/META.json2014-12-12 16:48:48.0 +0100 @@ -4,7 +4,7 @@ mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk ], dynamic_config : 1, - generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520, + generated_by : ExtUtils::MakeMaker version 7, CPAN::Meta::Converter version 2.142690, license : [ perl_5 ], @@ -44,7 +44,7 @@ requires : { CPAN : 1.82, ExtUtils::Install : 1.43, -ExtUtils::MakeMaker : 6.74, +ExtUtils::MakeMaker : 7.00, Module::Build : 0.36, perl : 5.006 } @@ -71,5 +71,5 @@ }, x_IRC : irc://irc.perl.org/#local-lib }, - version : 2.14 + version : 2.15 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.14/META.yml new/local-lib-2.15/META.yml --- old/local-lib-2.14/META.yml 2014-09-04 11:50:06.0 +0200 +++ new/local-lib-2.15/META.yml 2014-12-12 16:48:48.0 +0100 @@ -6,7 +6,7 @@ Test::More: '0' configure_requires: {} dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520' +generated_by: 'ExtUtils::MakeMaker version 7, CPAN::Meta::Converter version 2.142690' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,7 +19,7 @@ requires:
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2014-09-17 17:25:59 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2014-03-18 13:57:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2014-09-17 17:26:20.0 +0200 @@ -1,0 +2,32 @@ +Mon Sep 15 15:44:36 UTC 2014 - co...@suse.com + +- updated to 2.14 + - fix taint-mode test in some cases on case insensitive filesystems + + 2.13 - 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.12 - 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.11 - 2014-04-02 + - more fixes for issue where PERL5LIB Carp is not the same version as in the +local-lib + + 2.10 - 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 + +--- Old: local-lib-2.08.tar.gz New: local-lib-2.14.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.s5aruZ/_old 2014-09-17 17:26:21.0 +0200 +++ /var/tmp/diff_new_pack.s5aruZ/_new 2014-09-17 17:26:21.0 +0200 @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:2.08 +Version:2.14 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ ++ local-lib-2.08.tar.gz - local-lib-2.14.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.08/Changes new/local-lib-2.14/Changes --- old/local-lib-2.08/Changes 2014-03-13 17:30:08.0 +0100 +++ new/local-lib-2.14/Changes 2014-09-04 11:49:23.0 +0200 @@ -1,5 +1,34 @@ Revision history for local::lib +2.14 - 2014-09-04 + - fix taint-mode test in some cases on case insensitive filesystems + +2.13 - 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.12 - 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.11 - 2014-04-02 + - more fixes for issue where PERL5LIB Carp is not the same version as in the + local-lib + +2.10 - 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 + 2.08 - 2014-03-13 - fix --bootstrap option without a path specified diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.08/MANIFEST new/local-lib-2.14/MANIFEST --- old/local-lib-2.08/MANIFEST 2014-03-13 17:30:25.0 +0100 +++ new/local-lib-2.14/MANIFEST 2014-09-04 11:50:06.0 +0200 @@ -10,6 +10,7 @@ Makefile.PL MANIFEST This list of files t/bad_variables.t +t/carp-mismatch.t t/classmethod.t t/coderefs_in_inc.t t/de-dup.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-2.08/META.json new/local-lib-2.14/META.json --- old/local-lib-2.08/META.json2014-03-13 17:30:25.0 +0100 +++ new/local-lib-2.14/META.json2014-09-04 11:50:06.0 +0200 @@ -4,7 +4,7 @@ mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk ], dynamic_config : 1, - generated_by : ExtUtils::MakeMaker version 6.9, CPAN::Meta::Converter version
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2014-03-18 13:57:56 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2013-12-07 07:47:44.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2014-03-18 13:57:57.0 +0100 @@ -1,0 +2,31 @@ +Sat Mar 15 12:58:03 UTC 2014 - co...@suse.com + +- updated to 2.08 + - even more relaxed shell output testing + - only test shells in /etc/shells + - fix Makefile.PL on solaris + + 2.06 - 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.04 - 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.03 - 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 + +--- Old: local-lib-1.008026.tar.gz New: local-lib-2.08.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.Ru5imQ/_old 2014-03-18 13:57:58.0 +0100 +++ /var/tmp/diff_new_pack.Ru5imQ/_new 2014-03-18 13:57:58.0 +0100 @@ -2,7 +2,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:1.008026 +Version:2.08 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ ++ local-lib-1.008026.tar.gz - local-lib-2.08.tar.gz ++ 7892 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2013-12-07 07:47:43 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2013-10-06 14:31:31.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2013-12-07 07:47:44.0 +0100 @@ -1,0 +2,27 @@ +Mon Nov 25 07:39:42 UTC 2013 - co...@suse.com + +- 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) + +--- Old: local-lib-1.008018.tar.gz New: local-lib-1.008026.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.2R4rrD/_old 2013-12-07 07:47:45.0 +0100 +++ /var/tmp/diff_new_pack.2R4rrD/_new 2013-12-07 07:47:45.0 +0100 @@ -18,13 +18,13 @@ Name: perl-local-lib -Version:1.008018 +Version:1.008026 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl %define cpan_name local-lib -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1:perl-homedir.sh Source2:perl-homedir.csh Url:http://search.cpan.org/dist/local-lib/ @@ -33,25 +33,9 @@ BuildRequires: perl-macros BuildRequires: perl(CPAN) = 1.82 BuildRequires: perl(ExtUtils::Install) = 1.43 -BuildRequires: perl(ExtUtils::MakeMaker) = 6.31 +BuildRequires: perl(ExtUtils::MakeMaker) = 6.74 BuildRequires: perl(Module::Build) = 0.3600 -#BuildRequires: perl(Capture::Tiny) -#BuildRequires: perl(CPAN::HandleConfig) -#BuildRequires: perl(CPANPLUS::Backend) -#BuildRequires: perl(File::HomeDir) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(lib::core::only) -#BuildRequires: perl(local::lib) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::AutoInstall) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(YAML::Tiny) Requires: perl(CPAN) = 1.82 -Requires: perl(ExtUtils::Install) = 1.43 -Requires: perl(ExtUtils::MakeMaker) = 6.31 -Requires: perl(Module::Build) = 0.3600 %{perl_requires} %description @@ -110,9 +94,6 @@ unset PERL_MM_OPT %__make test -%clean -%__rm -rf %{buildroot} - %files %defattr(-,root,root) %doc Changes ++ local-lib-1.008018.tar.gz - local-lib-1.008026.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-1.008018/Changes new/local-lib-1.008026/Changes --- old/local-lib-1.008018/Changes 2013-09-15 21:47:41.0 +0200 +++ new/local-lib-1.008026/Changes 2013-11-06 00:48:09.0 +0100 @@ -1,5 +1,43 @@ Revision history for local::lib +1.008026 2013-11-05 +- drop perl prerequisite to 5.6, since everything works there. + +1.008025 2013-11-01 (development release, unindexed) +- fix install test on cygwin +- fix stackable test on win32 and when external local::lib is set +- clarify errors in
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2013-10-06 14:31:30 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2013-07-30 12:06:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2013-10-06 14:31:31.0 +0200 @@ -1,0 +2,16 @@ +Fri Oct 4 19:48:30 UTC 2013 - co...@suse.com + +- 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) + +--- Old: local-lib-1.008011.tar.gz New: local-lib-1.008018.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.ooROtu/_old 2013-10-06 14:31:33.0 +0200 +++ /var/tmp/diff_new_pack.ooROtu/_new 2013-10-06 14:31:33.0 +0200 @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:1.008011 +Version:1.008018 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ ++ local-lib-1.008011.tar.gz - local-lib-1.008018.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-1.008011/Changes new/local-lib-1.008018/Changes --- old/local-lib-1.008011/Changes 2013-07-27 04:47:52.0 +0200 +++ new/local-lib-1.008018/Changes 2013-09-15 21:47:41.0 +0200 @@ -1,43 +1,69 @@ Revision history for local::lib -1.008011 2013-07-26 +1.008018 2013-09-15 +- print out actual paths in more test cases, for helping to diagnose + mysterious failures + +1.008017 2013-09-14 +- avoid Unrecognized escape \s passed through errors on win32 + (again) + +1.008016 2013-09-13 +- avoid Unrecognized escape \s passed through errors on win32 + +1.008015 2013-09-12 +- re-release 1.008014 to fix broken MANIFEST + +1.008014 2013-09-12 +- fix new test to use alternate path representations on windows, to + handle potential space issues (regression since 1.008012) + +1.008013 2013-09-11 +- fix undef value errors when not installing into a local::lib + +1.008012 2013-09-11 +- 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) + +1.008011 2013-07-26 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) -1.008010 2013-05-26 +1.008010 2013-05-26 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) -1.008009 2013-02-24 +1.008009 2013-02-24 - Remove Carp::Always dep -1.008008 2013-02-24 +1.008008 2013-02-24 - 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 -1.008007 2013-02-17 +1.008007 2013-02-17 - Back to 1.008004 with Carp fix since subsequent releases were botched - Avoid issue where PERL5LIB Carp is older than local::lib one -1.008004 2011-02-24 +1.008004 2011-02-24 - Fix stackable tests on win32 by canonicalizing the path ahead of time -1.008003 2011-02-23 +1.008003 2011-02-23 - Fix tests with stacking l::ls. -1.008002 2011-02-23 +1.008002 2011-02-23 - Add local::lib stacking support. - Add activation/deactivation support. -1.008001 2011-01-09 +1.008001 2011-01-09 - Bootstrap Module::Build just like ExtUtils::MakeMaker -1.008000 2011-01-05 +1.008000 2011-01-05 - Remove redundant prereqs now that Module::Build 0.36 is required - Makefile.PL avoids CPAN client configuration when not required @@
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2013-07-30 12:06:12 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2013-06-13 17:46:36.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2013-07-30 12:06:13.0 +0200 @@ -1,0 +2,6 @@ +Sat Jul 27 11:58:45 UTC 2013 - co...@suse.com + +- updated to 1.008011 + - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) + +--- Old: local-lib-1.008010.tar.gz New: local-lib-1.008011.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.uyFNKU/_old 2013-07-30 12:06:14.0 +0200 +++ /var/tmp/diff_new_pack.uyFNKU/_new 2013-07-30 12:06:14.0 +0200 @@ -18,7 +18,7 @@ Name: perl-local-lib -Version:1.008010 +Version:1.008011 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ ++ local-lib-1.008010.tar.gz - local-lib-1.008011.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-1.008010/Changes new/local-lib-1.008011/Changes --- old/local-lib-1.008010/Changes 2013-05-27 03:01:30.0 +0200 +++ new/local-lib-1.008011/Changes 2013-07-27 04:47:52.0 +0200 @@ -1,5 +1,8 @@ Revision history for local::lib +1.008011 2013-07-26 +- skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) + 1.008010 2013-05-26 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-1.008010/META.yml new/local-lib-1.008011/META.yml --- old/local-lib-1.008010/META.yml 2013-05-27 03:05:03.0 +0200 +++ new/local-lib-1.008011/META.yml 2013-07-27 04:49:29.0 +0200 @@ -29,4 +29,4 @@ homepage: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git license: http://dev.perl.org/licenses/ repository: git://git.shadowcat.co.uk/p5sagit/local-lib.git -version: 1.008010 +version: 1.008011 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/local-lib-1.008010/Makefile.PL new/local-lib-1.008011/Makefile.PL --- old/local-lib-1.008010/Makefile.PL 2013-02-17 17:36:01.0 +0100 +++ new/local-lib-1.008011/Makefile.PL 2013-07-27 04:32:12.0 +0200 @@ -183,24 +183,26 @@ requires 'ExtUtils::MakeMaker' = '6.31'; # version INSTALL_BASE was added requires 'ExtUtils::Install' = '1.43'; # ditto requires 'Module::Build' = '0.36'; # PERL_MB_OPT -my $required_CPAN = '1.82'; -requires 'CPAN' = $required_CPAN; # sudo support + CPAN::HandleConfig -# No, really. See -# https://rt.cpan.org/Public/Bug/Display.html?id=23735 -# for why CPAN now sets the CPANPLUS env var. -# trouble is this means we can't auto_install(_now) CPAN itself -# without this beautiful hack +# don't bother fixing CPAN.pm if bootstrapped from cpanminus +unless ($ENV{PERL5_CPANM_IS_RUNNING}) { +my $required_CPAN = '1.82'; +requires 'CPAN' = $required_CPAN; # sudo support + CPAN::HandleConfig -my $no_cpanplus_env = !exists $ENV{PERL5_CPANPLUS_IS_RUNNING}; -my $no_cpan_env = !exists $ENV{PERL5_CPAN_IS_RUNNING}; -require CPAN; -delete $ENV{PERL5_CPANPLUS_IS_RUNNING} if $no_cpanplus_env; -delete $ENV{PERL5_CPAN_IS_RUNNING} if $no_cpan_env; +# No, really. See +# https://rt.cpan.org/Public/Bug/Display.html?id=23735 +# for why CPAN now sets the CPANPLUS env var. +# trouble is this means we can't auto_install(_now) CPAN itself +# without this beautiful hack -# and make sure that the user doesn't have any existing CPAN config that'll -# cause us problems for the next few steps. -{ +my $no_cpanplus_env = !exists $ENV{PERL5_CPANPLUS_IS_RUNNING}; +my $no_cpan_env = !exists $ENV{PERL5_CPAN_IS_RUNNING}; +require CPAN; +delete $ENV{PERL5_CPANPLUS_IS_RUNNING} if $no_cpanplus_env; +delete $ENV{PERL5_CPAN_IS_RUNNING} if $no_cpan_env; + +# and make sure that the user doesn't have any existing CPAN config that'll +# cause us problems for the next few steps. local $@; eval { require CPAN::HandleConfig; }; # Need newish CPAN.pm for this, ergo skip it if that version of CPAN isn't diff -urN '--exclude=CVS' '--exclude=.cvsignore'
commit perl-local-lib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-local-lib for openSUSE:Factory checked in at 2013-06-13 17:46:34 Comparing /work/SRC/openSUSE:Factory/perl-local-lib (Old) and /work/SRC/openSUSE:Factory/.perl-local-lib.new (New) Package is perl-local-lib Changes: --- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes 2011-12-21 17:31:08.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes 2013-06-13 17:46:36.0 +0200 @@ -1,0 +2,14 @@ +Tue Jun 11 18:38:33 UTC 2013 - co...@suse.com + +- 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 + +--- Old: local-lib-1.008004.tar.gz New: local-lib-1.008010.tar.gz Other differences: -- ++ perl-local-lib.spec ++ --- /var/tmp/diff_new_pack.hkBrZM/_old 2013-06-13 17:46:37.0 +0200 +++ /var/tmp/diff_new_pack.hkBrZM/_new 2013-06-13 17:46:37.0 +0200 @@ -2,7 +2,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,54 +16,62 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-local-lib -Version:1.008004 +Version:1.008010 Release:0 Summary:Create and Use a local Library Directory for Perl Modules License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz +%define cpan_name local-lib +Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1:perl-homedir.sh Source2:perl-homedir.csh Url:http://search.cpan.org/dist/local-lib/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: make BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN) = 1.80 -BuildRequires: perl(ExtUtils::CBuilder) +BuildRequires: perl(CPAN) = 1.82 BuildRequires: perl(ExtUtils::Install) = 1.43 -BuildRequires: perl(ExtUtils::MakeMaker) = 6.42 -BuildRequires: perl(ExtUtils::ParseXS) -BuildRequires: perl(Module::Build) = 0.28 -BuildRequires: perl(Test::More) -%if 0%{?suse_version} = 1030 -Requires: perl-base = %{perl_version} -%else -Requires: perl -%endif -Requires: perl(CPAN) = 1.80 -Requires: perl(ExtUtils::CBuilder) +BuildRequires: perl(ExtUtils::MakeMaker) = 6.31 +BuildRequires: perl(Module::Build) = 0.3600 +#BuildRequires: perl(Capture::Tiny) +#BuildRequires: perl(CPAN::HandleConfig) +#BuildRequires: perl(CPANPLUS::Backend) +#BuildRequires: perl(File::HomeDir) +#BuildRequires: perl(inc::Module::Install) +#BuildRequires: perl(JSON) +#BuildRequires: perl(lib::core::only) +#BuildRequires: perl(local::lib) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::AutoInstall) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(YAML::Tiny) +Requires: perl(CPAN) = 1.82 Requires: perl(ExtUtils::Install) = 1.43 Requires: perl(ExtUtils::MakeMaker) = 6.31 -Requires: perl(ExtUtils::ParseXS) -Requires: perl(Module::Build) = 0.28 +Requires: perl(Module::Build) = 0.3600 +%{perl_requires} %description -This module provides a quick, convenient way of bootstrapping a user-local Perl -module library located within the user's home directory. It also constructs and -prints out for the user the list of environment variables using the syntax -appropriate for the user's current shell (as specified by the SHELL environment -variable), suitable for directly adding to one's shell configuration file. +This module provides a quick, convenient way of bootstrapping a user-local +Perl module library located within the user's home directory. It also +constructs and prints out for the user the list of environment variables +using the syntax appropriate for the