Author: glen Date: Mon Feb 25 14:41:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - mail header encode fix: put double quotes outside the encoding. fixes evolution display.
---- Files affected: SPECS: dokuwiki.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/dokuwiki.spec diff -u SPECS/dokuwiki.spec:1.25 SPECS/dokuwiki.spec:1.26 --- SPECS/dokuwiki.spec:1.25 Thu Feb 21 17:29:34 2008 +++ SPECS/dokuwiki.spec Mon Feb 25 15:41:20 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Aplikacja WWW Wiki oparta na PHP Name: dokuwiki Version: 20070626b -Release: 0.32 +Release: 0.33 License: GPL v2 Group: Applications/WWW Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-2007-06-26b.tgz @@ -20,6 +20,7 @@ Patch4: %{name}-geshi.patch Patch5: %{name}-http_auth-option.patch Patch6: %{name}-nice_exit.patch +Patch7: %{name}-mail-headerencodequotes.patch URL: http://wiki.splitbrain.org/wiki:dokuwiki BuildRequires: rpmbuild(macros) >= 1.268 Requires: geshi >= 1.0.7.19 @@ -82,6 +83,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 rm -f inc/lang/.htaccess # safe file @@ -265,6 +267,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2008-02-25 14:41:20 glen +- mail header encode fix: put double quotes outside the encoding. fixes evolution display. + Revision 1.25 2008-02-21 16:29:34 glen - exit with non-zero on error patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
