diff --git a/grepmail.spec b/grepmail.spec index fe080a4..4c0fd90 100644 --- a/grepmail.spec +++ b/grepmail.spec @@ -1,8 +1,8 @@ Summary: Search mailboxes for a particular email Name: grepmail -Version: 5.3101 +Version: 5.3102 Release: 1%{?dist} -License: GPL+ +License: GPLv2 Group: Applications/Text URL: http://search.cpan.org/dist/grepmail/ Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/grepmail-%{version}.tar.gz @@ -28,13 +28,14 @@ BuildRequires: perl(List::Util) BuildRequires: perl(overload) BuildRequires: perl(POSIX) BuildRequires: perl(Symbol) +BuildRequires: perl(URI::Escape) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Getopt::Std) BuildRequires: perl(Mail::Mbox::MessageParser) >= 1.4001 BuildRequires: perl(strict) BuildRequires: perl(vars) -# Optional Functionality +# Optional Functionality (note: Time::Local in EL-5 works OK if TZ is set, don't really need 1.23) BuildRequires: perl(Date::Manip) BuildRequires: perl(Date::Parse) BuildRequires: perl(Digest::MD5) @@ -95,6 +96,16 @@ rm -rf %{buildroot} %{_mandir}/man1/grepmail.1* %changelog +* Mon Apr 13 2015 Paul Howarth - 5.3102-1 +- Update to 5.3102 + - Force the user to upgrade their Time::Local, to work around bugs in the + stock version that came with old OSes like RHEL 5 + http://www.cpantesters.org/cpan/report/61043eda-dd0e-11e4-abc4-b553e14af301 + - Enable verbose testing for CPAN-testers + - Consolidate issue tracking at rt.cpan.org + - Use proper temp dir instead of t/temp +- License changed to GPLv2 + * Sun Apr 5 2015 Paul Howarth - 5.3101-1 - Update to 5.3101 - Add explicit include for Module::AutoInstall diff --git a/sources b/sources index f45e264..f375804 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -258c40554b672ff93ade90d3aa96a7cd grepmail-5.3101.tar.gz +23883ca329a0d5053c18fea168517375 grepmail-5.3102.tar.gz