[editarea/el6] Include IE9 fix, take 2

Colin Coe coec at fedoraproject.org
Tue Apr 10 13:11:23 UTC 2012


commit 91c46a44d4b4f4ee6f5aa43451d2f76f8db25633
Author: Colin Coe <colin.coe at gmail.com>
Date:   Tue Apr 10 21:11:17 2012 +0800

    Include IE9 fix, take 2

 editarea.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/editarea.spec b/editarea.spec
index ecf8296..00ea983 100644
--- a/editarea.spec
+++ b/editarea.spec
@@ -2,7 +2,7 @@
 
 Name:           editarea 
 Version:        %(echo %{_version} | sed 's/_/./g')
-Release:        2%{?dist}
+Release:        5%{?dist}
 Summary:        A replacement for the HTML textarea tag
 
 Group:          Applications/Internet
@@ -13,6 +13,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}_%{_version}.zip
 Source1:        %{name}.conf
 Patch0:         editarea-fix_path.patch
 Patch1:         editarea_0_8_2-bash.patch
+Patch2:         editarea-0.8.2-support-ie9.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       httpd
 BuildArch:      noarch
@@ -28,6 +29,7 @@ and more.  EditArea is not a WYSIWYG editor.
 sed -i 's/\r//' ./todo.txt ./license_bsd.txt ./change_log.txt ./license_apache.txt ./docs/doc_style.css 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Nothing to build
@@ -58,6 +60,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs examples
 
 %changelog
+* Tue Apr 10 2012 Colin Coe <colin.coe at gmail.com> - 0.8.2-5
+- Include IE9 fix as supplied by Stephen Herr
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Thu Jan 21 2010 Colin Coe <colin.coe at gmail.com> - 0.8.2-2
 - Include bash syntax file
 


More information about the scm-commits mailing list