rpms/qt/devel qt-3.3.6-fontrendering-gu-228451.patch, NONE, 1.1 qt.spec, 1.134, 1.135

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 23 15:24:33 UTC 2007


Author: than

Update of /cvs/dist/rpms/qt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24210

Modified Files:
	qt.spec 
Added Files:
	qt-3.3.6-fontrendering-gu-228451.patch 
Log Message:
apply patch to fix fontrendering problem in gu_IN #228451


qt-3.3.6-fontrendering-gu-228451.patch:
 qscriptengine_x11.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE qt-3.3.6-fontrendering-gu-228451.patch ---
diff -pruN qt-x11-free-3.3.6.org/src/kernel/qscriptengine_x11.cpp qt-x11-free-3.3.6/src/kernel/qscriptengine_x11.cpp
--- qt-x11-free-3.3.6.org/src/kernel/qscriptengine_x11.cpp	2007-02-13 14:35:30.000000000 +0530
+++ qt-x11-free-3.3.6/src/kernel/qscriptengine_x11.cpp	2007-02-13 14:37:58.000000000 +0530
@@ -226,7 +226,7 @@ static const unsigned char indicForms[0x
     Invalid, VowelMark, VowelMark, VowelMark,
     Invalid, IndependentVowel, IndependentVowel, IndependentVowel,
     IndependentVowel, IndependentVowel, IndependentVowel, IndependentVowel,
-    Invalid, IndependentVowel, Invalid, IndependentVowel,
+    IndependentVowel, IndependentVowel, Invalid, IndependentVowel,
 
     IndependentVowel, IndependentVowel, Invalid, IndependentVowel,
     IndependentVowel, Consonant, Consonant, Consonant,


Index: qt.spec
===================================================================
RCS file: /cvs/dist/rpms/qt/devel/qt.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- qt.spec	11 Apr 2007 13:28:18 -0000	1.134
+++ qt.spec	23 Apr 2007 15:24:31 -0000	1.135
@@ -1,7 +1,7 @@
 Summary: The shared library for the Qt GUI toolkit.
 Name: qt
 Version: 3.3.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPL/QPL
 Group: System Environment/Libraries
@@ -38,6 +38,7 @@
 Patch33: qt-3.3.8-fontrendering-#214570.patch
 Patch34: qt-3.3.6-fontrendering-ml_IN-209974.patch
 Patch35: qt-3.3.6-fontrendering-ml_IN-217657.patch
+Patch36: qt-3.3.6-fontrendering-gu-228451.patch
 
 # immodule patches
 Patch50: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
@@ -273,6 +274,7 @@
 %patch33 -p1 -b .fontrendering-#214570
 %patch34 -p1 -b .fontrendering-#209974
 %patch35 -p1 -b .fontrendering-ml_IN-217657
+%patch36 -p1 -b .fontrendering-gu-228451
 
 %if %{immodule}
 %patch50 -p1 -b .pre
@@ -564,6 +566,9 @@
 
 
 %changelog
+* Mon Apr 23 2007 Than Ngo <than at redhat.com> - 1:3.3.8-5.fc7
+- apply patch to fix fontrendering problem in gu_IN #228451
+
 * Wed Apr 11 2007 Than Ngo <than at redhat.com> - 1:3.3.8-4.fc7
 - adjust qt-3.3.8-fontrendering-as_IN-209972.patch and
   qt-3.3.8-fontrendering-#214570.patch for qt-3.3.8




More information about the fedora-cvs-commits mailing list