forked from perl/perl-App-perlbrew
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
adbcf5abf5
commit
108e1430a7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:249e374cc07cffe1b611132fbf217dd0aafdce7443222884840246ab992fdf76
|
|
||||||
size 80519
|
|
3
App-perlbrew-0.66.tar.gz
Normal file
3
App-perlbrew-0.66.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd4a0b57564cd2c7ae6590eba64b12e47fae11b0e9335e7bd51afcdd767bdedf
|
||||||
|
size 82744
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 6 17:49:10 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.66
|
||||||
|
- exec command: error hadndling improvements. Thanks to @vsespb.
|
||||||
|
- install command: add "--clang" option. Thanks to @salva
|
||||||
|
- various bug fixes. thanks to @ironcamel and @gottreu
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 14:38:27 UTC 2013 - coolo@suse.com
|
Tue Jun 4 14:38:27 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-App-perlbrew
|
Name: perl-App-perlbrew
|
||||||
Version: 0.64
|
Version: 0.66
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name App-perlbrew
|
%define cpan_name App-perlbrew
|
||||||
Summary: Manage perl installations in your $HOME
|
Summary: Manage perl installations in your $HOME
|
||||||
@@ -25,22 +25,22 @@ License: MIT
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/App-perlbrew/
|
Url: http://search.cpan.org/dist/App-perlbrew/
|
||||||
Source: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
# MANUAL
|
# MANUAL
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Perl::Releases) >= 1.10
|
BuildRequires: perl(CPAN::Perl::Releases) >= 1.26
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.22
|
BuildRequires: perl(Capture::Tiny) >= 0.22
|
||||||
BuildRequires: perl(Devel::PatchPerl) >= 0.86
|
BuildRequires: perl(Devel::PatchPerl) >= 1.00
|
||||||
BuildRequires: perl(IO::All) >= 0.46
|
BuildRequires: perl(IO::All) >= 0.46
|
||||||
BuildRequires: perl(Path::Class)
|
BuildRequires: perl(Path::Class)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Output)
|
BuildRequires: perl(Test::Output) >= 0.04
|
||||||
BuildRequires: perl(Test::Simple) >= 0.98
|
BuildRequires: perl(Test::Simple) >= 0.98
|
||||||
BuildRequires: perl(Test::Spec)
|
BuildRequires: perl(Test::Spec) >= 0.46
|
||||||
BuildRequires: perl(local::lib) >= 1.008009
|
BuildRequires: perl(local::lib) >= 1.008009
|
||||||
#BuildRequires: perl(App::perlbrew)
|
#BuildRequires: perl(App::perlbrew)
|
||||||
#BuildRequires: perl(inc::Module::Install)
|
#BuildRequires: perl(inc::Module::Install)
|
||||||
@@ -50,9 +50,9 @@ BuildRequires: perl(local::lib) >= 1.008009
|
|||||||
#BuildRequires: perl(Module::Install::Base)
|
#BuildRequires: perl(Module::Install::Base)
|
||||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
#BuildRequires: perl(YAML::Tiny)
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
Requires: perl(CPAN::Perl::Releases) >= 1.10
|
Requires: perl(CPAN::Perl::Releases) >= 1.26
|
||||||
Requires: perl(Capture::Tiny) >= 0.22
|
Requires: perl(Capture::Tiny) >= 0.22
|
||||||
Requires: perl(Devel::PatchPerl) >= 0.86
|
Requires: perl(Devel::PatchPerl) >= 1.00
|
||||||
Requires: perl(local::lib) >= 1.008009
|
Requires: perl(local::lib) >= 1.008009
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user