fix #133071, Crash when characterSet was accessed on newly-created document

This commit is contained in:
Than Ngo 2006-10-01 21:07:21 +00:00
parent ac75e99105
commit 7daa007ed9

View File

@ -69,6 +69,7 @@ Patch117: kdelibs-3.5.4-kde#123915.patch
Patch118: kdelibs-3.5.4-kde#100188.patch Patch118: kdelibs-3.5.4-kde#100188.patch
Patch119: kdelibs-3.5.4-kde#119167.patch Patch119: kdelibs-3.5.4-kde#119167.patch
Patch120: kdelibs-3.5.4-kde#106748.patch Patch120: kdelibs-3.5.4-kde#106748.patch
Patch121: kdelibs-3.5.4-kde#133071.patch
%if %{arts} %if %{arts}
Requires: arts >= %{arts_epoch}:%{arts_version} Requires: arts >= %{arts_epoch}:%{arts_version}
@ -221,6 +222,7 @@ format for easy browsing
%patch118 -p0 -b .kde#100188 %patch118 -p0 -b .kde#100188
%patch119 -p0 -b .kde#119167 %patch119 -p0 -b .kde#119167
%patch120 -p0 -b .kde#106748 %patch120 -p0 -b .kde#106748
%patch121 -p0 -b .kde#133071
perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
@ -446,10 +448,11 @@ fi
%changelog %changelog
* Sun Oct 01 2006 Than Ngo <than@redhat.com> 6:3.5.4-10 * Sun Oct 01 2006 Than Ngo <than@redhat.com> 6:3.5.4-10
- fix utf8 issue kdeprint - fix utf8 issue in kdeprint
- fix #178320,#198828, follow menu-spec - fix #178320,#198828, follow menu-spec
- upstream patches, - upstream patches,
fix #106748, Evaluate scripts in <iframe src=javascript:..> in the right context fix #106748, Evaluate scripts in <iframe src=javascript:..> in the right context
fix #133071, Crash when characterSet was accessed on newly-created document
* Sat Sep 30 2006 Than Ngo <than@redhat.com> 6:3.5.4-9 * Sat Sep 30 2006 Than Ngo <than@redhat.com> 6:3.5.4-9
- fix #178320,#198828, follow menu-spec - fix #178320,#198828, follow menu-spec