- rh#228453, Independent Vowel is treated as Dependent vowel, thanks to
LingNing Zhang - add Provides: qt3 = %%version-%%release
This commit is contained in:
parent
1d370e8188
commit
ba0f5c5d1f
@ -1,5 +1,5 @@
|
||||
--- qscriptengine_x11.cpp.bak 2007-10-31 15:17:06.000000000 +0800
|
||||
+++ qscriptengine_x11.cpp 2007-10-31 16:42:24.000000000 +0800
|
||||
--- qt-x11-free-3.3.8/src/kernel/qscriptengine_x11.cpp.bak 2007-10-31 15:17:06.000000000 +0800
|
||||
+++ qt-x11-free-3.3.8/src/kernel/qscriptengine_x11.cpp 2007-10-31 16:42:24.000000000 +0800
|
||||
@@ -226,7 +226,7 @@
|
||||
Invalid, VowelMark, VowelMark, VowelMark,
|
||||
Invalid, IndependentVowel, IndependentVowel, IndependentVowel,
|
||||
|
12
qt.spec
12
qt.spec
@ -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 @@ 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
|
||||
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: fileutils
|
||||
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: pkgconfig
|
||||
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 @@ for the Qt toolkit.
|
||||
%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 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2007 Than Ngo <than@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@redhat.com> - 3.3.8-10
|
||||
- rh#239216, fix a typo in qt-config description
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user