commit 83b080b97d3571141af8c3ac2842d1f194b6f9c6 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Jul 21 18:57:39 2014 +0100 Update to 1.19 - New upstream release 1.19 - kwalitee-metrics script now includes the module version as well as the name, for each metric provided - Remove test that is rendered invalid with upcoming changes to Test::Builder (1.005+) - Document new metrics added in Module::CPANTS::Analyse 0.93_01 - Use %license where possible perl-Test-Kwalitee.spec | 34 +++++++++++++++++++++++++--------- sources | 2 +- 2 files changed, 26 insertions(+), 10 deletions(-) --- diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec index 247cfac..40d3d4b 100644 --- a/perl-Test-Kwalitee.spec +++ b/perl-Test-Kwalitee.spec @@ -1,6 +1,6 @@ Name: perl-Test-Kwalitee -Version: 1.18 -Release: 2%{?dist} +Version: 1.19 +Release: 1%{?dist} Summary: Test the Kwalitee of a distribution before you release it License: GPL+ or Artistic Group: Development/Libraries @@ -8,10 +8,10 @@ URL: http://metacpan.org/module/Test::Kwalitee Source0: http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}.tar.gz BuildArch: noarch # Build -BuildRequires: perl(Module::Build::Tiny) >= 0.034 +BuildRequires: perl +BuildRequires: perl(Module::Build::Tiny) >= 0.036 # Module BuildRequires: perl(Cwd) -BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(Module::CPANTS::Analyse) >= 0.92 BuildRequires: perl(namespace::clean) BuildRequires: perl(strict) @@ -19,19 +19,23 @@ BuildRequires: perl(Test::Builder) >= 0.88 BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(CPAN::Meta) -BuildRequires: perl(CPAN::Meta::Requirements) +BuildRequires: perl(CPAN::Meta::Check) >= 0.007 +BuildRequires: perl(CPAN::Meta::Prereqs) +BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(lib) BuildRequires: perl(List::Util) +BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::Tester) >= 0.108 -BuildRequires: perl(Test::Warnings) >= 0.005 +BuildRequires: perl(Test::Warnings) >= 0.009 +BuildRequires: perl(version) >= 0.77 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -Requires: perl(Dist::CheckConflicts) >= 0.02 %description Kwalitee is an automatically-measurable gauge of how good your software @@ -53,15 +57,27 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics %check ./Build test +# Support use of %%license for old distributions +%{!?_licensedir:%global license %%doc} + %files -%doc Changes CONTRIBUTING LICENSE README README.md +%license LICENSE +%doc Changes CONTRIBUTING README README.pod %{_bindir}/kwalitee-metrics %{perl_vendorlib}/Test/ %{_mandir}/man1/kwalitee-metrics.1* %{_mandir}/man3/Test::Kwalitee.3pm* -%{_mandir}/man3/Test::Kwalitee::Conflicts.3pm* %changelog +* Mon Jul 21 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.19-1 +- Update to 1.19 + - kwalitee-metrics script now includes the module version as well as the + name, for each metric provided + - Remove test that is rendered invalid with upcoming changes to Test::Builder + (1.005+) + - Document new metrics added in Module::CPANTS::Analyse 0.93_01 +- Use %%license where possible + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index fdb4d13..c3d2d67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c82ee309027c8e160e8c17e91eedac35 Test-Kwalitee-1.18.tar.gz +decc0169edba9990b6566413e27265ed Test-Kwalitee-1.19.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel