Update to 1.4.2-10

This commit is contained in:
Daiki Ueno 2014-09-16 18:38:43 +09:00
parent 011b87c6e1
commit 4ecc109793
2 changed files with 23 additions and 1 deletions

View File

@ -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 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="tab_hborder">4</property>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>

View File

@ -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 <dueno@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.4.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild