[perl-CPAN-Meta-Check] Always run the release tests (#1114859)

Paul Howarth pghmcfc at fedoraproject.org
Tue Jul 1 08:39:59 UTC 2014


commit 76c14a3eafdb575a050169de8f55e6005d764d3d
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jul 1 09:39:48 2014 +0100

    Always run the release tests (#1114859)

 perl-CPAN-Meta-Check.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index 604a6e8..a2f618f 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,7 +1,7 @@
 Name:		perl-CPAN-Meta-Check
 Summary:	Verify requirements in a CPAN::Meta object
 Version:	0.009
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://metacpan.org/release/CPAN-Meta-Check
@@ -25,12 +25,9 @@ BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.88
 # Release tests
-# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise -> perl-YAML-Tiny -> perl-CPAN-Meta-Check
-%if 0%{!?perl_bootstrap:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
-%endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -59,6 +56,9 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/CPAN::Meta::Check.3pm*
 
 %changelog
+* Tue Jul  1 2014 Paul Howarth <paul at city-fan.org> - 0.009-2
+- Always run the release tests (#1114859)
+
 * Mon Jun 23 2014 Paul Howarth <paul at city-fan.org> - 0.009-1
 - Update to 0.009
   - Various POD fixes


More information about the scm-commits mailing list