From f50923af79385de928574a68a4a2f57ced58162c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Sep 2006 14:50:47 +0000 Subject: [PATCH] fix some Hangul input problems --- gtk2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk2.spec b/gtk2.spec index 388f5a9..aff1cd9 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -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 - 2.10.2-6.fc6 +- Fix a problem with entering Hangul in entries + * Thu Aug 31 2006 Matthias Clasen - 2.10.2-5.fc6 - Fix problems with listing printers - Stop cursor blinking after a while, to save energy