From 12fcf48b2d50bab9d2a5e428b2b7a43be9ad511c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jan 23 2014 14:57:22 +0000 Subject: update to 4.3.2 --- diff --git a/.gitignore b/.gitignore index be011a1..ddb1ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /ckeditor_4.0.2_standard.tar.gz /ckeditor_4.1_standard.tar.gz /ckeditor_4.2_standard.tar.gz +/ckeditor_4.3.2_standard.tar.gz diff --git a/ckeditor.spec b/ckeditor.spec index 937a89c..bea91ed 100644 --- a/ckeditor.spec +++ b/ckeditor.spec @@ -1,5 +1,5 @@ Name: ckeditor -Version: 4.2 +Version: 4.3.2 Release: 1%{?dist} Summary: WYSIWYG text editor to be used inside web pages @@ -42,7 +42,7 @@ mv %{name}/samples . rm -r samples/plugins/htmlwriter/{assets,outputforflash.html} # fix library path in provided samples -find samples -name \*.html | +find samples -name \*.html | xargs sed -i -e 's:src="\(../\)*ckeditor.js":src="/ckeditor/ckeditor.js":' @@ -75,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 23 2014 Remi Collet - 4.3.2-1 +- Update to 4.3.2 + * Thu Aug 15 2013 Orion Poplawski 4.2-1 - Update to 4.2 diff --git a/sources b/sources index 83c0cb4..eab9185 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67c3b9558878ba9672d01009fd31c3c7 ckeditor_4.2_standard.tar.gz +b3ddfade162c05236697dec47484dfa3 ckeditor_4.3.2_standard.tar.gz