From eeda0ca2336b0c755eb33f1ec1858c5a47be7b6c9cf86a43512c20ceb2a011d5 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 28 Nov 2015 10:08:30 +0000 Subject: [PATCH] - updated to 0.74 see /usr/share/doc/packages/perl-App-perlbrew/Changes 0.74: # 2015-11-24T20:55:02+0100 - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604 - support PERLBREW_LIB_PREFIX. https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc - prefer https and remove insecure download cli flags. https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52 - perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432 - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409 - improvements with fish integration. - unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names. - retaining flags in upgrade-perl. https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84 - variour document clean up and improvements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=38 --- App-perlbrew-0.73.tar.gz | 3 --- App-perlbrew-0.74.tar.gz | 3 +++ perl-App-perlbrew.changes | 17 +++++++++++++++++ perl-App-perlbrew.spec | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 App-perlbrew-0.73.tar.gz create mode 100644 App-perlbrew-0.74.tar.gz diff --git a/App-perlbrew-0.73.tar.gz b/App-perlbrew-0.73.tar.gz deleted file mode 100644 index 32066da..0000000 --- a/App-perlbrew-0.73.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a -size 82802 diff --git a/App-perlbrew-0.74.tar.gz b/App-perlbrew-0.74.tar.gz new file mode 100644 index 0000000..9e30174 --- /dev/null +++ b/App-perlbrew-0.74.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7134a9f858e3a3292ed879df04f6c880495300d727fa2b79dee7c81036d2d1c7 +size 84360 diff --git a/perl-App-perlbrew.changes b/perl-App-perlbrew.changes index 86370c7..12dc091 100644 --- a/perl-App-perlbrew.changes +++ b/perl-App-perlbrew.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Nov 28 09:23:26 UTC 2015 - coolo@suse.com + +- updated to 0.74 + see /usr/share/doc/packages/perl-App-perlbrew/Changes + + 0.74: # 2015-11-24T20:55:02+0100 + - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604 + - support PERLBREW_LIB_PREFIX. https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc + - prefer https and remove insecure download cli flags. https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52 + - perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432 + - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409 + - improvements with fish integration. + - unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names. + - retaining flags in upgrade-perl. https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84 + - variour document clean up and improvements. + ------------------------------------------------------------------- Fri Apr 17 08:44:02 UTC 2015 - coolo@suse.com diff --git a/perl-App-perlbrew.spec b/perl-App-perlbrew.spec index 17ae631..dbb3269 100644 --- a/perl-App-perlbrew.spec +++ b/perl-App-perlbrew.spec @@ -17,10 +17,10 @@ Name: perl-App-perlbrew -Version: 0.73 +Version: 0.74 Release: 0 %define cpan_name App-perlbrew -Summary: Manage perl installations in your $HOME +Summary: Manage perl installations in your C<$HOME> License: MIT Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/App-perlbrew/ @@ -38,7 +38,7 @@ 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::Exception) >= 0.320000 BuildRequires: perl(Test::More) >= 1.001002 BuildRequires: perl(Test::NoWarnings) >= 1.04 BuildRequires: perl(Test::Output) >= 1.03 @@ -90,6 +90,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes doc LICENSE README +%doc Changes doc LICENSE README README.md %changelog