[perl-MouseX-Getopt] Add buildreqs for optional tests now they're available

Paul Howarth pghmcfc at fedoraproject.org
Fri Apr 25 14:03:11 UTC 2014


commit ecf8c6c018b57cbe4bb126bf7019026c31cf4bf7
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Apr 25 15:02:54 2014 +0100

    Add buildreqs for optional tests now they're available

 perl-MouseX-Getopt.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-MouseX-Getopt.spec b/perl-MouseX-Getopt.spec
index bc65947..fa8d1dc 100644
--- a/perl-MouseX-Getopt.spec
+++ b/perl-MouseX-Getopt.spec
@@ -1,7 +1,7 @@
 Name:		perl-MouseX-Getopt
 Summary:	Mouse role for processing command line options
 Version:	0.35
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL+ or Artistic
 # Hotfix release with different case, expected to revert to normal in subsequent releases
 #URL:		http://search.cpan.org/dist/MouseX-Getopt/
@@ -35,9 +35,8 @@ BuildRequires:	perl(Test::Mouse)
 BuildRequires:	perl(Test::Warn) >= 0.21
 # Optional Tests (have circular dependencies)
 %if 0%{!?perl_bootstrap:1}
-# Not yet in Fedora
-#BuildRequires:	perl(MouseX::ConfigFromFile)
-#BuildRequires:	perl(MouseX::SimpleConfig) >= 0.07
+BuildRequires:	perl(MouseX::ConfigFromFile)
+BuildRequires:	perl(MouseX::SimpleConfig) >= 0.07
 %endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -81,6 +80,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/MouseX::Getopt::Strict.3*
 
 %changelog
+* Fri Apr 25 2014 Paul Howarth <paul at city-fan.org> - 0.35-3
+- Add buildreqs for optional tests now they're available
+
 * Thu Apr 17 2014 Paul Howarth <paul at city-fan.org> - 0.35-2
 - Incorporate feedback from package review (#1088856)
   - Don't ship bogus LICENSE file



More information about the perl-devel mailing list