From 3c4f2c749fad7be06dfb948b9516310be2fd8f24 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 23 Apr 2014 16:54:17 +0200 Subject: updated to 1.2.3 (fixes #1084359) --- .gitignore | 1 + bogofilter.spec | 22 ++++++++++------------ sources | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 1a834d1..15449d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bogofilter-1.2.0.tar.gz bogofilter-1.2.2.tar.gz /bogofilter-1.2.3.tar.gz /bogofilter-1.2.3.repack.tar.gz +/bogofilter-1.2.4.repack.tar.gz diff --git a/bogofilter.spec b/bogofilter.spec index 4731f07..7145257 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,7 +1,7 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter -Version: 1.2.3 -Release: 5%{?dist} +Version: 1.2.4 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -9,12 +9,11 @@ URL: http://bogofilter.sourceforge.net/ # 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 +# wget http://downloads.sourceforge.net/bogofilter/bogofilter-1.2.4.tar.gz +# tar xf bogofilter-1.2.4.tar.gz +# rm bogofilter-1.2.4/doc/bogofilter-SA-20[0-1][0,5]-0[1,2] +# tar cf bogofilter-1.2.4.repack.tar.gz bogofilter-1.2.4 Source: bogofilter-%{version}.repack.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex db4-devel gsl-devel BuildRequires: /usr/bin/iconv @@ -53,7 +52,6 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %{__make} %{?_smp_mflags} %install -%{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \ @@ -65,9 +63,6 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %{__chmod} -x contrib/* -%clean -%{__rm} -rf %{buildroot} - %files bogoupgrade %defattr(-, root, root, 0755) %{_bindir}/bogoupgrade @@ -87,6 +82,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Wed Apr 23 2014 Adrian Reber - 1.2.4-1 +- updated to 1.2.3 (fixes #1084359) + * Sat Aug 03 2013 Fedora Release Engineering - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -120,7 +118,7 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf * Fri Jul 24 2009 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Mon Feb 26 2009 Adrian Reber - 1.2.0-1 +* Thu Feb 26 2009 Adrian Reber - 1.2.0-1 - updated to 1.2.0 * Mon Feb 23 2009 Fedora Release Engineering - 1.1.7-3 diff --git a/sources b/sources index df1e4fc..fdc29aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7a9665e04a3ba92611515d736db0125 bogofilter-1.2.3.repack.tar.gz +6b3564876c6a571880edfdf57bd501ae bogofilter-1.2.4.repack.tar.gz -- cgit