1.4000 bump

This commit is contained in:
Petr Písař 2011-03-08 14:32:19 +01:00
parent c07625d436
commit cd53268a57
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ App-cpanminus-0.9935.tar.gz
/App-cpanminus-1.2001.tar.gz /App-cpanminus-1.2001.tar.gz
/App-cpanminus-1.3000.tar.gz /App-cpanminus-1.3000.tar.gz
/App-cpanminus-1.3001.tar.gz /App-cpanminus-1.3001.tar.gz
/App-cpanminus-1.4000.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-App-cpanminus Name: perl-App-cpanminus
Version: 1.3001 Version: 1.4000
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for get, unpack, build and install CPAN modules Summary: Library for get, unpack, build and install CPAN modules
License: GPL+ or Artistic License: GPL+ or Artistic
@ -15,9 +15,14 @@ Requires: perl(Cwd)
Requires: perl(File::Path) Requires: perl(File::Path)
Requires: perl(File::Spec) Requires: perl(File::Spec)
Requires: perl(Getopt::Long) Requires: perl(Getopt::Long)
Requires: perl(IO::File)
Requires: perl(IO::Socket)
Requires: perl(JSON)
Requires: perl(LWP) Requires: perl(LWP)
Requires: perl(Module::Build) Requires: perl(Module::Build)
Requires: perl(Parse::CPAN::Meta) Requires: perl(Parse::CPAN::Meta)
Requires: perl(Time::Local)
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'.
Provides: cpanminus = %{version}-%{release} Provides: cpanminus = %{version}-%{release}
@ -58,6 +63,9 @@ make test
%{_bindir}/cpanm %{_bindir}/cpanm
%changelog %changelog
* Tue Mar 08 2011 Petr Pisar <ppisar@redhat.com> - 1.4000-1
- 1.4000 bump
* Fri Mar 04 2011 Petr Pisar <ppisar@redhat.com> - 1.3001-1 * Fri Mar 04 2011 Petr Pisar <ppisar@redhat.com> - 1.3001-1
- 1.3001 bump - 1.3001 bump

View File

@ -1 +1 @@
447e6d542b44ad1fe1178e061b7d40b1 App-cpanminus-1.3001.tar.gz 040cac204d1ca9bc4672f81ac6f6a195 App-cpanminus-1.4000.tar.gz