rpms/bogofilter/devel .cvsignore, 1.4, 1.5 bogofilter.spec, 1.5, 1.6 sources, 1.4, 1.5 bogofilter-1.1.5.glibc.patch, 1.1, NONE

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Dec 13 21:11:16 UTC 2007


Author: adrian

Update of /cvs/extras/rpms/bogofilter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18883

Modified Files:
	.cvsignore bogofilter.spec sources 
Removed Files:
	bogofilter-1.1.5.glibc.patch 
Log Message:
* Thu Dec 13 2007 Adrian Reber <adrian at 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/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Mar 2007 08:35:36 -0000	1.4
+++ .cvsignore	13 Dec 2007 21:10:38 -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/devel/bogofilter.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bogofilter.spec	23 Aug 2007 10:40:27 -0000	1.5
+++ bogofilter.spec	13 Dec 2007 21:10:38 -0000	1.6
@@ -1,14 +1,14 @@
 Summary: Fast anti-spam filtering by Bayesian statistical analysis
 Name: bogofilter
-Version: 1.1.5
-Release: 2%{?dist}
-License: GPL
+Version: 1.1.6
+Release: 1%{?dist}
+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
-Patch: bogofilter-1.1.5.glibc.patch
+BuildRequires: /usr/bin/iconv
 
 %description
 Bogofilter is a Bayesian spam filter.  In its normal mode of
@@ -21,7 +21,10 @@
 
 %prep
 %setup -q
-%patch
+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
@@ -31,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/
@@ -54,6 +58,11 @@
 %{_bindir}/bf_*
 
 %changelog
+* Thu Dec 13 2007 Adrian Reber <adrian at 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 at lisas.de> - 1.1.5-2
 - rebuilt
 - added patch to build with new glibc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Mar 2007 08:35:36 -0000	1.4
+++ sources	13 Dec 2007 21:10:38 -0000	1.5
@@ -1 +1 @@
-25558e2e72350ee2e4edfc1b617f6738  bogofilter-1.1.5.tar.gz
+35ec52e5d2c58de04a1e02ddcc8d0252  bogofilter-1.1.6.tar.gz


--- bogofilter-1.1.5.glibc.patch DELETED ---




More information about the fedora-extras-commits mailing list