[perl-Email-Send] 2.199, add explicit Requires: perl(Module::Pluggable)

Tom Callaway spot at fedoraproject.org
Wed Sep 4 16:16:00 UTC 2013


commit 6c3042e517e7a5472663eb0aa83534eea5b470c4
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Sep 4 12:16:22 2013 -0400

    2.199, add explicit Requires: perl(Module::Pluggable)

 .gitignore           |    1 +
 perl-Email-Send.spec |   11 +++++++++--
 sources              |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e7f405..3e2edaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Email-Send-2.198.tar.gz
+/Email-Send-2.199.tar.gz
diff --git a/perl-Email-Send.spec b/perl-Email-Send.spec
index f17c36b..796c225 100644
--- a/perl-Email-Send.spec
+++ b/perl-Email-Send.spec
@@ -1,6 +1,6 @@
 Name:           perl-Email-Send
-Version:        2.198
-Release:        10%{?dist}
+Version:        2.199
+Release:        1%{?dist}
 Summary:        Module for sending email
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -14,6 +14,9 @@ BuildRequires:  perl(Mail::Internet), perl(MIME::Entity), perl(Test::Pod), perl(
 BuildRequires:  /usr/sbin/sendmail
 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
+Requires:	perl(Module::Pluggable)
 
 %description
 This module provides a very simple, very clean, very specific interface
@@ -48,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep  4 2013 Tom Callaway <spot at fedoraproject.org> - 2.199-1
+- update to 2.199
+- add explicit Requires: perl(Module::Pluggable)
+
 * Mon Aug 05 2013 Petr Pisar <ppisar at redhat.com> - 2.198-10
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index d7f3560..2079959 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a977d48219aaf21b8cfbefe2826bcd47  Email-Send-2.198.tar.gz
+1865147aa1f63bb65bef8e4edc20a29d  Email-Send-2.199.tar.gz


More information about the scm-commits mailing list