[perl-Test-Kwalitee] Update to 1.15

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 25 18:39:19 UTC 2013


commit a88c0f813a6bf8a655482020fd2f39f655d2e476
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 25 19:37:11 2013 +0100

    Update to 1.15
    
    - New upstream release 1.15
      - Re-release with fixed compile test
    - Bump perl(Module::Build::Tiny) version requirement to 0.027
    - Update buildreqs for tests
      - Drop perl(CPAN::Meta::Check)
      - Add perl(ExtUtils::MakeMaker), perl(File::Spec::Functions) and
        perl(List::Util)
      - Bump perl(Test::CheckDeps) version requirement to 0.007

 perl-Test-Kwalitee.spec |   20 ++++++++++++++++----
 sources                 |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index b9c8b39..3fc1832 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Kwalitee
-Version:	1.14
+Version:	1.15
 Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
@@ -8,7 +8,7 @@ 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.026
+BuildRequires:	perl(Module::Build::Tiny) >= 0.027
 # Module
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Dist::CheckConflicts) >= 0.02
@@ -17,12 +17,14 @@ BuildRequires:	perl(namespace::clean)
 BuildRequires:	perl(Test::Builder) >= 0.88
 # Test Suite
 BuildRequires:	perl(blib)
-BuildRequires:	perl(CPAN::Meta::Check) >= 0.007
+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(Test::CheckDeps) >= 0.006
+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
@@ -60,6 +62,16 @@ chmod -c 755 %{buildroot}%{_bindir}/kwalitee-metrics
 %{_mandir}/man3/Test::Kwalitee::Conflicts.3pm*
 
 %changelog
+* Wed Sep 25 2013 Paul Howarth <paul at city-fan.org> - 1.15-1
+- Update to 1.15
+  - Re-release with fixed compile test
+- Bump perl(Module::Build::Tiny) version requirement to 0.027
+- Update buildreqs for tests
+  - Drop perl(CPAN::Meta::Check)
+  - Add perl(ExtUtils::MakeMaker), perl(File::Spec::Functions) and
+    perl(List::Util)
+  - Bump perl(Test::CheckDeps) version requirement to 0.007
+
 * Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 1.14-1
 - Update to 1.14
   - Updated inaccurate test prereq
diff --git a/sources b/sources
index d9f0658..4646a23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95194301f48876716ba70fe7bffa37d6  Test-Kwalitee-1.14.tar.gz
+5a9e5613ce2c345b75e56671f8c14645  Test-Kwalitee-1.15.tar.gz


More information about the scm-commits mailing list