[perl-Test-Most] add explicit requires that are no longer automatically detected

Iain Arnell iarnell at fedoraproject.org
Tue Dec 7 04:22:54 UTC 2010


commit 5d1d654012add922f16e424281910723005bc2e8
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Dec 7 05:22:23 2010 +0100

    add explicit requires that are no longer automatically detected

 perl-Test-Most.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Most.spec b/perl-Test-Most.spec
index 61f1939..aed565b 100644
--- a/perl-Test-Most.spec
+++ b/perl-Test-Most.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Most
 Version:        0.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module with test functions and features
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,12 @@ BuildRequires:  perl(Test::Harness) >= 3.07
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn) >= 0.11
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# not automatically detected
+Requires:       perl(Test::Deep)
+Requires:       perl(Test::Differences)
+Requires:       perl(Test::Exception)
+Requires:       perl(Test::Warn)
+
 
 %description
 Most commonly needed test functions and features. This module provides you with 
@@ -52,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 07 2010 Iain Arnell <iarnell at gmail.com> 0.23-2
+- add explicit requires that are no longer automatically detected
+
 * Tue Sep 14 2010 Petr Sabata <psabata at redhat.com> - 0.23-1
 - New release, 0.23
 



More information about the perl-devel mailing list