[perl-Test-Kwalitee] Update to 1.06

Paul Howarth pghmcfc at fedoraproject.org
Tue May 14 10:28:52 UTC 2013


commit 13fecb4773511768a9a37c629aab7e43dfa5ba62
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 14 11:28:04 2013 +0100

    Update to 1.06
    
    - New upstream release 1.06
      - Restore previous behaviour of plan()ing in import, to unbreak some dists
        that didn't follow the docs (which in this case is ok since it's a horrible
        idea for a Test module to plan itself anyway) (v1.05)
      - More diagnostic data is printed when a test fails (CPAN RT#85107)
    - Drop perl(Test::Builder) version requirement again

 perl-Test-Kwalitee.spec |   12 ++++++++++--
 sources                 |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index cf2e318..f44f26e 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,7 +1,7 @@
 #TODO: BR: perl(Test::Pod::No404s) when available
 
 Name:		perl-Test-Kwalitee
-Version:	1.05
+Version:	1.06
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.87
-BuildRequires:	perl(Test::Builder) >= 0.88
+BuildRequires:	perl(Test::Builder)
 # Test Suite
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::CheckDeps)
@@ -73,6 +73,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Tue May 14 2013 Paul Howarth <paul at city-fan.org> - 1.06-1
+- Update to 1.06
+  - Restore previous behaviour of plan()ing in import, to unbreak some dists
+    that didn't follow the docs (which in this case is ok since it's a horrible
+    idea for a Test module to plan itself anyway) (v1.05)
+  - More diagnostic data is printed when a test fails (CPAN RT#85107)
+- Drop perl(Test::Builder) version requirement again
+
 * Mon May 13 2013 Paul Howarth <paul at city-fan.org> - 1.05-1
 - Update to 1.05
   - More rigorous testing of output; in order to make this possible, now we do
diff --git a/sources b/sources
index 2d1b4d9..5d2873d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74920eb4627f68c43469e44682fcd4a7  Test-Kwalitee-1.05.tar.gz
+a9654f2e8b40af56c7979c5b0309f7b4  Test-Kwalitee-1.06.tar.gz


More information about the scm-commits mailing list