Author: pawelz Date: Sun Apr 25 22:07:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - applied patch4 (fixe single-char usernames handling in webui) - TODO: upgrade to 3.9.0 - rel 2
---- Files affected: packages/dspam: dspam.spec (1.80 -> 1.81) ---- Diffs: ================================================================ Index: packages/dspam/dspam.spec diff -u packages/dspam/dspam.spec:1.80 packages/dspam/dspam.spec:1.81 --- packages/dspam/dspam.spec:1.80 Tue Apr 20 17:55:57 2010 +++ packages/dspam/dspam.spec Mon Apr 26 00:07:47 2010 @@ -5,6 +5,7 @@ # - messages from default install of cron with mysql driver Memory fault # - install drivers in /usr/lib/dspam # - if drivers are installed to private dir, remove versioned sonames from drivers +# - upgrade to 3.9.0 # # Conditional build: %bcond_without mysql # disable MySQL storage driver @@ -17,7 +18,7 @@ Summary(pl.UTF-8): Biblioteka i MDA do bayesowskiego filtrowania spamu Name: dspam Version: 3.8.0 -Release: 1 +Release: 2 License: GPL Group: Applications/Mail Source0: http://dspam.nuclearelephant.com/sources/%{name}-%{version}.tar.gz @@ -26,6 +27,7 @@ Patch1: %{name}-config.patch Patch2: %{name}-speedup.patch Patch3: %{name}-autotools.patch +Patch4: %{name}-single-char-usernames.patch Source1: %{name}.init Source2: %{name}-apache.conf URL: http://dspam.nuclearelephant.com/ @@ -260,6 +262,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile* %{?with_mysql40:sed -i -e 's#40100#99999#g' src/mysql_drv.c} sed -i -e 's,/usr/local/dspam/bin,/usr/bin,' ./scripts/train.pl @@ -528,6 +531,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.81 2010/04/25 22:07:47 pawelz +- applied patch4 (fixe single-char usernames handling in webui) +- TODO: upgrade to 3.9.0 +- rel 2 + Revision 1.80 2010/04/20 15:55:57 pawelz - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dspam/dspam.spec?r1=1.80&r2=1.81&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
