1.6005 bump
This commit is contained in:
parent
f4d6482aa9
commit
7b2c9e2fa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ App-cpanminus-0.9935.tar.gz
|
|||||||
/App-cpanminus-1.5019.tar.gz
|
/App-cpanminus-1.5019.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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 1.6002
|
Version: 1.6005
|
||||||
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
|
||||||
@ -18,7 +18,11 @@ Requires: perl(base)
|
|||||||
Requires: perl(constant)
|
Requires: perl(constant)
|
||||||
# CPAN::DistnameInfo bundled
|
# CPAN::DistnameInfo bundled
|
||||||
# CPAN::Meta not used
|
# CPAN::Meta not used
|
||||||
|
# CPAN::Meta::Converter bundled
|
||||||
|
# CPAN::Meta::Feature bundled
|
||||||
|
# CPAN::Meta::Prereqs bundled
|
||||||
# CPAN::Meta::Requirements bundled
|
# CPAN::Meta::Requirements bundled
|
||||||
|
# CPAN::Meta::Validator bundled
|
||||||
# CPAN::Meta::YAML bundled
|
# CPAN::Meta::YAML bundled
|
||||||
Requires: perl(Cwd)
|
Requires: perl(Cwd)
|
||||||
Requires: perl(Digest::SHA)
|
Requires: perl(Digest::SHA)
|
||||||
@ -87,6 +91,9 @@ make test
|
|||||||
%{_bindir}/cpanm
|
%{_bindir}/cpanm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1
|
||||||
|
- 1.6005 bump
|
||||||
|
|
||||||
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6002-1
|
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6002-1
|
||||||
- 1.6002 bump
|
- 1.6002 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user