1.4007 bump
LWP is optional since this package bundles HTTP::Tiny. Upstream recognized LWP being heavy. Follow upstream decision in RPM package dependencies.
This commit is contained in:
parent
debffd9a9a
commit
a13bf0e092
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ App-cpanminus-0.9935.tar.gz
|
||||
/App-cpanminus-1.4004.tar.gz
|
||||
/App-cpanminus-1.4005.tar.gz
|
||||
/App-cpanminus-1.4006.tar.gz
|
||||
/App-cpanminus-1.4007.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-App-cpanminus
|
||||
Version: 1.4006
|
||||
Version: 1.4007
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for get, unpack, build and install CPAN modules
|
||||
License: GPL+ or Artistic
|
||||
@ -18,7 +18,6 @@ Requires: perl(Getopt::Long)
|
||||
Requires: perl(IO::File)
|
||||
Requires: perl(IO::Socket)
|
||||
Requires: perl(JSON)
|
||||
Requires: perl(LWP)
|
||||
Requires: perl(Module::Build)
|
||||
Requires: perl(Parse::CPAN::Meta)
|
||||
Requires: perl(Time::Local)
|
||||
@ -63,6 +62,11 @@ make test
|
||||
%{_bindir}/cpanm
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2011 Petr Pisar <ppisar@redhat.com> - 1.4007-1
|
||||
- 1.4007 bump
|
||||
- LWP is optional since this package bundles HTTP::Tiny. Upstream recognized
|
||||
LWP being heavy. Follow upstream decision in RPM package dependencies.
|
||||
|
||||
* Tue May 17 2011 Petr Pisar <ppisar@redhat.com> - 1.4006-1
|
||||
- 1.4006 bump
|
||||
- Fix obsoleted version string
|
||||
|
Loading…
Reference in New Issue
Block a user