From 155a4ff2ff025162a95bc1a63a6996f1fe7af15b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 11:57:08 -0600 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- bogofilter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index a242ee6..5cd56cd 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: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -79,6 +79,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Tue Dec 04 2012 Adrian Reber - 1.2.3-1 - updated to 1.2.3 (fixes #883358, CVE-2012-5468) -- cgit From b2a7944935a79e34e5189c7570a4247b48b56995 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 22 Feb 2013 15:29:27 +0100 Subject: removed three files with an unfree license from Source (fixes #912694) --- .gitignore | 1 + bogofilter.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3cc3dc2..1a834d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,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 diff --git a/bogofilter.spec b/bogofilter.spec index 5cd56cd..a48c963 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,11 +1,19 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ -Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz +# 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex db4-devel gsl-devel BuildRequires: /usr/bin/iconv @@ -79,6 +87,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Fri Feb 22 2012 Adrian Reber - 1.2.3-2 +- removed three files with an unfree license from Source (fixes #912694) + * Wed Feb 13 2013 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index cd9a92f..df1e4fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec710e967a7378f57267db70fe3217b bogofilter-1.2.3.tar.gz +d7a9665e04a3ba92611515d736db0125 bogofilter-1.2.3.repack.tar.gz -- cgit From 082b6295cd3ebda346c5afbe6cc1d5714f796e00 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 22 Feb 2013 15:30:34 +0100 Subject: 2013 and not 2012 --- bogofilter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index a48c963..aa09c6e 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -87,7 +87,7 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog -* Fri Feb 22 2012 Adrian Reber - 1.2.3-2 +* Fri Feb 22 2013 Adrian Reber - 1.2.3-2 - removed three files with an unfree license from Source (fixes #912694) * Wed Feb 13 2013 Fedora Release Engineering - 1.2.3-2 -- cgit From ef04477c8fb0ab36226906abd750772a107aef0b Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Wed, 17 Jul 2013 16:59:09 +0200 Subject: Perl 5.18 rebuild --- bogofilter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index aa09c6e..a88999b 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: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -87,6 +87,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Wed Jul 17 2013 Petr Pisar - 1.2.3-4 +- Perl 5.18 rebuild + * Fri Feb 22 2013 Adrian Reber - 1.2.3-2 - removed three files with an unfree license from Source (fixes #912694) -- cgit From 9b9d1773b0f50b58946348400cca876fab4de1cb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 22:47:47 -0500 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- bogofilter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index a88999b..4731f07 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: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -87,6 +87,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.2.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Jul 17 2013 Petr Pisar - 1.2.3-4 - Perl 5.18 rebuild -- cgit 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 From f783b123983e97eccc21a282e00928f0ede9bb02 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 23 Apr 2014 16:55:00 +0200 Subject: it is actually 1.2.4 --- bogofilter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index 7145257..a7b2afc 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -83,7 +83,7 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %changelog * Wed Apr 23 2014 Adrian Reber - 1.2.4-1 -- updated to 1.2.3 (fixes #1084359) +- updated to 1.2.4 (fixes #1084359) * Sat Aug 03 2013 Fedora Release Engineering - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -- cgit