Update to 1.06
This commit is contained in:
parent
8c9cdf5ace
commit
8dd2d255f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Module-Install-0.95.tar.gz
|
||||
/Module-Install-1.00.tar.gz
|
||||
/Module-Install-1.01.tar.gz
|
||||
/Module-Install-1.04.tar.gz
|
||||
/Module-Install-1.06.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-Install
|
||||
Version: 1.04
|
||||
Release: 4%{?dist}
|
||||
Version: 1.06
|
||||
Release: 1%{?dist}
|
||||
Summary: Standalone, extensible Perl module installer
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -14,12 +14,12 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(Archive::Tar) >= 1.44
|
||||
BuildRequires: perl(CPAN)
|
||||
BuildRequires: perl(Devel::PPPort)
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.16
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.52
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 2.19
|
||||
BuildRequires: perl(File::Remove) >= 1.42
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec) >= 3.28
|
||||
BuildRequires: perl(JSON) >= 2.14
|
||||
BuildRequires: perl(LWP::UserAgent) >= 5.812
|
||||
BuildRequires: perl(Module::Build) >= 0.29
|
||||
@ -74,6 +74,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 05 2012 Petr Šabata <contyk@redhat.com> - 1.06-1
|
||||
- 1.06 bump
|
||||
|
||||
* Fri Sep 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-4
|
||||
- Update requires: perl(Carp), perl(CPAN), perl(CPANPLUS::Backend)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user