[perl-Test-Kwalitee] Update to 1.22

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 4 12:42:21 UTC 2014


commit f01a54403c1a36352937e1cf71e0db1e7d0584ff
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 4 13:41:36 2014 +0100

    Update to 1.22
    
    - New upstream release 1.22
      - Running the tests via the import method directly has been deprecated; the
        new kwalitee_ok() function is added to provide a more sane and logical
        layout to your tests
      - Document metrics added in Module::CPANTS::Analyse 0.93_03

 perl-Test-Kwalitee.spec |   26 +++++++++++++++-----------
 sources                 |    2 +-
 2 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 3d6ca1d..2d5e957 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-Kwalitee
-Version:	1.19
-Release:	2%{?dist}
+Version:	1.22
+Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -9,31 +9,28 @@ Source0:	http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}
 BuildArch:	noarch
 # Build
 BuildRequires:	perl
-BuildRequires:	perl(Module::Build::Tiny) >= 0.036
+BuildRequires:	perl(Module::Build::Tiny) >= 0.037
 # Module
 BuildRequires:	perl(Cwd)
+BuildRequires:	perl(Exporter)
 BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.92
 BuildRequires:	perl(namespace::clean)
+BuildRequires:	perl(parent)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder) >= 0.88
 BuildRequires:	perl(warnings)
 # Test Suite
-BuildRequires:	perl(CPAN::Meta)
+BuildRequires:	perl(CPAN::Meta) >= 2.120900
 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(ExtUtils::MakeMaker)
 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.009
-BuildRequires:	perl(version) >= 0.77
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,13 +59,20 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 
 %files
 %license LICENSE
-%doc Changes CONTRIBUTING README README.pod
+%doc Changes CONTRIBUTING README
 %{_bindir}/kwalitee-metrics
 %{perl_vendorlib}/Test/
 %{_mandir}/man1/kwalitee-metrics.1*
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Thu Sep  4 2014 Paul Howarth <paul at city-fan.org> - 1.22-1
+- Update to 1.22
+  - Running the tests via the import method directly has been deprecated; the
+    new kwalitee_ok() function is added to provide a more sane and logical
+    layout to your tests
+  - Document metrics added in Module::CPANTS::Analyse 0.93_03
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.19-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c3d2d67..598d896 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-decc0169edba9990b6566413e27265ed  Test-Kwalitee-1.19.tar.gz
+2b3ccaec94e75ab574b0e773f74ca884  Test-Kwalitee-1.22.tar.gz



More information about the perl-devel mailing list