[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/bogofilter/EL-5 .cvsignore, 1.4, 1.5 bogofilter.spec, 1.3, 1.4 sources, 1.4, 1.5
- From: Adrian Reber (adrian) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/bogofilter/EL-5 .cvsignore, 1.4, 1.5 bogofilter.spec, 1.3, 1.4 sources, 1.4, 1.5
- Date: Fri, 14 Dec 2007 02:08:30 -0500
Author: adrian
Update of /cvs/extras/rpms/bogofilter/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4357
Modified Files:
.cvsignore bogofilter.spec sources
Log Message:
* Thu Dec 13 2007 Adrian Reber <adrian lisas de> - 1.1.6-1
- updated to 1.1.6
- made rpmlint happy
- upstream confirmed that bogofilter is GPLv2
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 7 Mar 2007 10:16:40 -0000 1.4
+++ .cvsignore 14 Dec 2007 07:07:40 -0000 1.5
@@ -1 +1 @@
-bogofilter-1.1.5.tar.gz
+bogofilter-1.1.6.tar.gz
Index: bogofilter.spec
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/EL-5/bogofilter.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bogofilter.spec 7 Mar 2007 10:16:40 -0000 1.3
+++ bogofilter.spec 14 Dec 2007 07:07:40 -0000 1.4
@@ -1,13 +1,14 @@
Summary: Fast anti-spam filtering by Bayesian statistical analysis
Name: bogofilter
-Version: 1.1.5
+Version: 1.1.6
Release: 1%{?dist}
-License: GPL
+License: GPLv2
Group: Applications/Internet
URL: http://bogofilter.sourceforge.net/
Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex db4-devel gsl-devel
+BuildRequires: /usr/bin/iconv
%description
Bogofilter is a Bayesian spam filter. In its normal mode of
@@ -20,6 +21,10 @@
%prep
%setup -q
+iconv -f iso-8859-1 -t utf-8 \
+ doc/bogofilter-faq-fr.html > doc/bogofilter-faq-fr.html.utf8
+%{__mv} -f doc/bogofilter-faq-fr.html.utf8 \
+ doc/bogofilter-faq-fr.html
%build
%configure
@@ -29,7 +34,8 @@
%{__rm} -rf %{buildroot}
%makeinstall
-%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example %{buildroot}%{_sysconfdir}/bogofilter.cf
+%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \
+ %{buildroot}%{_sysconfdir}/bogofilter.cf
%{__install} -d -m0755 rpm-doc/xml/ rpm-doc/html/
%{__install} -m644 doc/*.xml rpm-doc/xml/
@@ -52,6 +58,15 @@
%{_bindir}/bf_*
%changelog
+* Thu Dec 13 2007 Adrian Reber <adrian lisas de> - 1.1.6-1
+- updated to 1.1.6
+- made rpmlint happy
+- upstream confirmed that bogofilter is GPLv2
+
+* Thu Aug 23 2007 Adrian Reber <adrian lisas de> - 1.1.5-2
+- rebuilt
+- added patch to build with new glibc
+
* Wed Mar 07 2007 Adrian Reber <adrian lisas de> - 1.1.5-1
- updated to 1.1.5
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 7 Mar 2007 10:16:40 -0000 1.4
+++ sources 14 Dec 2007 07:07:40 -0000 1.5
@@ -1 +1 @@
-25558e2e72350ee2e4edfc1b617f6738 bogofilter-1.1.5.tar.gz
+35ec52e5d2c58de04a1e02ddcc8d0252 bogofilter-1.1.6.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]