1.7011 bump
This commit is contained in:
parent
bb1d4b7598
commit
8f64689c57
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ App-cpanminus-0.9935.tar.gz
|
||||
/App-cpanminus-1.7001.tar.gz
|
||||
/App-cpanminus-1.7004.tar.gz
|
||||
/App-cpanminus-1.7009.tar.gz
|
||||
/App-cpanminus-1.7011.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-App-cpanminus
|
||||
Version: 1.7009
|
||||
Version: 1.7011
|
||||
Release: 1%{?dist}
|
||||
Summary: Get, unpack, build and install CPAN modules
|
||||
License: GPL+ or Artistic
|
||||
@ -45,6 +45,7 @@ BuildRequires: perl(File::Temp)
|
||||
# Module::CPANfile not needed for compilation
|
||||
# Module::Metadata not needed for compilation
|
||||
BuildRequires: perl(Parse::CPAN::Meta)
|
||||
BuildRequires: perl(Parse::PMFile)
|
||||
# POSIX not needed for compilation
|
||||
# Safe not needed for compilation
|
||||
BuildRequires: perl(String::ShellQuote)
|
||||
@ -82,6 +83,7 @@ Requires: perl(Module::CPANfile)
|
||||
Requires: perl(Module::CoreList)
|
||||
Requires: perl(Module::Metadata)
|
||||
# Module::Signature is optional
|
||||
Requires: perl(Parse::PMFile)
|
||||
Requires: perl(version::vpp)
|
||||
# Win32 not used
|
||||
Requires: perl(YAML)
|
||||
@ -131,6 +133,9 @@ make test
|
||||
%{_bindir}/cpanm
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7011-1
|
||||
- 1.7011 bump
|
||||
|
||||
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7009-1
|
||||
- 1.7009 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user