diff --git a/local-lib-2.000015.tar.gz b/local-lib-2.000015.tar.gz deleted file mode 100644 index 642b467..0000000 --- a/local-lib-2.000015.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3feca3f39ef55b86daa8a1b9a9157166158c21c7929816fc17af8d0c98f9d10f -size 51781 diff --git a/local-lib-2.000018.tar.gz b/local-lib-2.000018.tar.gz new file mode 100644 index 0000000..5f2a98a --- /dev/null +++ b/local-lib-2.000018.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894 +size 59350 diff --git a/perl-local-lib.changes b/perl-local-lib.changes index 981d33b..0347eac 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Nov 22 06:43:18 UTC 2015 - coolo@suse.com + +- 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 + ------------------------------------------------------------------- Sat Feb 7 07:21:45 UTC 2015 - coolo@suse.com diff --git a/perl-local-lib.spec b/perl-local-lib.spec index f7c0945..c9bd67c 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -18,7 +18,7 @@ Name: perl-local-lib -Version: 2.000015 +Version: 2.000018 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-macros 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.360000 Requires: perl(CPAN) >= 1.82 %{perl_requires}