- add set of fixes for the immodule patch, thanks to Dirk Müller

This commit is contained in:
Than Ngo 2006-02-27 18:14:34 +00:00
parent cde3f2e666
commit 8661d26aad

13
qt.spec
View File

@ -85,7 +85,7 @@
Summary: The shared library for the Qt GUI toolkit. Summary: The shared library for the Qt GUI toolkit.
Name: qt Name: qt
Version: %{ver} Version: %{ver}
Release: 12.2 Release: 13
Epoch: 1 Epoch: 1
License: GPL/QPL License: GPL/QPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -111,8 +111,10 @@ Patch24: qt-x11-free-3.3.5-uic.patch
# immodule patches # immodule patches
Patch50: qt-x11-immodule-unified-qt3.3.5-20051018.diff.bz2 Patch50: qt-x11-immodule-unified-qt3.3.5-20051018.diff.bz2
Patch51: fix-im-crash-on-exit.diff
Patch52: fix-key-release-event-with-imm.diff
Patch53: qt-x11-immodule-fix-inputcontext-crash.diff
Patch54: qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch Patch54: qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch
Patch57: qt-x11-free-3.3.4-imm-key.patch
# qt-copy patches # qt-copy patches
Patch100: 0038-dragobject-dont-prefer-unknown.patch Patch100: 0038-dragobject-dont-prefer-unknown.patch
@ -350,8 +352,10 @@ for the Qt toolkit.
%if %{immodule} %if %{immodule}
%patch50 -p1 %patch50 -p1
%patch51 -p0 -b .im-crash-on-exit
%patch52 -p0 -b .key-release-event
%patch53 -p0 -b .inputcontext-crash
%patch54 -p1 -b .quiet %patch54 -p1 -b .quiet
%patch57 -p1 -b .key
%endif %endif
%patch100 -p0 -b .0038-dragobject-dont-prefer-unknown %patch100 -p0 -b .0038-dragobject-dont-prefer-unknown
@ -740,6 +744,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Feb 27 2006 Than Ngo <than@redhat.com> 1:3.3.5-13
- add set of fixes for the immodule patch, thanks to Dirk Müller
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.3.5-12.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.3.5-12.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)