--- rpms/spamassassin/sme10/spamassassin.spec 2023/03/07 14:27:53 1.7 +++ rpms/spamassassin/sme10/spamassassin.spec 2024/04/02 10:31:42 1.11 @@ -58,14 +58,14 @@ Summary: Spam filter for email which can be invoked from mail delivery agents Name: spamassassin -Version: 4.0.0 +Version: 4.0.1 #Release: 0.8.%%{prerev}%%{?dist} -Release: 1%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://spamassassin.apache.org/ Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2 #Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2 -Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1905950.tgz +Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1916528.tgz #Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz Source2: redhat_local.cf Source3: spamassassin-default.rc @@ -89,8 +89,8 @@ Source17: sa-update.timer # https://bugzilla.redhat.com/show_bug.cgi?id=1055593 # Switch to using gnupg2 instead of gnupg1 -Patch0: spamassassin-4.0.0-gnupg2.patch -Patch1: spamassassin-4.0.0-add-logfile-homedir-options.patch +Patch0: spamassassin-4.0.1-gnupg2.patch +Patch1: spamassassin-4.0.1-add-logfile-homedir-options.patch # Patches 100+ are SVN backports (DO NOT REUSE!) # end of patches @@ -116,7 +116,9 @@ BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(Test::More) ## added to build on Koozali SME Server builders -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl-ExtUtils-Manifest perl-Net-LibIDN2 perl-Net-LibIDN perl-DBI perl-DBD-SQLite perl-Net-DNS-Nameserver perl-Net-Patricia perl-Archive-Zip perl-IO-String perl-Email-Address perl-Email-Address-XS perl-Mail-DMARC wget perl-MaxMind-DB-Reader-XS perl-MaxMind-DB-Reader perl-Geo-IP perl-IP-Country-DB_File perl-IP-Country +# need to check if any deps are also needed at install in the list above # Fedora package needs fixing before we can depend on it #BuildRequires: re2c %if %{use_systemd} @@ -396,6 +398,18 @@ exit 0 %endif %changelog +* Mon Apr 01 2024 Brian Read 4.0.1-3 +- Fix patch file [SME: 12574] + +* Mon Apr 01 2024 John Crisp 4.0.1-2 +- Fix the incorrect rules url + +* Mon Apr 01 2024 John Crisp 4.0.1-1 +- Update to 4.0.1 [SME: 12574] + +* Mon Mar 27 2023 JP Pialasse 4.0.0-2 +- resolve build deps + * Mon Feb 13 2023 John Crisp 4.0.0-1 - Update to 4.0.0 [SME: 12331]