[perl-Test-Kwalitee] Update to 1.17

Paul Howarth pghmcfc at fedoraproject.org
Mon Oct 21 11:26:46 UTC 2013


commit 62578ba23dfc6df780f6ddc7c1232452be1efa89
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Oct 21 12:26:02 2013 +0100

    Update to 1.17
    
    - New upstream release 1.17
      - Now printing even more diagnostics on error (as much as we have available)
    - Package new CONTRIBUTING file
    - Update buildreqs as needed

 perl-Test-Kwalitee.spec |   24 +++++++++++++++---------
 sources                 |    2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 3fc1832..c2c2651 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Kwalitee
-Version:	1.15
+Version:	1.17
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -8,23 +8,23 @@ 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.027
+BuildRequires:	perl(Module::Build::Tiny) >= 0.030
 # Module
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Dist::CheckConflicts) >= 0.02
-BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.87
+BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.92
 BuildRequires:	perl(namespace::clean)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder) >= 0.88
+BuildRequires:	perl(warnings)
 # Test Suite
-BuildRequires:	perl(blib)
+BuildRequires:	perl(CPAN::Meta)
+BuildRequires:	perl(CPAN::Meta::Requirements)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(File::Temp)
-BuildRequires:	perl(IO::Handle)
-BuildRequires:	perl(IPC::Open3)
+BuildRequires:	perl(lib)
 BuildRequires:	perl(List::Util)
-BuildRequires:	perl(Test::CheckDeps) >= 0.007
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.94
 BuildRequires:	perl(Test::Tester) >= 0.108
@@ -54,7 +54,7 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
 %{_bindir}/kwalitee-metrics
 %{perl_vendorlib}/Test/
 %{_mandir}/man1/kwalitee-metrics.1*
@@ -62,6 +62,12 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 %{_mandir}/man3/Test::Kwalitee::Conflicts.3pm*
 
 %changelog
+* Mon Oct 21 2013 Paul Howarth <paul at city-fan.org> - 1.17-1
+- Update to 1.17
+  - Now printing even more diagnostics on error (as much as we have available)
+- Package new CONTRIBUTING file
+- Update buildreqs as needed
+
 * Wed Sep 25 2013 Paul Howarth <paul at city-fan.org> - 1.15-1
 - Update to 1.15
   - Re-release with fixed compile test
diff --git a/sources b/sources
index 4646a23..ce0032f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a9e5613ce2c345b75e56671f8c14645  Test-Kwalitee-1.15.tar.gz
+7e6c1f69251b27f671a77b5136e3ecc9  Test-Kwalitee-1.17.tar.gz



More information about the perl-devel mailing list