From c2c20ee73511848e82543a65154e872c4efef8de1f2bf617dc5beabac569e3a3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 25 Nov 2013 09:24:27 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=25 --- local-lib-1.008018.tar.gz | 3 --- local-lib-1.008026.tar.gz | 3 +++ perl-local-lib.changes | 27 +++++++++++++++++++++++++++ perl-local-lib.spec | 25 +++---------------------- 4 files changed, 33 insertions(+), 25 deletions(-) delete mode 100644 local-lib-1.008018.tar.gz create mode 100644 local-lib-1.008026.tar.gz diff --git a/local-lib-1.008018.tar.gz b/local-lib-1.008018.tar.gz deleted file mode 100644 index e737403..0000000 --- a/local-lib-1.008018.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7f351da794034fb212d1d39e3146b91687272eb5824cfb52c6af1e67658207 -size 59935 diff --git a/local-lib-1.008026.tar.gz b/local-lib-1.008026.tar.gz new file mode 100644 index 0000000..cae9e71 --- /dev/null +++ b/local-lib-1.008026.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 +size 67540 diff --git a/perl-local-lib.changes b/perl-local-lib.changes index f2b3980..f5ce083 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Nov 25 07:39:42 UTC 2013 - coolo@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) + ------------------------------------------------------------------- Fri Oct 4 19:48:30 UTC 2013 - coolo@suse.com diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 69b6942..d58aceb 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -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 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 unset PERL_MM_OPT %__make test -%clean -%__rm -rf "%{buildroot}" - %files %defattr(-,root,root) %doc Changes