From 7b2f2581ca1d21d37483995ad2497414694b2539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 13 Nov 2012 14:14:24 +0100 Subject: [PATCH] Update dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcela Mašláňová --- perl-CPAN-Meta-YAML.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec index be01f6e..fd4ee68 100644 --- a/perl-CPAN-Meta-YAML.spec +++ b/perl-CPAN-Meta-YAML.spec @@ -3,7 +3,7 @@ Name: perl-CPAN-Meta-YAML Version: 0.008 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Read and write a subset of YAML for CPAN Meta files License: GPL+ or Artistic Group: Development/Libraries @@ -12,9 +12,13 @@ Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-%{v Patch1: CPAN-Meta-YAML-0.006-old-Test::More.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) # Tests: +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) BuildRequires: perl(YAML) # Don't run extra tests when bootstrapping as many of those @@ -37,6 +41,8 @@ BuildRequires: perl(Test::Version) %endif %endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Carp) +Requires: perl(Exporter) %description This module implements a subset of the YAML specification for use in reading @@ -76,6 +82,9 @@ rm -rf %{buildroot} %{_mandir}/man3/CPAN::Meta::YAML.3pm* %changelog +* Tue Nov 13 2012 Jitka Plesnikova - 0.008-13 +- Update dependencies + * Thu Oct 11 2012 Paul Howarth - 0.008-12 - Never BR: perl(Test::Version) for EL builds as perl(version) is too old prior to EL-7 and this package is included in RHEL ≥ 7 but Test::Version