8
0
Pascal Bleser
2012-01-02 07:33:29 +00:00
committed by Git OBS Bridge
parent bde79572df
commit 8d734224fd
4 changed files with 24 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 02 07:18:12 UTC 2012 - pascal.bleser@opensuse.org
- update to 0.39:
* Fix GH #179. lib naming are more consistent
* Fix GH #171. bash users are suggestted to upgrad to this version
* Fix GH #152
- changes from 0.38:
* fix deps
- changes from 0.37:
* fix ENV mess after switching to diffirent libs multiple times
* add --sitecustomize option
-------------------------------------------------------------------
Sat Dec 17 09:37:12 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-perlbrew
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%endif
Name: perl-App-perlbrew
Version: 0.35
Version: 0.39
Release: 1
License: MIT
%define cpan_name App-perlbrew
@@ -33,13 +33,15 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::PatchPerl) >= 0.26
BuildRequires: perl(Devel::PatchPerl) >= 0.46
BuildRequires: perl(Path::Class)
BuildRequires: perl(IO::All)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(File::Path::Tiny)
BuildRequires: perl(local::lib) >= 1.008
BuildRequires: perl(Capture::Tiny) >= 0.13
%if 0%{?with_test}
BuildRequires: perl(Test::Simple) >= 0.98
BuildRequires: perl(Test::Spec)
BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Exception)
@@ -50,6 +52,7 @@ Requires: perl(IO::All)
Requires: perl(Try::Tiny)
Requires: perl(File::Path::Tiny)
Requires: perl(local::lib) >= 1.008
Requires: perl(Capture::Tiny)
%{perl_requires}
%description