commit cc55395a7c0ec5de9fa70a7af5f5e597aa4998bc Author: Marcela Mašláňová <mmaslano@xxxxxxxxxx> Date: Tue Sep 18 15:59:16 2012 +0200 Update to 1.896. .gitignore | 1 + perl-Email-Address.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index b599433..2a409af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Email-Address-1.889.tar.gz +/Email-Address-1.896.tar.gz diff --git a/perl-Email-Address.spec b/perl-Email-Address.spec index 034f1ee..7fb3922 100644 --- a/perl-Email-Address.spec +++ b/perl-Email-Address.spec @@ -1,25 +1,25 @@ Name: perl-Email-Address -Version: 1.889 -Release: 12%{?dist} +Version: 1.896 +Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Email-Address/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This class implements a complete RFC 2822 parser that locates email -addresses in strings and returns a list of "Email::Address" objects -found. Alternatley you may construct objects manually. The goal of this -software is to be correct, and very very fast. - +This class implements a regex-based RFC 2822 parser that locates email +addresses in strings and returns a list of Email::Address objects found. +Alternatively you may construct objects manually. The goal of this software +is to be correct, and very very fast. %prep %setup -q -n Email-Address-%{version} @@ -49,12 +49,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes LICENSE README bench/ +%doc Changes LICENSE README META.json bench/ %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Tue Sep 18 2012 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 1.896-1 +- update to 1.896 + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.889-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 9a8d827..ead7e51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e7762c7a1aecd3276934ac664022f7e Email-Address-1.889.tar.gz +c9be7b64073bfb32d91248faa9fc3934 Email-Address-1.896.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel