Update to 1.4.2-10
This commit is contained in:
parent
011b87c6e1
commit
4ecc109793
12
ibus-hangul-setup-ui.patch
Normal file
12
ibus-hangul-setup-ui.patch
Normal 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>
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user