[spamassassin-FuzzyOcr] * fixed bugzilla #621785

topdog topdog at fedoraproject.org
Sun Aug 22 12:35:16 UTC 2010


commit 9f804215073c99b5ae57947611054793363021c8
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Sun Aug 22 14:30:01 2010 +0200

     * fixed bugzilla #621785

 spamassassin-FuzzyOcr.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/spamassassin-FuzzyOcr.spec b/spamassassin-FuzzyOcr.spec
index e678e68..d72e47e 100644
--- a/spamassassin-FuzzyOcr.spec
+++ b/spamassassin-FuzzyOcr.spec
@@ -1,6 +1,6 @@
 Name:           spamassassin-FuzzyOcr
 Version:        3.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Spamassassin plugin to identify image spam
 Group:          Applications/Internet
 License:        ASL 2.0
@@ -22,6 +22,7 @@ distinguish between normal mails (Ham) and spam mails.
 %setup -q -n FuzzyOcr-%{version}
 %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' Utils/fuzzy-*
 %{__perl} -pi -e 's|FuzzyOcr.pm|%{perl_vendorlib}/FuzzyOcr.pm|' FuzzyOcr.cf
+%{__perl} -pi -e 's|#focr_verbose 3|focr_verbose 0|' FuzzyOcr.cf
 %{__sed} -i 's/\r//' Utils/README FuzzyOcr.mysql samples/ocr-obfuscated.eml
 iconv -f iso8859-1 -t utf-8 samples/ocr-jpg.eml > samples/ocr-jpg.eml.conv && mv -f samples/ocr-jpg.eml.conv samples/ocr-jpg.eml
 
@@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 22 2010 Andrew Colin Kissa <andrew at topdog.za.net> - 3.6.0-4
+- fix bugzilla bug #621785
+
 * Tue Aug 03 2010 Andrew Colin Kissa <andrew at topdog.za.net> - 3.6.0-3
 - fix requires
 


More information about the scm-commits mailing list