--- rpms/spamassassin/sme9/spamassassin.spec 2016/01/06 21:30:35 1.8 +++ rpms/spamassassin/sme9/spamassassin.spec 2018/12/17 12:01:03 1.10 @@ -1,14 +1,14 @@ %define pkgname Mail-SpamAssassin Name: spamassassin -Version: 3.4.1 +Version: 3.4.2 Release: 1%{?dist} Summary: Spam filter for email which can be invoked from mail delivery agents License: Apache Group: Applications/Internet URL: http://spamassassin.apache.org/ Source0: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-%{version}.tar.bz2 -Source1: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-%{version}.r1675274.tgz +Source1: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-%{version}.r1840640.tgz Source2: redhat_local3.cf Source3: spamassassin-default.rc Source4: spamassassin-spamc.rc @@ -70,6 +70,9 @@ BuildRequires: mod_perl BuildRequires: %{_bindir}/dccproc BuildRequires: %{_bindir}/pyzor +##JPP +BuildRequires: perl(Net::DNS::Nameserver) + ### Requires: perl(Digest::SHA) Requires: perl(File::Spec) >= 0.8 @@ -258,6 +261,12 @@ fi exit 0 %changelog +* Wed Dec 12 2018 John Crisp 3.4.2-1.sme +- update to 3.4.2 [SME: 10597 + +* Tue Jun 19 2018 Jean-Philipe Pialasse 3.4.1-2.sme +- add build require perl(Net::DNS::Nameserver) and import dependencies [SME: 10597] + * Wed Jan 6 2016 Daniel Berteaud - 3.4.1-1.sme - Update to 3.4.1 [SME: 9153]