[perl-Test-Kwalitee] Update to 1.10

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 29 14:01:56 UTC 2013


commit dbd13a641b5d98e7a79b05702e3d82423f1b7956
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jul 29 14:56:47 2013 +0100

    Update to 1.10
    
    - New upstream release 1.10
      - We now issue a warning if running when neither AUTHOR_TESTING or
        RELEASE_TESTING environment variables are set
      - Test level adjusted, so location of failing test is correct
      - Include a script to dump all metrics ("kwalitee-metrics")
    - BR: perl(Test::Script) ≥ 1.05 and perl(Test::Warnings) for the test suite

 perl-Test-Kwalitee.spec |   13 ++++++++++++-
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 3cc1767..f685424 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Kwalitee
-Version:	1.09
+Version:	1.10
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -20,7 +20,9 @@ BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::CheckDeps) >= 0.006
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.94
+BuildRequires:	perl(Test::Script) >= 1.05
 BuildRequires:	perl(Test::Tester) >= 0.108
+BuildRequires:	perl(Test::Warnings)
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -45,10 +47,19 @@ perl Build.PL --installdirs=vendor
 
 %files
 %doc Changes LICENSE README
+%doc bin/kwalitee-metrics
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Mon Jul 29 2013 Paul Howarth <paul at city-fan.org> - 1.10-1
+- Update to 1.10
+  - We now issue a warning if running when neither AUTHOR_TESTING or
+    RELEASE_TESTING environment variables are set
+  - Test level adjusted, so location of failing test is correct
+  - Include a script to dump all metrics ("kwalitee-metrics")
+- BR: perl(Test::Script) ≥ 1.05 and perl(Test::Warnings) for the test suite
+
 * Thu Jul 18 2013 Paul Howarth <paul at city-fan.org> - 1.09-1
 - Update to 1.09
   - The has_test_pod, has_test_pod_coverage tests have been removed - they are
diff --git a/sources b/sources
index c7802f4..dd2cb94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dde5511d67dd592ca8490ff9c6984ea  Test-Kwalitee-1.09.tar.gz
+c9defe7b5a890dd9d712008d38adfee7  Test-Kwalitee-1.10.tar.gz



More information about the perl-devel mailing list