[perl-Test-Kwalitee] Update to 1.14

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 14:22:29 UTC 2013


commit 6a5a61203663d535faf78fb03c71cf2e0c4a3b17
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 15:21:44 2013 +0100

    Update to 1.14
    
    - New upstream release 1.14
      - Updated inaccurate test prereq
    - Update buildreqs for tests
      - Drop perl(Capture::Tiny) and perl(Test::Script)
      - Require at least version 0.005 of perl(Test::Warnings)
      - BR: perl(File::Spec), perl(IO::Handle) and perl(IPC::Open3)

 perl-Test-Kwalitee.spec |   17 +++++++++++++----
 sources                 |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 288c7fd..b9c8b39 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Kwalitee
-Version:	1.13
+Version:	1.14
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -17,15 +17,16 @@ 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::Spec)
 BuildRequires:	perl(File::Temp)
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
 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)
+BuildRequires:	perl(Test::Warnings) >= 0.005
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Dist::CheckConflicts) >= 0.02
@@ -59,6 +60,14 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 %{_mandir}/man3/Test::Kwalitee::Conflicts.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 1.14-1
+- Update to 1.14
+  - Updated inaccurate test prereq
+- Update buildreqs for tests
+  - Drop perl(Capture::Tiny) and perl(Test::Script)
+  - Require at least version 0.005 of perl(Test::Warnings)
+  - BR: perl(File::Spec), perl(IO::Handle) and perl(IPC::Open3)
+
 * 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
diff --git a/sources b/sources
index 63c62b7..d9f0658 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d32a3f3d70df7f5c314902758c2c30fb  Test-Kwalitee-1.13.tar.gz
+95194301f48876716ba70fe7bffa37d6  Test-Kwalitee-1.14.tar.gz


More information about the scm-commits mailing list