1.6006 bump
This commit is contained in:
parent
7b2c9e2fa0
commit
f0bbd39d96
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ App-cpanminus-0.9935.tar.gz
|
|||||||
/App-cpanminus-1.5021.tar.gz
|
/App-cpanminus-1.5021.tar.gz
|
||||||
/App-cpanminus-1.6002.tar.gz
|
/App-cpanminus-1.6002.tar.gz
|
||||||
/App-cpanminus-1.6005.tar.gz
|
/App-cpanminus-1.6005.tar.gz
|
||||||
|
/App-cpanminus-1.6006.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 1.6005
|
Version: 1.6006
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Get, unpack, build and install CPAN modules
|
Summary: Get, unpack, build and install CPAN modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -20,8 +20,10 @@ Requires: perl(constant)
|
|||||||
# CPAN::Meta not used
|
# CPAN::Meta not used
|
||||||
# CPAN::Meta::Converter bundled
|
# CPAN::Meta::Converter bundled
|
||||||
# CPAN::Meta::Feature bundled
|
# CPAN::Meta::Feature bundled
|
||||||
|
# CPAN::Meta::History bundled
|
||||||
# CPAN::Meta::Prereqs bundled
|
# CPAN::Meta::Prereqs bundled
|
||||||
# CPAN::Meta::Requirements bundled
|
# CPAN::Meta::Requirements bundled
|
||||||
|
# CPAN::Meta::Spec bundled
|
||||||
# CPAN::Meta::Validator bundled
|
# CPAN::Meta::Validator bundled
|
||||||
# CPAN::Meta::YAML bundled
|
# CPAN::Meta::YAML bundled
|
||||||
Requires: perl(Cwd)
|
Requires: perl(Cwd)
|
||||||
@ -54,6 +56,7 @@ Requires: perl(Safe)
|
|||||||
Requires: perl(Scalar::Util)
|
Requires: perl(Scalar::Util)
|
||||||
Requires: perl(Time::Local)
|
Requires: perl(Time::Local)
|
||||||
# version bundled
|
# version bundled
|
||||||
|
# version::vpp bundled
|
||||||
Requires: perl(YAML)
|
Requires: perl(YAML)
|
||||||
# XXX: Keep Provides: cpanminus to allow `yum install cpanminus' instead of
|
# XXX: Keep Provides: cpanminus to allow `yum install cpanminus' instead of
|
||||||
# longer `yum install perl-App-cpanminus'.
|
# longer `yum install perl-App-cpanminus'.
|
||||||
@ -91,6 +94,9 @@ make test
|
|||||||
%{_bindir}/cpanm
|
%{_bindir}/cpanm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1.6006-1
|
||||||
|
- 1.6006 bump
|
||||||
|
|
||||||
* Mon Mar 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1
|
* Mon Mar 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1
|
||||||
- 1.6005 bump
|
- 1.6005 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user