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

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


commit bab83fc3a1768654ba314667ffd7b480aa2e9985
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Sep 4 12:20:52 2013 -0400

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

 perl-Email-Send.spec |   20 ++++++++++++++++++--
 sources              |    2 +-
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/perl-Email-Send.spec b/perl-Email-Send.spec
index e5d8df1..796c225 100644
--- a/perl-Email-Send.spec
+++ b/perl-Email-Send.spec
@@ -1,6 +1,6 @@
 Name:           perl-Email-Send
-Version:        2.198
-Release:        7%{?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,19 @@ 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
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.198-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.198-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.198-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_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