--- rpms/smeserver-mailstats/contribs9/smeserver-mailstats.spec 2015/06/15 20:21:42 1.3 +++ rpms/smeserver-mailstats/contribs9/smeserver-mailstats.spec 2015/06/25 19:24:18 1.4 @@ -6,13 +6,16 @@ Summary: Daily mail statistics for SME S %define name smeserver-mailstats Name: %{name} %define version 1.1 -%define release 3 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL Group: SME/addon Source: %{name}-%{version}.tgz Patch0: smeserver-mailstats-1.1-random-cron_and_spamfilter-stats-7-update.patch +Patch1: smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch +Patch2: smeserver-mailstats-1.1.bz8656.Spamassassin_scores_and_tags.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: smeserver-release => 9.0 @@ -23,6 +26,12 @@ A script that via cron.d e-mails mail st See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 %changelog +* Thu Jun 25 2015 stephane de Labrusse 1.1-4 +- creates the "mailstats" user [SME: 8957] +- Fixed the problem with Spamassassin scores and tags. +- Also added Geoip league table [SME: 8656] +- code done by Brian Read + * Sun Jun 14 2015 stephane de Labrusse 1.1-3 - added a random cron job - spamfilter-stats-7-update @@ -44,6 +53,8 @@ See http://www.contribs.org/bugzilla/sho %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build