Author: glen Date: Wed May 26 17:55:07 2010 GMT Module: packages Tag: HEAD ---- Log message: - add missing paths.patch;
---- Files affected: packages/ckfinder: ckfinder.spec (1.2 -> 1.3) , paths.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/ckfinder/ckfinder.spec diff -u packages/ckfinder/ckfinder.spec:1.2 packages/ckfinder/ckfinder.spec:1.3 --- packages/ckfinder/ckfinder.spec:1.2 Wed May 26 19:52:02 2010 +++ packages/ckfinder/ckfinder.spec Wed May 26 19:55:02 2010 @@ -10,6 +10,7 @@ # Source0-md5: 0f37b528272f915b9fcd3a12e2f53439 URL: http://www.ckfinder.com/ Patch0: error_reporting.patch +Patch1: paths.patch Source1: find-lang.sh Source2: apache.conf Source3: lighttpd.conf @@ -75,6 +76,7 @@ find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' -o -name '*.html' -o -name '*.php' ')' -print0 | xargs -0 sed -i -e 's,\r$,,' %patch0 -p1 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -168,6 +170,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/05/26 17:55:02 glen +- add missing paths.patch; + Revision 1.2 2010/05/26 17:52:02 glen - never touch error_reporting in a production ================================================================ Index: packages/ckfinder/paths.patch diff -u packages/ckfinder/paths.patch:1.1 packages/ckfinder/paths.patch:1.2 --- packages/ckfinder/paths.patch:1.1 Tue Feb 16 14:27:34 2010 +++ packages/ckfinder/paths.patch Wed May 26 19:55:02 2010 @@ -1,5 +1,5 @@ ---- php/constants.php~ 2010-02-16 13:30:42.000000000 +0200 -+++ php/constants.php 2010-02-16 13:36:02.329273954 +0200 +--- ckfinder-1.4.2/core/connector/php/constants.php~ 2010-02-16 13:30:42.000000000 +0200 ++++ ckfinder-1.4.2/core/connector/php/constants.php 2010-02-16 13:36:02.329273954 +0200 @@ -48,7 +48,7 @@ define('CKFINDER_CONNECTOR_DEFAULT_USER_FILES_PATH',"/userfiles/"); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ckfinder/ckfinder.spec?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ckfinder/paths.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
