rpms/bogofilter/devel .cvsignore, 1.5, 1.6 bogofilter.spec, 1.7, 1.8 sources, 1.5, 1.6

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Sat May 31 19:19:40 UTC 2008


Author: adrian

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

Modified Files:
	.cvsignore bogofilter.spec sources 
Log Message:
* Sat May 31 2008 Adrian Reber <adrian at lisas.de> - 1.1.7-1
- updated to 1.1.7
- moved bogoupgrade to its own package to remove the perl
  dependency on bogofilter (bz #442843)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Dec 2007 21:10:38 -0000	1.5
+++ .cvsignore	31 May 2008 19:18:54 -0000	1.6
@@ -1 +1 @@
-bogofilter-1.1.6.tar.gz
+bogofilter-1.1.7.tar.gz


Index: bogofilter.spec
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/devel/bogofilter.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bogofilter.spec	14 Feb 2008 11:01:20 -0000	1.7
+++ bogofilter.spec	31 May 2008 19:18:54 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: Fast anti-spam filtering by Bayesian statistical analysis
 Name: bogofilter
-Version: 1.1.6
-Release: 2%{?dist}
+Version: 1.1.7
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://bogofilter.sourceforge.net/
@@ -19,6 +19,20 @@
 coded directly in C, and tuned for speed, so it can be used for production
 by sites that process a lot of mail.
 
+%package bogoupgrade
+Summary: Upgrades bogofilter database to current version
+Group: Applications/Internet
+Provides: bogoupgrade
+Requires: %{name} = %{version}-%{release}
+
+%description bogoupgrade
+bogoupgrade is a command to upgrade bogofilter’s databases from an old
+format to the current format. Since the format of the database changes
+once in a while, the utility is designed to make the upgrade easy.
+
+bogoupgrade is in an extra package to remove the perl dependency on the
+main bogofilter package.
+
 %prep
 %setup -q
 iconv -f iso-8859-1 -t utf-8 \
@@ -46,6 +60,11 @@
 %clean
 %{__rm} -rf %{buildroot}
 
+%files bogoupgrade
+%defattr(-, root, root, 0755)
+%{_bindir}/bogoupgrade
+%{_mandir}/man1/bogoupgrade*
+
 %files
 %defattr(-, root, root, 0755)
 %doc AUTHORS COPYING NEWS README* RELEASE.NOTES* TODO bogofilter.cf.example
@@ -56,8 +75,15 @@
 %config(noreplace) %{_sysconfdir}/bogofilter.cf
 %{_bindir}/bogo*
 %{_bindir}/bf_*
+%exclude %{_bindir}/bogoupgrade
+%exclude %{_mandir}/man1/bogoupgrade*
 
 %changelog
+* Sat May 31 2008 Adrian Reber <adrian at lisas.de> - 1.1.7-1
+- updated to 1.1.7
+- moved bogoupgrade to its own package to remove the perl
+  dependency on bogofilter (bz #442843)
+
 * Thu Feb 14 2008 Adrian Reber <adrian at lisas.de> - 1.1.6-2
 - rebuilt for gcc43
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bogofilter/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Dec 2007 21:10:38 -0000	1.5
+++ sources	31 May 2008 19:18:54 -0000	1.6
@@ -1 +1 @@
-35ec52e5d2c58de04a1e02ddcc8d0252  bogofilter-1.1.6.tar.gz
+fdcb770769c013110631eca4c0473cd7  bogofilter-1.1.7.tar.gz




More information about the fedora-extras-commits mailing list