update to 2.120630
This commit is contained in:
parent
c033b3199d
commit
5f6dba528a
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ CPAN-Meta-2.102160.tar.gz
|
||||
/CPAN-Meta-2.113640.tar.gz
|
||||
/CPAN-Meta-2.120351.tar.gz
|
||||
/CPAN-Meta-2.120530.tar.gz
|
||||
/CPAN-Meta-2.120630.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-CPAN-Meta
|
||||
Summary: Distribution metadata for a CPAN dist
|
||||
Version: 2.120530
|
||||
Version: 2.120630
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -12,6 +12,7 @@ BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(CPAN::Meta::YAML) >= 0.002
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp) >= 0.20
|
||||
@ -21,7 +22,7 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4400
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(version) >= 0.82
|
||||
BuildRequires: perl(version) >= 0.88
|
||||
|
||||
# obsolete/provide old tests subpackage
|
||||
# can be removed during F19 development cycle
|
||||
@ -64,6 +65,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 04 2012 Iain Arnell <iarnell@gmail.com> 2.120630-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Wed Feb 22 2012 Iain Arnell <iarnell@gmail.com> 2.120530-1
|
||||
- update to latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user