8
0
Pascal Bleser
2011-09-30 07:23:31 +00:00
committed by Git OBS Bridge
parent ff83e24e88
commit 6c308e2bc2
4 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6aeb92c822e0e53dc510c286653cd217e350297941fbc2b254e91a208680332
size 53110

3
App-perlbrew-0.29.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c78de2c9720a9466c10dd776524f13a25fe2a80f401fc63bd3049ec26287b26d
size 55840

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Sep 30 07:17:53 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.29:
* the installer now honors $TMPDIR (RT #70850)
* fixed GH #108. `perlbrew use` has a fallback for users that does not use
bash/csh -compitable shell
* deprecate the command 'perlbrew use system' simply use 'perlbrew off' or
'perlbrew switch-off' instead
* deprecate the special case of `perlbrew use /path/to/bin/perl` and
`perlbrew switch /path/to/bin/perl`
* perlbrew no longer cast magic to external perls; but there will be an
alternative
- changes from 0.28:
* fixes for cpantester
* fix 'switch' and 'use' for bash users
* the standalone `perlbrew` file is now packed with fatpacker, by running
`dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore
* update the installer to grab patchperl 0.46
- changes from 0.26:
* fix GH #119
* fix several bugs in `exec` command
* implement GH #103 - install -v shows build.log
* add -Dusedevel when installing blead perl
- changes from 0.25:
* suggest when user types wrong commands
* improvements about self-upgrade
* exit with non-zero status code when there's some sort of error
* added verification of existing alias before attempting unalias
* fix `install-cpanm` for due to a recenet github cert update
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 08 05:08:26 UTC 2011 - pascal.bleser@opensuse.org Wed Jun 08 05:08:26 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,5 +1,5 @@
# #
# spec file for package perl-App-perlbrew (Version 0.19) # spec file for package perl-App-perlbrew
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1120 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1120
%define with_test 1 %define with_test 1
%endif %endif
Name: perl-App-perlbrew Name: perl-App-perlbrew
Version: 0.24 Version: 0.29
Release: 1 Release: 1
License: MIT License: MIT
%define cpan_name App-perlbrew %define cpan_name App-perlbrew
@@ -36,6 +37,7 @@ BuildRequires: perl(Devel::PatchPerl) >= 0.26
BuildRequires: perl(Path::Class) BuildRequires: perl(Path::Class)
BuildRequires: perl(IO::All) BuildRequires: perl(IO::All)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
BuildRequires: perl(File::Path::Tiny)
%if 0%{?with_test} %if 0%{?with_test}
BuildRequires: perl(Test::Spec) BuildRequires: perl(Test::Spec)
BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Output)
@@ -45,6 +47,7 @@ Requires: perl(Devel::PatchPerl) >= 0.26
Requires: perl(Path::Class) Requires: perl(Path::Class)
Requires: perl(IO::All) Requires: perl(IO::All)
Requires: perl(Try::Tiny) Requires: perl(Try::Tiny)
Requires: perl(File::Path::Tiny)
%{perl_requires} %{perl_requires}
%description %description
@@ -63,6 +66,7 @@ your HOME too. It's a completely separate perl environment.
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%if 0%{?with_test} %if 0%{?with_test}
%check %check
%{__make} test %{__make} test
%endif %endif