rpms/qt/devel qt-3.3.8-fontrendering-gu_IN-228453.patch, NONE, 1.1 qt.spec, 1.144, 1.145

Than Ngo (than) fedora-extras-commits at redhat.com
Mon Nov 26 14:36:51 UTC 2007


Author: than

Update of /cvs/extras/rpms/qt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5785

Modified Files:
	qt.spec 
Added Files:
	qt-3.3.8-fontrendering-gu_IN-228453.patch 
Log Message:
- rh#228453, Independent Vowel is treated as Dependent vowel, thanks to LingNing Zhang
- add Provides: qt3 = %%version-%%release



qt-3.3.8-fontrendering-gu_IN-228453.patch:

--- NEW FILE qt-3.3.8-fontrendering-gu_IN-228453.patch ---
--- qscriptengine_x11.cpp.bak	2007-10-31 15:17:06.000000000 +0800
+++ qscriptengine_x11.cpp	2007-10-31 16:42:24.000000000 +0800
@@ -226,7 +226,7 @@
     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/extras/rpms/qt/devel/qt.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- qt.spec	8 Nov 2007 16:09:28 -0000	1.144
+++ qt.spec	26 Nov 2007 14:36:18 -0000	1.145
@@ -1,7 +1,7 @@
 Summary: The shared library for the Qt GUI toolkit.
 Name: qt
 Version: 3.3.8
-Release: 10%{?dist}
+Release: 11%{?dist}
 Epoch: 1
 License: GPL/QPL
 Group: System Environment/Libraries
@@ -40,6 +40,7 @@
 Patch35: qt-3.3.6-fontrendering-ml_IN-217657.patch
 Patch36: qt-3.3.6-fontrendering-gu-228451.patch
 Patch37: qt-3.3.6-fontrendering-gu-228452.patch
+Patch38: qt-3.3.8-fontrendering-gu_IN-228453.patch
 
 # immodule patches
 Patch50: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
@@ -102,6 +103,8 @@
 Requires: fontconfig >= 2.0
 Requires: /etc/ld.so.conf.d
 
+Provides: qt3 = %version-%release
+
 BuildRequires: desktop-file-utils
 BuildRequires: libmng-devel
 BuildRequires: glibc-devel
@@ -167,6 +170,8 @@
 Requires: mesa-libGL-devel
 Requires: mesa-libGLU-devel
 
+Provides: qt3-devel = %version-%release
+
 %package devel-docs
 Summary: Documentation for the Qt GUI toolkit.
 Group: Development/Libraries
@@ -286,6 +291,7 @@
 %patch35 -p1 -b .fontrendering-ml_IN-217657
 %patch36 -p1 -b .fontrendering-gu-228451
 %patch37 -p1 -b .fontrendering-gu-228452
+%patch38 -p1 -b .fonndering-gu_IN-228453
 
 %if %{immodule}
 %patch50 -p1 -b .pre
@@ -589,6 +595,10 @@
 
 
 %changelog
+* Mon Nov 26 2007 Than Ngo <than at redhat.com> 3.3.8-11
+- rh#228453, Independent Vowel is treated as Dependent vowel, thanks to LingNing Zhang
+- add Provides: qt3 = %%version-%%release
+
 * Wed Nov  7 2007 Stepan Kasal <skasal at redhat.com> - 3.3.8-10
 - rh#239216, fix a typo in qt-config description
 




More information about the fedora-extras-commits mailing list