[perl-Parse-CPAN-Meta] update to 1.4403

Iain Arnell iarnell at fedoraproject.org
Sun Apr 1 14:29:31 UTC 2012


commit 42ea3eeffcfacebfd3dfee56c63e9c5a043a2dc1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Apr 1 08:29:23 2012 -0600

    update to 1.4403

 .gitignore                |    1 +
 perl-Parse-CPAN-Meta.spec |   13 ++++++++-----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96d8402..783f125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Parse-CPAN-Meta-1.40.tar.gz
 /Parse-CPAN-Meta-1.4400.tar.gz
 /Parse-CPAN-Meta-1.4401.tar.gz
 /Parse-CPAN-Meta-1.4402.tar.gz
+/Parse-CPAN-Meta-1.4403.tar.gz
diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec
index 70b942f..b4f17a7 100644
--- a/perl-Parse-CPAN-Meta.spec
+++ b/perl-Parse-CPAN-Meta.spec
@@ -1,7 +1,7 @@
 Name:           perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:          1
-Version:        1.4402
+Version:        1.4403
 Release:        1%{?dist}
 Summary:        Parse META.yml and META.json CPAN metadata files
 License:        GPL+ or Artistic
@@ -9,14 +9,14 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Parse-CPAN-Meta/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(CPAN::Meta::YAML) >= 0.002
+BuildRequires:  perl(CPAN::Meta::YAML) >= 0.008
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.80
-BuildRequires:  perl(JSON::PP) >= 2.27103
+BuildRequires:  perl(JSON::PP) >= 2.27200
 BuildRequires:  perl(Module::Load::Conditional) >= 0.26
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:       perl(CPAN::Meta::YAML) >= 0.002
-Requires:       perl(JSON::PP) >= 2.27103
+Requires:       perl(CPAN::Meta::YAML) >= 0.008
+Requires:       perl(JSON::PP) >= 2.27200
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 01 2012 Iain Arnell <iarnell at gmail.com> 1:1.4403-1
+- update to latest upstream version
+
 * Wed Feb 08 2012 Iain Arnell <iarnell at gmail.com> 1:1.4402-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 436fc00..c4499c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-136571ea3aa3b21046346f7d1606a0a6  Parse-CPAN-Meta-1.4402.tar.gz
+c724b6d96097c2d89db2a4625fac69e5  Parse-CPAN-Meta-1.4403.tar.gz


More information about the scm-commits mailing list