From 6c3042e517e7a5472663eb0aa83534eea5b470c4 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sep 04 2013 16:16:22 +0000 Subject: 2.199, add explicit Requires: perl(Module::Pluggable) --- 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 - 2.199-1 +- update to 2.199 +- add explicit Requires: perl(Module::Pluggable) + * Mon Aug 05 2013 Petr Pisar - 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