From 88101723215373fb36c08d2f7a7c8202d6541276 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 10 Mar 2015 10:59:40 +0000 Subject: [PATCH] Update to 2.150001 - New upstream release 2.150001 - Include allowed values for license field in 1.x historic licenses rather than linking to Module::Build - Documented when fragment merging became available --- perl-CPAN-Meta.spec | 32 +++++++++++++++++++------------- sources | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec index 9ad6280..80cddcc 100644 --- a/perl-CPAN-Meta.spec +++ b/perl-CPAN-Meta.spec @@ -1,23 +1,22 @@ Name: perl-CPAN-Meta Summary: Distribution metadata for a CPAN dist -Version: 2.143240 -Release: 2%{?dist} +Version: 2.150001 +Release: 1%{?dist} License: GPL+ or Artistic -Group: Development/Libraries -Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz URL: http://search.cpan.org/dist/CPAN-Meta/ +Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 -BuildRequires: perl(strict) -BuildRequires: perl(warnings) # Module BuildRequires: perl(Carp) BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121 BuildRequires: perl(Parse::CPAN::Meta) >= 1.4414 BuildRequires: perl(Scalar::Util) +BuildRequires: perl(strict) BuildRequires: perl(version) >= 0.88 +BuildRequires: perl(warnings) # Main test suite BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Basename) @@ -32,16 +31,17 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(version) >= 0.88 %{?perl_default_filter} + # Remove under-specified dependencies -%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Requirements\\)$ +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Converter\\)$ +%global __requires_exclude %{__requires_exclude}|^perl\\(CPAN::Meta::Requirements\\)$ %global __requires_exclude %{__requires_exclude}|^perl\\(Parse::CPAN::Meta\\) >= 1.4400 %description -Software distributions released to the CPAN include a META.json or, -for older distributions, META.yml, which describes the distribution, -its contents, and the requirements for building and installing the -distribution. The data structure stored in the META.json file is described -in CPAN::Meta::Spec. +Software distributions released to the CPAN include a META.json or, for older +distributions, META.yml, which describes the distribution, its contents, and +the requirements for building and installing the distribution. The data +structure stored in the META.json file is described in CPAN::Meta::Spec. %prep %setup -q -n CPAN-Meta-%{version} @@ -63,7 +63,7 @@ make test %files %license LICENSE -%doc Changes CONTRIBUTING history README Todo t/ +%doc Changes CONTRIBUTING.mkdn history README Todo t/ %{perl_vendorlib}/CPAN/ %{_mandir}/man3/CPAN::Meta.3* %{_mandir}/man3/CPAN::Meta::Converter.3* @@ -80,6 +80,12 @@ make test %{_mandir}/man3/CPAN::Meta::Validator.3* %changelog +* Tue Mar 10 2015 Paul Howarth - 2.150001-1 +- Update to 2.150001 + - Include allowed values for license field in 1.x historic licenses rather + than linking to Module::Build + - Documented when fragment merging became available + * Tue Jan 13 2015 Petr Pisar - 2.143240-2 - Correct dependencies diff --git a/sources b/sources index 2681d7b..337046c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c07f73197dc3ba869d131e94d1ab93fb CPAN-Meta-2.143240.tar.gz +99184aff262ed8065f19b4027e8e39ca CPAN-Meta-2.150001.tar.gz