[perl-Test-Kwalitee] Update to 1.13

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 22 18:43:45 UTC 2013


commit f6fd2cd1da5e06972c74e36f0f6f6c3a0f8d1175
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Aug 22 19:42:55 2013 +0100

    Update to 1.13
    
    - New upstream release 1.13
      - Added missing abstract for kwalitee-metrics script
      - No longer issuing a warning if the test is running from xt/ (see v1.10)
    - BR:/R: perl(Dist::CheckConflicts) ≥ 0.02
    - Bump perl(Module::Build::Tiny) version requirement to 0.026
    - BR: perl(CPAN::Meta::Check) ≥ 0.007 for the test suite

 perl-Test-Kwalitee.spec |   16 ++++++++++++++--
 sources                 |    2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 29c3554..288c7fd 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Kwalitee
-Version:	1.12
+Version:	1.13
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -8,15 +8,17 @@ 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.025
+BuildRequires:	perl(Module::Build::Tiny) >= 0.026
 # Module
 BuildRequires:	perl(Cwd)
+BuildRequires:	perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.87
 BuildRequires:	perl(namespace::clean)
 BuildRequires:	perl(Test::Builder) >= 0.88
 # Test Suite
 BuildRequires:	perl(blib)
 BuildRequires:	perl(Capture::Tiny)
+BuildRequires:	perl(CPAN::Meta::Check) >= 0.007
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::CheckDeps) >= 0.006
 BuildRequires:	perl(Test::Deep)
@@ -26,6 +28,7 @@ BuildRequires:	perl(Test::Tester) >= 0.108
 BuildRequires:	perl(Test::Warnings)
 # 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,8 +56,17 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 %{perl_vendorlib}/Test/
 %{_mandir}/man1/kwalitee-metrics.1*
 %{_mandir}/man3/Test::Kwalitee.3pm*
+%{_mandir}/man3/Test::Kwalitee::Conflicts.3pm*
 
 %changelog
+* Thu Aug 22 2013 Paul Howarth <paul at city-fan.org> - 1.13-1
+- Update to 1.13
+  - Added missing abstract for kwalitee-metrics script
+  - No longer issuing a warning if the test is running from xt/ (see v1.10)
+- BR:/R: perl(Dist::CheckConflicts) ≥ 0.02
+- Bump perl(Module::Build::Tiny) version requirement to 0.026
+- BR: perl(CPAN::Meta::Check) ≥ 0.007 for the test suite
+
 * Fri Aug  2 2013 Paul Howarth <paul at city-fan.org> - 1.12-1
 - Update to 1.12
   - Adjusted tests to compensate for changes made in Module::CPANTS::Analyse
diff --git a/sources b/sources
index a77ee31..63c62b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-715c8ec178ca63e01a988f7315912e58  Test-Kwalitee-1.12.tar.gz
+d32a3f3d70df7f5c314902758c2c30fb  Test-Kwalitee-1.13.tar.gz



More information about the perl-devel mailing list