diff --git a/ibus-hangul-setup-ui.patch b/ibus-hangul-setup-ui.patch new file mode 100644 index 0000000..e6510e5 --- /dev/null +++ b/ibus-hangul-setup-ui.patch @@ -0,0 +1,12 @@ +Index: ibus-hangul-1.4.2/setup/setup.ui +=================================================================== +--- ibus-hangul-1.4.2.orig/setup/setup.ui ++++ ibus-hangul-1.4.2/setup/setup.ui +@@ -18,7 +18,6 @@ + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK +- 4 + + + True diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 476236a..2997860 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -3,7 +3,7 @@ Name: ibus-hangul Version: 1.4.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: The Hangul engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -14,6 +14,9 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz # not upstreamed patches Patch1: ibus-hangul-dconf-prefix.patch Patch2: ibus-hangul-setup-abspath.patch +# for bug 1115411, this was already fixed in upstream as part of: +# https://github.com/choehwanjin/ibus-hangul/commit/8cffcc0b0141d5dc43d96f26a5e7244dfbe1a556 +Patch3: ibus-hangul-setup-ui.patch BuildRequires: gettext-devel, automake, libtool BuildRequires: intltool @@ -36,6 +39,7 @@ libhangul. %setup -q %patch1 -p1 -b .dconf-prefix %patch2 -p1 -b .setup-abspath +%patch3 -p1 -b .setup-ui autopoint -f AUTOPOINT='intltoolize --automake --copy' autoreconf -fi @@ -78,6 +82,12 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Sep 16 2014 Daiki Ueno - 1.4.2-10 +- Add ibus-hangul-setup-ui.patch +- Fix bug 1115411 - [abrt] ibus-hangul: main.py:43:__init__:Error: + gtk-builder-error-quark: Invalid property: GtkNotebook.tab_hborder + on line 21 (11) + * Sat Aug 16 2014 Fedora Release Engineering - 1.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild