[ibus-m17n] Update to 1.3.4-16

Daiki Ueno ueno at fedoraproject.org
Tue Sep 16 06:14:06 UTC 2014


commit 168cae4c9744880a1d82def89c21fb6eeb863686
Author: Daiki Ueno <dueno at redhat.com>
Date:   Tue Sep 16 15:13:51 2014 +0900

    Update to 1.3.4-16

 ibus-m17n-fix-preferences-ui.patch |   24 ++++++++++++++++++++++++
 ibus-m17n.spec                     |    8 +++++++-
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/ibus-m17n-fix-preferences-ui.patch b/ibus-m17n-fix-preferences-ui.patch
new file mode 100644
index 0000000..c883aee
--- /dev/null
+++ b/ibus-m17n-fix-preferences-ui.patch
@@ -0,0 +1,24 @@
+From 1a497768dfb15c18865154183296087ec07d6a95 Mon Sep 17 00:00:00 2001
+From: Daiki Ueno <ueno at unixuser.org>
+Date: Tue, 16 Sep 2014 11:28:04 +0900
+Subject: [PATCH] setup: Don't use removed "tab_vborder" property
+
+---
+ src/ibus-m17n-preferences.ui | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/ibus-m17n-preferences.ui b/src/ibus-m17n-preferences.ui
+index e85fb15..19d3b47 100644
+--- a/src/ibus-m17n-preferences.ui
++++ b/src/ibus-m17n-preferences.ui
+@@ -98,7 +98,6 @@
+           <object class="GtkNotebook" id="pages">
+             <property name="visible">True</property>
+             <property name="can_focus">True</property>
+-            <property name="tab_vborder">3</property>
+             <child>
+               <object class="GtkAlignment" id="pageGeneral">
+                 <property name="visible">True</property>
+-- 
+1.9.3
+
diff --git a/ibus-m17n.spec b/ibus-m17n.spec
index 2e46f56..7eb1c93 100644
--- a/ibus-m17n.spec
+++ b/ibus-m17n.spec
@@ -1,7 +1,7 @@
 %global require_ibus_version 1.4.0
 Name:       ibus-m17n
 Version:    1.3.4
-Release:    15%{?dist}
+Release:    16%{?dist}
 Summary:    The M17N engine for IBus platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -12,6 +12,7 @@ Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 Patch0:     ibus-m17n-HEAD.patch
 Patch1:     ibus-m17n-fix-data-location.patch
 Patch2:     ibus-m17n-fix-preedit-color.patch
+Patch3:     ibus-m17n-fix-preferences-ui.patch
 
 # Fedora specific patches:
 # Enable lv3:ralt_switch option for some Indic engines in default.xml.
@@ -45,6 +46,7 @@ the input table maps from m17n-db.
 %patch0 -p1 -b .HEAD
 %patch1 -p1 -b .fix-data-location
 %patch2 -p1 -b .fix-preedit-color
+%patch3 -p1 -b .fix-preferences-ui
 %patch100 -p1 -b .xkb-options
 %patch101 -p1 -b .hide-title-status
 %patch102 -p1 -b .gettext-0.19
@@ -72,6 +74,10 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-m17n.
 %{_datadir}/applications/ibus-setup-m17n.desktop
 
 %changelog
+* Tue Sep 16 2014 Daiki Ueno <dueno at redhat.com> - 1.3.4-16
+- Add ibus-m17n-fix-preferences-ui.patch
+- Fix bug 1117720 - ibus-m17n input method's setup option does not work
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list