Author: glen Date: Fri Apr 16 18:59:49 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 3.2.1
---- Files affected: packages/ckeditor: ckeditor.spec (1.5 -> 1.6) , find-lang.sh (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/ckeditor/ckeditor.spec diff -u packages/ckeditor/ckeditor.spec:1.5 packages/ckeditor/ckeditor.spec:1.6 --- packages/ckeditor/ckeditor.spec:1.5 Wed Apr 7 14:37:22 2010 +++ packages/ckeditor/ckeditor.spec Fri Apr 16 20:59:44 2010 @@ -5,12 +5,12 @@ Summary: The text editor for Internet Summary(pl.UTF-8): Edytor tekstowy dla Internetu Name: ckeditor -Version: 3.1 -Release: 2 +Version: 3.2.1 +Release: 1 License: LGPL v2.1+ / GPL v2+ / MPL Group: Applications/WWW Source0: http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}.tar.gz -# Source0-md5: 9c4a9e54f756e24c6aac24888c4599d0 +# Source0-md5: 793ad3d32b15f88b71db72573710a926 URL: http://www.ckeditor.com/ Source1: find-lang.sh Source2: apache.conf @@ -61,8 +61,8 @@ rm ckeditor_php4.php mv ckeditor_php5.php ckeditor.php -rm -rf _source -rm -f *_source.js +# collect source for reference +mv *_source.js _source rm lang/_translationstatus.txt @@ -144,6 +144,7 @@ %{_appdir}/skins/v2 %dir %{_appdir}/plugins +%{_appdir}/plugins/a11yhelp %{_appdir}/plugins/about %{_appdir}/plugins/clipboard %{_appdir}/plugins/colordialog @@ -162,7 +163,7 @@ %{_appdir}/plugins/showblocks %{_appdir}/plugins/smiley %{_appdir}/plugins/specialchar -%{_appdir}/plugins/stylescombo +%{_appdir}/plugins/styles %{_appdir}/plugins/table %{_appdir}/plugins/tabletools %{_appdir}/plugins/templates @@ -181,6 +182,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2010/04/16 18:59:44 glen +- up to 3.2.1 + Revision 1.5 2010/04/07 12:37:22 glen - always include lang/en.js; rel 2 ================================================================ Index: packages/ckeditor/find-lang.sh diff -u packages/ckeditor/find-lang.sh:1.1 packages/ckeditor/find-lang.sh:1.2 --- packages/ckeditor/find-lang.sh:1.1 Thu Feb 11 10:16:20 2010 +++ packages/ckeditor/find-lang.sh Fri Apr 16 20:59:44 2010 @@ -21,6 +21,9 @@ en-ca) lang=en_CA ;; + en-gb) + lang=en_GB + ;; en-uk) lang=en_UK ;; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ckeditor/ckeditor.spec?r1=1.5&r2=1.6&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ckeditor/find-lang.sh?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
