forked from pool/perl-App-perlbrew
- 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.c29813cd46
- prefer https and remove insecure download cli flags.f49a908c17
- 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.b8d466670b
- variour document clean up and improvements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
c9b7865a5f
commit
eeda0ca233
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a
|
||||
size 82802
|
3
App-perlbrew-0.74.tar.gz
Normal file
3
App-perlbrew-0.74.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7134a9f858e3a3292ed879df04f6c880495300d727fa2b79dee7c81036d2d1c7
|
||||
size 84360
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user