diff --git a/.bogofilter.metadata b/.bogofilter.metadata index c592b12..40e3601 100644 --- a/.bogofilter.metadata +++ b/.bogofilter.metadata @@ -1 +1 @@ -b10c5c33a4d822e14d9a7cacd0bde11c238dc0bf SOURCES/bogofilter-1.2.3.repack.tar.gz +c779c3afb3e57ae0208ee503a854aff716b0cafd SOURCES/bogofilter-1.2.5.tar.xz diff --git a/.gitignore b/.gitignore index 5b3a72f..c080a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/bogofilter-1.2.3.repack.tar.gz +SOURCES/bogofilter-1.2.5.tar.xz diff --git a/SPECS/bogofilter.spec b/SPECS/bogofilter.spec index 045ca3e..40e9b0b 100644 --- a/SPECS/bogofilter.spec +++ b/SPECS/bogofilter.spec @@ -1,21 +1,13 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter -Version: 1.2.3 -Release: 6%{?dist} +Version: 1.2.5 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ -# Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz -# The above used to be to the Source: line -# but due to bug 912694 which identified three files with license -# problems the following steps are necessary to repack bogofilter -# wget http://downloads.sourceforge.net/bogofilter/bogofilter-1.2.3.tar.gz -# tar xf bogofilter-1.2.3.tar.gz -# rm bogofilter-1.2.3/doc/bogofilter-SA-20[0-1][0,5]-0[1,2] -# tar cf bogofilter-1.2.3.repack.tar.gz bogofilter-1.2.3 -Source: bogofilter-%{version}.repack.tar.gz +Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: flex libdb-devel gsl-devel +BuildRequires: gcc flex libdb-devel gsl-devel BuildRequires: /usr/bin/iconv %description @@ -65,6 +57,9 @@ CFLAGS="%{optflags}" %configure --disable-rpath %{__chmod} -x contrib/* +%check +%{__make} %{?_smp_mflags} check + %clean %{__rm} -rf %{buildroot} @@ -87,6 +82,9 @@ CFLAGS="%{optflags}" %configure --disable-rpath %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Fri May 15 2020 Milan Crha - 1.2.5-1 +- Resolves: #1761248 (Update to 1.2.5) + * Fri Jan 24 2014 Daniel Mach - 1.2.3-6 - Mass rebuild 2014-01-24