From 00ac3e63c2357eed5625bfa6eea8c973b0411db50a974deabd09b1cdfe0350a6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Sep 2014 16:00:46 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=34 --- App-perlbrew-0.67.tar.gz | 3 --- App-perlbrew-0.71.tar.gz | 3 +++ perl-App-perlbrew.changes | 23 ++++++++++++++++++ perl-App-perlbrew.spec | 50 +++++++++++++++++++++++---------------- 4 files changed, 55 insertions(+), 24 deletions(-) delete mode 100644 App-perlbrew-0.67.tar.gz create mode 100644 App-perlbrew-0.71.tar.gz diff --git a/App-perlbrew-0.67.tar.gz b/App-perlbrew-0.67.tar.gz deleted file mode 100644 index f302e11..0000000 --- a/App-perlbrew-0.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b13aedd5454cdc93d6480c5153f0823e72c6793f1fc124b220b2ec29e53421e -size 84742 diff --git a/App-perlbrew-0.71.tar.gz b/App-perlbrew-0.71.tar.gz new file mode 100644 index 0000000..6193c15 --- /dev/null +++ b/App-perlbrew-0.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5de7c4d5235556f6cd5c5e56751fb2d73821ef58390e457db4253542224a09 +size 82181 diff --git a/perl-App-perlbrew.changes b/perl-App-perlbrew.changes index 0a1ed1c..4391d3b 100644 --- a/perl-App-perlbrew.changes +++ b/perl-App-perlbrew.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Sep 15 15:44:39 UTC 2014 - coolo@suse.com + +- updated to 0.71 + - Fix a few bugs of having unwanted values in PERL5LIB when switching between libs + + 0.70: # 2014-09-02T20:41:15+0900 + - download the fatpacked perlbrew from an http:// url. + - protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++ + - avoid several warnings, thanks to DabeDotCom++ + - making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404 + - make it possible to override PERLBREWURL before invoking installers + + 0.69: # 2014-06-10T23:32:05+0200 + - fix 'perlbrew env' breakage by just avoiding bad local::lib versions. + + 0.68: # 2014-06-07T15:08:00+0200 + - disable SSL cert checks. GH #385. + - "perlbrew download stable" works as on expects. GH #383 + - Many fish shell fixes. GH #376 #378 #379 + - make 5.21 installable. GH #396 + - various documentation fixes. + ------------------------------------------------------------------- Mon Mar 17 13:15:01 UTC 2014 - coolo@suse.com diff --git a/perl-App-perlbrew.spec b/perl-App-perlbrew.spec index 6c6019d..84b89af 100644 --- a/perl-App-perlbrew.spec +++ b/perl-App-perlbrew.spec @@ -17,7 +17,7 @@ Name: perl-App-perlbrew -Version: 0.67 +Version: 0.71 Release: 0 %define cpan_name App-perlbrew Summary: Manage perl installations in your $HOME @@ -29,21 +29,27 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Perl::Releases) >= 1.26 -BuildRequires: perl(Capture::Tiny) >= 0.22 -BuildRequires: perl(Devel::PatchPerl) >= 1.00 -BuildRequires: perl(IO::All) >= 0.46 -BuildRequires: perl(Path::Class) -BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Output) >= 0.04 -BuildRequires: perl(Test::Simple) >= 0.98 -BuildRequires: perl(Test::Spec) >= 0.46 -BuildRequires: perl(local::lib) >= 1.008026 -Requires: perl(CPAN::Perl::Releases) >= 1.26 -Requires: perl(Capture::Tiny) >= 0.22 -Requires: perl(Devel::PatchPerl) >= 1.00 -Requires: perl(local::lib) >= 1.008026 +BuildRequires: perl(CPAN::Perl::Releases) >= 1.84 +BuildRequires: perl(Capture::Tiny) >= 0.25 +BuildRequires: perl(Devel::PatchPerl) >= 1.24 +BuildRequires: perl(File::Temp) >= 0.2304 +BuildRequires: perl(IO::All) >= 0.51 +BuildRequires: perl(Path::Class) >= 0.33 +BuildRequires: perl(Pod::Parser) >= 1.62 +BuildRequires: perl(Pod::Usage) >= 1.64 +BuildRequires: perl(Test::Exception) >= 0.32 +BuildRequires: perl(Test::More) >= 1.001002 +BuildRequires: perl(Test::NoWarnings) >= 1.04 +BuildRequires: perl(Test::Output) >= 1.03 +BuildRequires: perl(Test::Simple) >= 1.001002 +BuildRequires: perl(Test::Spec) >= 0.47 +BuildRequires: perl(local::lib) >= 2.000014 +Requires: perl(CPAN::Perl::Releases) >= 1.84 +Requires: perl(Capture::Tiny) >= 0.25 +Requires: perl(Devel::PatchPerl) >= 1.24 +Requires: perl(Pod::Parser) >= 1.62 +Requires: perl(Pod::Usage) >= 1.64 +Requires: perl(local::lib) >= 2.000014 %{perl_requires} # MANUAL BuildRequires: groff @@ -51,11 +57,13 @@ BuildRequires: wget %description perlbrew is a program to automate the building and installation of perl in -an easy way. It installs everything to '~/perl5/perlbrew', and requires you -to tweak your PATH by including a bashrc/cshrc file it provides. You then -can benefit from not having to run 'sudo' commands to install cpan modules -because those are installed inside your HOME too. It provides multiple -isolated perl environments, and a mechanism for you to switch between them. +an easy way. It provides multiple isolated perl environments, and a +mechanism for you to switch between them. + +Everything are installed unter '~/perl5/perlbrew'. You then need to include +a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can +benefit from not having to run 'sudo' commands to install cpan modules +because those are installed inside your HOME too. For the documentation of perlbrew usage see the perlbrew manpage command on CPAN, or by running 'perlbrew help'. The following documentation features