fix some Hangul input problems

This commit is contained in:
Matthias Clasen 2006-09-01 14:50:47 +00:00
parent ba7995ea2f
commit f50923af79

View File

@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk2
Version: %{base_version}
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPL
Group: System Environment/Libraries
Source: gtk+-%{version}.tar.bz2
@ -37,6 +37,7 @@ Patch6: gtk+-2.10.2-printer-list.patch
# backport from HEAD
Patch7: gtk+-2.10.2-cursor-blink.patch
Patch8: gtk+-2.10.2-im-reset.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -122,6 +123,7 @@ tar xzf %{SOURCE1}
%patch5 -p1 -b .poll
%patch6 -p1 -b .printer-list
%patch7 -p0 -b .cursor-blink
%patch8 -p0 -b .im-reset
for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -293,6 +295,9 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples
%changelog
* Fri Sep 1 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-6.fc6
- Fix a problem with entering Hangul in entries
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-5.fc6
- Fix problems with listing printers
- Stop cursor blinking after a while, to save energy