--- rpms/perl-Ezmlm/contribs8/Ezmlm.spec 2013/05/12 19:50:41 1.1 +++ rpms/perl-Ezmlm/contribs8/Ezmlm.spec 2016/04/20 10:15:08 1.3 @@ -1,4 +1,4 @@ -# $Id: Ezmlm.spec,v 1.4 2008/11/25 16:20:14 slords Exp $ +# $Id: Ezmlm.spec,v 1.2 2016/04/19 06:53:20 unnilennium Exp $ # Authority: gordonr # Name: Gordon Rowell @@ -17,7 +17,7 @@ name: perl-Ezmlm summary: Ezmlm - Object Methods for Ezmlm Mailing Lists -version: 0.07 +version: 0.08 release: 2%{?dist} license: Artistic group: Applications/CPAN @@ -25,7 +25,9 @@ url: http://www.cpan.org buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n) buildarch: noarch prefix: %(echo %{_prefix}) -source: http://search.cpan.org//CPAN/authors/id/S/SU/SUMPFRALL/Ezmlm-0.07.2.tar.gz +source: http://search.cpan.org//CPAN/authors/id/S/SU/SUMPFRALL/Ezmlm-0.08.2.tar.gz +Patch0: perl-Ezmlm-0.08-2-dirsubdir.patch +Patch1: perl-Ezmlm-0.08-2-v722flags.patch %description use Mail::Ezmlm; @@ -42,6 +44,8 @@ The rest is a bit complicated for a Syno %prep %setup -q -n %{pkgname}-%{version}.2 chmod -R u+w %{_builddir}/%{pkgname}-%{version}.2 +%patch0 -p1 +%patch1 -p1 %build grep -rsl '^#!.*perl' . | @@ -125,5 +129,12 @@ find %{buildroot}%{_prefix} %defattr(-,root,root) %changelog +* Wed Apr 20 2016 Jean-Philipe Pialasse -1.sme +- fix bad syntax for calling ezmlm-* fucntion with subdir [SME: 9470] +- added ability to get config tag from v7.2.2 ml + +* Tue Apr 19 2016 Jean-Philipe Pialasse 0.08.2-1.sme +- update to 0.08.2 + * Wed Apr 23 2008 Shad L. Lords 0.07-2.sme - Initial build.