[perl-Email-Send/f19] add another explicit Requires: perl(Return::Value)

Tom Callaway spot at fedoraproject.org
Mon Nov 18 15:40:17 UTC 2013


commit 5f8494d2cc726a42caed7028534e901dbaa59b25
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Nov 18 10:40:46 2013 -0500

    add another explicit Requires: perl(Return::Value)

 perl-Email-Send.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Send.spec b/perl-Email-Send.spec
index aa0c28f..1096c7e 100644
--- a/perl-Email-Send.spec
+++ b/perl-Email-Send.spec
@@ -1,6 +1,6 @@
 Name:           perl-Email-Send
 Version:        2.199
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Module for sending email
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -17,7 +17,9 @@ BuildArch:      noarch
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # Not automatically detected, but needed.
 # See https://bugzilla.redhat.com/show_bug.cgi?id=1000737
+#     https://bugzilla.redhat.com/show_bug.cgi?id=1031298
 Requires:	perl(Module::Pluggable)
+Requires:	perl(Return::Value)
 
 %description
 This module provides a very simple, very clean, very specific interface
@@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 18 2013 Tom Callaway <spot at fedoraproject.org> - 2.199-2
+- add another explicit Requires: perl(Return::Value)
+
 * Wed Sep  4 2013 Tom Callaway <spot at fedoraproject.org> - 2.199-1
 - update to 2.199
 - add explicit Requires: perl(Module::Pluggable)


More information about the scm-commits mailing list