Author: glen Date: Thu Feb 21 16:29:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - exit with non-zero on error patch
---- Files affected: SPECS: dokuwiki.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/dokuwiki.spec diff -u SPECS/dokuwiki.spec:1.24 SPECS/dokuwiki.spec:1.25 --- SPECS/dokuwiki.spec:1.24 Thu Feb 14 11:57:14 2008 +++ SPECS/dokuwiki.spec Thu Feb 21 17:29:34 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Aplikacja WWW Wiki oparta na PHP Name: dokuwiki Version: 20070626b -Release: 0.31 +Release: 0.32 License: GPL v2 Group: Applications/WWW Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-2007-06-26b.tgz @@ -19,6 +19,7 @@ Patch3: %{name}-config-allow-require.patch Patch4: %{name}-geshi.patch Patch5: %{name}-http_auth-option.patch +Patch6: %{name}-nice_exit.patch URL: http://wiki.splitbrain.org/wiki:dokuwiki BuildRequires: rpmbuild(macros) >= 1.268 Requires: geshi >= 1.0.7.19 @@ -80,6 +81,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 rm -f inc/lang/.htaccess # safe file @@ -263,6 +265,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2008-02-21 16:29:34 glen +- exit with non-zero on error patch + Revision 1.24 2008-02-14 10:57:14 glen - add icon for *.jude ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
