--- rpms/perl-Mail-DMARC/sme10/perl-Mail-DMARC.spec 2016/05/06 08:52:05 1.3 +++ rpms/perl-Mail-DMARC/sme10/perl-Mail-DMARC.spec 2017/05/20 11:24:19 1.4 @@ -1,6 +1,6 @@ Name: perl-Mail-DMARC Version: 1.20141206 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl implementation of DMARC License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/modu Patch0: Mail-DMARC-1.20141206-build_fix.patch Patch1: Mail-DMARC-1.20141206-use_email_mime_creator.patch Patch2: Mail-DMARC-1.20141206-dont_set_date_manually.patch +Patch3: Mail-DMARC-1.20141206-handle_undef_domains.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 @@ -86,6 +87,7 @@ every SHOULD. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__perl} Build.PL installdirs=vendor @@ -119,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/dmarc_* %changelog +* Sat May 20 2017 Daniel Berteaud 1.20141206-2 +- Handle undef domains (like bounces) [SME: 10318] + * Thu May 5 2016 Daniel Berteaud 1.20141206-1 - First build using cpanspec - Patch to support building with older Module::Build