Hello community,

here is the log from the commit of package ibus-table-others for 
openSUSE:Leap:15.2 checked in at 2020-02-16 18:30:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ibus-table-others (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ibus-table-others.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-table-others"

Sun Feb 16 18:30:28 2020 rev:12 rq:774688 version:1.3.9

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ibus-table-others/ibus-table-others.changes    
2020-01-15 15:11:52.186122029 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ibus-table-others.new.26092/ibus-table-others.changes
 2020-02-16 18:31:08.438806588 +0100
@@ -1,0 +2,15 @@
+Mon Jun 17 07:07:10 UTC 2019 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 1.3.9
+  * Add ZERO WIDTH JOINERS to hu-old-hungarian-rovas.txt to make ligatures work
+    with supporting fonts
+  * Add table for Rovás (Old Hungarian)
+  * Fix wrong key for keyboard in rusle.txt
+  * some fixes in mathwriter-ibus
+  * Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
+  * Make rusle agree with
+    http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg
+  * Fix a typo in compose.txt
+  * Use better localized names for the rusle table
+- Change to noarch
+-------------------------------------------------------------------

Old:
----
  ibus-table-others-1.3.4.tar.gz

New:
----
  ibus-table-others-1.3.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibus-table-others.spec ++++++
--- /var/tmp/diff_new_pack.ZIxXEi/_old  2020-02-16 18:31:08.986806874 +0100
+++ /var/tmp/diff_new_pack.ZIxXEi/_new  2020-02-16 18:31:08.994806879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-others
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           ibus-table-others
-Version:        1.3.4
+Version:        1.3.9
 Release:        0
 Summary:        Other non-Chinese tables for ibus
-License:        GPL-3.0
+License:        GPL-3.0-or-later
 Group:          System/Localization
 Url:            https://github.com/moebiuscurve/ibus-table-others
+Source:         
https://github.com/moebiuscurve/ibus-table-others/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  gnome-common
-BuildRequires:  ibus-table >= 1.8.0
-BuildRequires:  ibus-table-devel >= 1.8.0
+BuildRequires:  ibus-table >= 1.9.1
 BuildRequires:  pkg-config
-BuildRequires:  python
-Source:         
https://github.com/moebiuscurve/ibus-table-others/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  python3
+BuildRequires:  pkgconfig(ibus-table) >= 1.9.1
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -167,6 +168,14 @@
 %description -n ibus-table-rusle
 ibus-table-rusle provides the Rusle table for ibus-table.
 
+%package -n ibus-table-hu-old-hungarian-rovas
+Summary:        Hu old hungarian rovas table for ibus-table  
+Group:          System/Localization
+Requires:       ibus-table
+
+%description -n ibus-table-hu-old-hungarian-rovas
+ibus-table-rusle provides the Hu old hungarian rovas table for ibus-table.
+
 %prep
 %setup
 
@@ -191,14 +200,12 @@
 %{_bindir}/ibus-table-createdb -i -n viqr.db
 %{_bindir}/ibus-table-createdb -i -n yawerty.db
 %{_bindir}/ibus-table-createdb -i -n mathwriter-ibus.db
-
-%post
-
-%postun
+%{_bindir}/ibus-table-createdb -i -n hu-old-hungarian-rovas.db
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog README COPYING AUTHORS
+%doc ChangeLog README AUTHORS
+%license COPYING
 
 %files -n ibus-table-latex
 %defattr(-,root,root)
@@ -265,4 +272,9 @@
 %{_datadir}/ibus-table/icons/rusle.png
 %{_datadir}/ibus-table/tables/rusle.db
 
+%files  -n ibus-table-hu-old-hungarian-rovas
+%defattr(-,root,root)
+%{_datadir}/ibus-table/icons/hu-old-hungarian-rovas.svg
+%{_datadir}/ibus-table/tables/hu-old-hungarian-rovas.db
+
 %changelog

++++++ ibus-table-others-1.3.4.tar.gz -> ibus-table-others-1.3.9.tar.gz ++++++
++++ 2346 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/ChangeLog new/ibus-table-others-1.3.9/ChangeLog
--- old/ibus-table-others-1.3.4/ChangeLog       2014-09-15 17:00:13.000000000 
+0200
+++ new/ibus-table-others-1.3.9/ChangeLog       2016-08-18 07:19:38.000000000 
+0200
@@ -1,4 +1,188 @@
-commit 999f2b3b4bd8d5fa78023f60eab088a1836e5e50
+commit f754f22c442b88135d53b38ae1e68b99b90d3d9e
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Thu Aug 18 07:19:01 2016 +0200
+
+    Release 1.3.9
+
+commit 49a4ca82adf2d4af9d6b788383a0069734113f92
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Thu Aug 18 07:17:14 2016 +0200
+
+    Add ZERO WIDTH JOINERS to hu-old-hungarian-rovas.txt to make ligatures 
work with supporting fonts
+
+commit 1882dd14df83b8e1e9480e6c098dc8e22a44ba3f
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Aug 16 20:58:57 2016 +0200
+
+    Release 1.3.8
+
+commit ff996aec5496950fcf495ab13742c3bb8ccbcbca
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Aug 16 19:58:01 2016 +0200
+
+    Add table for Rovás (Old Hungarian)
+
+commit 71d471117bb988bab5efce97950fc1a5b1226f68
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Aug 16 22:01:40 2016 +0200
+
+    Fix wrong key for keyboard in rusle.txt
+    
+    LAYOUT = us
+    
+    works,
+    
+    KEYBOARD_LAYOUT = us
+    
+    does *not* work!
+
+commit 030be5846a403af349f58bd407fbed4400794e3c
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Aug 16 19:06:37 2016 +0200
+
+    Make default orientation of the lookup table for ipa-x-sampa horizontal
+
+commit 9827642e230a6314050338d34514dfc081e47277
+Author: moebiuscurve <nav...@gmail.com>
+Date:   Tue Apr 26 05:25:12 2016 +0530
+
+    removing useless files
+
+commit a0c5870d1afd4401e8dde1f9f98446e988379bdf
+Author: moebiuscurve <nav...@gmail.com>
+Date:   Thu Apr 14 00:52:19 2016 +0530
+
+    added few math symbols
+
+commit e2ef81d67de1c5395cb98d30e871082a7ecd2990
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 16:56:30 2015 +0530
+
+    some more changes in mathwriter
+
+commit 915de3e9e0748600cce642c66abd17736ce1276d
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 03:04:24 2015 +0530
+
+    removing stray mathwriter-ibus.txt~ file
+
+commit daf5542231ab3eed0d6968d06eaaf0ed957c6480
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 02:59:22 2015 +0530
+
+    added more mathematical inputs
+
+commit f9755cd2c3a3a35bb3a9554b584171f9cb08f32f
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 02:18:16 2015 +0530
+
+    some changes use underscore to use subscript
+
+commit d038484d143e23dc39668cdf87171a50553f8fd1
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 02:13:24 2015 +0530
+
+    shit! removing equal character
+
+commit 3b4b4c15d84191cdf833e8b0941303df056e8bf3
+Author: Naveen Kumar <nav...@gmail.com>
+Date:   Sun Mar 1 02:08:37 2015 +0530
+
+    changes to use underscore for subscript chars plus added equal sign for 
usage
+
+commit 829c82ffc8379729bad0ff68564144dab3a8829f
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Jan 13 12:04:59 2015 +0100
+
+    Release 1.3.7
+
+commit 37e7c6379c406abb75e6deb4192d2a47334c5114
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Jan 13 12:02:59 2015 +0100
+
+    Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
+    
+    1,2,3,4,5,6,7,8,9,0 are valid input keys for the latex table,
+    therefore it makes no sense to use them as select keys.
+
+commit 7ae4d5a0e574714d99e2f470b000a53848c1f143
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Jan 13 11:51:23 2015 +0100
+
+    Make rusle agree with 
http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg
+    
+    Stas Sergeev <s...@users.sourceforge.net> says this screenshot shows
+    the correct Russian legacy layout.
+    
+    This puts “;” on the 8 key just like the “ru(legacy)” xkb
+    keyboard layout does. But there are some differences to the
+    “ru(legacy)” xkb layout:
+    
+    - “(” and “)” are on the  “~” and “`” keys
+    - “/” is on the shifted “3” key
+    - the shifted “4” key gives “¤” instead of “*”
+    - the shifted “9“ key gives “?”
+    - the shifted “0” key gives “%”
+    - “ё” and “Ё” are on the “/” and “?” keys
+
+commit c2fc2339b14c3cdbb653312988a137856f08ec4c
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Sat Nov 22 08:13:46 2014 +0100
+
+    Release 1.3.6
+
+commit fb64b5b35373dc3f00d6386f50fc07f06182a3f3
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Sat Nov 22 08:08:47 2014 +0100
+
+    Fix typo in compose.txt
+    
+    Reported by James Wood.
+    
+    The line
+    
+        NG     ŊF      1
+    
+    looks indeed like a typo.
+    
+    From /usr/share/X11/locale/en_US.UTF-8/Compose:
+    
+    <Multi_key> <N> <G>                : "Ŋ"   U014A # LATIN CAPITAL LETTER ENG
+    <Multi_key> <n> <g>                : "ŋ"   U014B # LATIN SMALL LETTER ENG
+
+commit 5d44f0cbd2365a30078d72495cfece494b19194f
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Sep 30 13:14:42 2014 +0200
+
+    Release 1.3.5
+
+commit 04f72fe38d399011801fe894971826a200ab64b4
+Author: Mike FABIAN <mfab...@redhat.com>
+Date:   Tue Sep 30 12:58:05 2014 +0200
+
+    Use better localized names for the rusle table
+    
+    Because of LANGUAGES = ru (or LANGUAGES = ru_RU), the (possibly
+    translated) language name is added as a prefix to the (possibly
+    localized) long name of the input method anyway when displayed by in
+    the Gnome control centre or in the input method selection menu of
+    gnome. When listing with “ibus list-engine” it is in the section for
+    the language.
+    
+    Therefore, adding the language again as a prefix to the input method
+    name or the localized input method names is superfluous.
+    
+    Using the language only in localized tables names, i.e.
+    
+        NAME.ru = устаревшая
+    
+    instead of
+    
+        NAME.ru_RU = устаревшая
+    
+    requires ibus-table >= 1.9.1.
+
+commit c7bd213c9ef52ee854ee3eaf9711741d0c666eed
 Author: Mike FABIAN <mfab...@redhat.com>
 Date:   Mon Sep 15 17:00:02 2014 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/configure.ac 
new/ibus-table-others-1.3.9/configure.ac
--- old/ibus-table-others-1.3.4/configure.ac    2014-09-15 16:59:36.000000000 
+0200
+++ new/ibus-table-others-1.3.9/configure.ac    2016-08-18 07:18:34.000000000 
+0200
@@ -23,7 +23,7 @@
 m4_define([ibus_released], [1])
 m4_define([ibus_major_version], [1])
 m4_define([ibus_minor_version], [3])
-m4_define([ibus_micro_version], [4])
+m4_define([ibus_micro_version], [9])
 # commented out as datestamp doesn't suit dist date.
 m4_define(ibus_maybe_datestamp,
     m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d 
'\n\r'; fi]))
@@ -141,6 +141,13 @@
 
 AM_CONDITIONAL([IBUS_TABLE_BUILD_MATHWRITER],[test x"$enable_mathwriter" != 
x"no"])
 
+AC_ARG_ENABLE([rovas],
+    [AC_HELP_STRING([--enable-rovas],
+        [Generate Rovas (Old Hungarian) Engine])], ,
+    [enable_rovas=yes])
+
+AM_CONDITIONAL([IBUS_TABLE_BUILD_ROVAS],[test x"$enable_rovas" != x"no"])
+
 # OUTPUT files
 AC_CONFIG_FILES(Makefile
 icons/Makefile
@@ -169,5 +176,6 @@
   Build CNS11643            $enable_cns11643
   Build Emoji               $enable_emoji
   Build Mathwriter          $enable_mathwriter
+  Build Rovas               $enable_rovas
 ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/icons/Makefile.am 
new/ibus-table-others-1.3.9/icons/Makefile.am
--- old/ibus-table-others-1.3.4/icons/Makefile.am       2014-07-28 
20:52:17.000000000 +0200
+++ new/ibus-table-others-1.3.9/icons/Makefile.am       2016-08-17 
13:11:49.000000000 +0200
@@ -72,6 +72,10 @@
 icons_DATA += mathwriter.png
 endif
 
+if IBUS_TABLE_BUILD_ROVAS
+icons_DATA += hu-old-hungarian-rovas.svg
+endif
+
 icons_DATA += $(NULL)
 
 iconsdir = $(datadir)/ibus-table/icons
@@ -90,4 +94,5 @@
        cns11643.png \
        ibus-emoji.svg \
        mathwriter.png \
+       hu-old-hungarian-rovas.svg \
        $(NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/icons/hu-old-hungarian-rovas.svg 
new/ibus-table-others-1.3.9/icons/hu-old-hungarian-rovas.svg
--- old/ibus-table-others-1.3.4/icons/hu-old-hungarian-rovas.svg        
1970-01-01 01:00:00.000000000 +0100
+++ new/ibus-table-others-1.3.9/icons/hu-old-hungarian-rovas.svg        
2016-08-17 13:11:49.000000000 +0200
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.2 r9819"
+   version="1.0"
+   sodipodi:docname="ipa-x-sampa.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 150 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="300 : 150 : 1"
+       inkscape:persp3d-origin="150 : 100 : 1"
+       id="perspective11" />
+    <filter
+       inkscape:collect="always"
+       id="filter3862">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.30269531"
+         id="feGaussianBlur3864" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="25.388266"
+     inkscape:cy="27.200164"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="300px"
+     height="300px"
+     inkscape:window-width="1218"
+     inkscape:window-height="1046"
+     inkscape:window-x="405"
+     inkscape:window-y="0"
+     showgrid="false"
+     inkscape:snap-nodes="false"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <text
+       xml:space="preserve"
+       
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans"
+       x="5.1138973"
+       y="39.2243"
+       id="text3010"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan3012"
+         x="5.1138973"
+         y="39.2243" /></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;filter:url(#filter3862);font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans"
+       x="6.6922607"
+       y="40.171318"
+       id="text3034"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan3036"
+         x="6.6922607"
+         y="40.171318">𐲢</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ff0000;fill-opacity:1;stroke:none;font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans"
+       x="5.7452426"
+       y="39.350567"
+       id="text3030"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan3032"
+         x="5.7452426"
+         y="39.350567">𐲢</tspan></text>
+  </g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/Makefile.am 
new/ibus-table-others-1.3.9/tables/Makefile.am
--- old/ibus-table-others-1.3.4/tables/Makefile.am      2014-07-28 
20:52:17.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/Makefile.am      2016-08-17 
13:11:49.000000000 +0200
@@ -75,12 +75,17 @@
 tables_DATA += mathwriter-ibus.db
 endif
 
+if IBUS_TABLE_BUILD_ROVAS
+tables_DATA += hu-old-hungarian-rovas.db
+endif
+
 tables_DATA += $(NULL)
 
 tablesdir = $(datadir)/ibus-table/tables
 
 EXTRA_DIST = \
        compose.txt \
+       hu-old-hungarian-rovas.txt \
        ipa-x-sampa.txt \
        translit.txt \
        translit-ua.txt \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/compose.txt 
new/ibus-table-others-1.3.9/tables/compose.txt
--- old/ibus-table-others-1.3.4/tables/compose.txt      2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/compose.txt      2014-11-22 
08:48:02.000000000 +0100
@@ -319,7 +319,7 @@
 N,     Ņ       1
 N-     Ñ       1
 N<     Ň       1
-NG     ŊF      1
+NG     Ŋ       1
 N~     Ñ       1
 O'     Ó       1
 O-     Õ       1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/hu-old-hungarian-rovas.txt 
new/ibus-table-others-1.3.9/tables/hu-old-hungarian-rovas.txt
--- old/ibus-table-others-1.3.4/tables/hu-old-hungarian-rovas.txt       
1970-01-01 01:00:00.000000000 +0100
+++ new/ibus-table-others-1.3.9/tables/hu-old-hungarian-rovas.txt       
2016-08-18 07:16:50.000000000 +0200
@@ -0,0 +1,254 @@
+### File header must not be modified
+### This file must be encoded into UTF-8.
+###
+### This file implements Old Hungarian. See:
+###
+### https://en.wikipedia.org/wiki/Old_Hungarian_alphabet
+###
+### This should be used with a Hungarian keyboard layout
+### (other keyboard layouts might lack some of the special
+### Hungarian characters like ó, ö, ő, ...)
+###
+SCIM_Generic_Table_Phrase_Library_TEXT
+VERSION_1_0
+
+### Begin Table definition.
+BEGIN_DEFINITION
+
+### An unique id to distinguish this table among others.
+### Use uuidgen to generate this kind of id.
+UUID = 13fca261-3ad5-4b1c-87e2-d44c3b286f18
+
+### A unique number indicates the version of this file.
+### For example the last modified date of this file.
+### This number must be less than 2^32.
+SERIAL_NUMBER = 20160016
+
+ICON = hu-old-hungarian-rovas.svg
+
+### The symbol to be displayed in IM switchers
+### I would like to use some Old Hungarian character like 𐲢 here,
+### unfortunately Gnome3 has problems displaying “☑𐲢” and “☐𐲢”
+### correctly in the status bar (the checkbox becomes invisible
+### making it impossible to see whether the input is active or not).
+### Therefore, I use just a Latin “r” as a workaround.
+SYMBOL = r
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = r
+
+### The default name of this table
+NAME = Rovas
+
+### The local names of this table
+NAME.en = Old Hungarian
+NAME.de = Altungarisch
+NAME.hu = Rovás
+
+### Supported languages of this table
+LANGUAGES = hu
+
+### The author of this table
+AUTHOR = Mike FABIAN <maiku.fab...@gmail.com>
+
+### The Keyboard Layout used by this table.
+### Set to "default" to accept any kind of layout
+###
+### This table can be used with any keyboard layout supporting
+### all necessary input characters. That means it is probably best
+### used with a Hungarian layout but may work with some others.
+### As there are several Hungarian layout variants available in
+### /usr/share/X11/xkb/symbols/hu, it is probably not a good idea
+### to force a particular one here.
+LAYOUT = default
+
+### If true then the first candidate phrase
+### will be selected automatically during inputing.
+AUTO_SELECT = TRUE
+
+### If true then a multi wildcard will be appended
+### at the end of inputing string automatically.
+AUTO_WILDCARD = TRUE
+
+### Single wildcard char (leave empty if you don’t want a wildcard character).
+SINGLE_WILDCARD_CHAR =
+
+### Multi wildcard char (leave empty if you don’t want a wildcard character).
+MULTI_WILDCARD_CHAR =
+
+### If true then the result string will be committed to client automatically.
+### This should be used with AUTO_SELECT = TRUE.
+AUTO_COMMIT = TRUE
+
+### If true then the inputted string will be automatically splitted during 
inputing.
+AUTO_SPLIT = TRUE
+
+### If true then the phrases' frequencies will be adjusted dynamically.
+DYNAMIC_ADJUST = FALSE
+
+### If true then the preedit area will be filled up by the current candidate 
phrase automatically.
+AUTO_FILL = TRUE
+
+### If true then the lookup table will always be shown if there is any 
candidate phrase.
+### Otherwise the lookup table won't be shown unless the user requires it by 
moving the preedit caret left.
+ALWAYS_SHOW_LOOKUP = FALSE
+
+### Enable full width punctuation property
+USE_FULL_WIDTH_PUNCT = FALSE
+
+### Use full width punctuation by default
+DEF_FULL_WIDTH_PUNCT = FALSE
+
+### Enable full width letter property
+USE_FULL_WIDTH_LETTER = FALSE
+
+### Use full width letter by default
+DEF_FULL_WIDTH_LETTER = FALSE
+
+### The maxmium length of a key.
+MAX_KEY_LENGTH = 3
+
+### Valid input chars.
+VALID_INPUT_CHARS == 
_ABCDEFGHIJKLMNOPQRSTUVWXYZÁËÉÓÖŐÚÜŰabcdefghijklmnopqrstuvwxyzáéëóöőúüű
+
+### The key strokes to split inputted string.
+###SPLIT_KEYS = quoteright
+
+### The key strokes to commit the convert result to client.
+COMMIT_KEYS = space
+
+### The key strokes to forward the inputted string to client.
+FORWARD_KEYS = Return
+
+### The key strokes to select candidiate phrases.
+SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9
+
+### The key strokes to page up the lookup table.
+PAGE_UP_KEYS = Page_Up
+
+### The key strokes to page down the lookup table.
+PAGE_DOWN_KEYS = Page_Down
+
+### Whether user are allow to define phrase, default is true
+### You have to define the word construction rules below.
+### For input methods which do not input phrases, set this to False
+USER_CAN_DEFINE_PHRASE = FALSE
+
+### Rules for constructing user defined phrase (This is not useful
+### for this table, therefore it is set to the empty string.)
+RULES =
+
+END_DEFINITION
+
+### Begin Table data.
+BEGIN_TABLE
+a      𐳀       0
+A      𐲀       0
+á      𐳁       0
+Á      𐲁       0
+b      𐳂       0
+B      𐲂       0
+c      𐳄       0
+C      𐲄       0
+cs     𐳆       0
+Cs     𐲆       0
+CS     𐲆       0
+d      𐳇       0
+D      𐲇       0
+dz     𐳇‍𐳯     0
+Dz     𐲇‍𐲯     0
+DZ     𐲇‍𐲯     0
+dzs    𐳇‍𐳰     0
+Dzs    𐲇‍𐲰     0
+DZs    𐲇‍𐲰     0
+DZS    𐲇‍𐲰     0
+e      𐳉       0
+E      𐲉       0
+ë      𐳊       0
+Ë      𐲊       0
+é      𐳋       0
+É      𐲋       0
+f      𐳌       0
+F      𐲌       0
+g      𐳍       0
+G      𐲍       0
+gy     𐳎       0
+Gy     𐲎       0
+GY     𐲎       0
+h      𐳏       0
+H      𐲏       0
+i      𐳐       0
+I      𐲐       0
+í      𐳑       0
+Í      𐲑       0
+j      𐳒       0
+J      𐲒       0
+k      𐳓       0
+K      𐲓       0
+k_     𐳔       0       ### Alternative for k
+K_     𐲔       0       ### Alternative for K
+l      𐳖       0
+L      𐲖       0
+ly     𐳗       0
+Ly     𐲗       0
+LY     𐲗       0
+m      𐳘       0
+M      𐲘       0
+n      𐳙       0
+N      𐲙       0
+ny     𐳚       0
+Ny     𐲚       0
+NY     𐲚       0
+o      𐳛       0
+O      𐲛       0
+ó      𐳜       0
+Ó      𐲜       0
+ö      𐳞       0
+Ö      𐲞       0
+ö_     𐳝       0       ### Alternative for ö
+Ö_     𐲝       0       ### Alternative for Ö
+ő      𐳟       0
+Ő      𐲟       0
+p      𐳠       0
+P      𐲠       0
+q      𐳓‍𐳮     0
+Q      𐲓‍𐲮     0
+r      𐳢       0
+R      𐲢       0
+s      𐳤       0
+S      𐲤       0
+sz     𐳥       0
+Sz     𐲥       0
+SZ     𐲥       0
+t      𐳦       0
+T      𐲦       0
+ty     𐳨       0
+Ty     𐲨       0
+TY     𐲨       0
+u      𐳪       0
+U      𐲪       0
+ú      𐳫       0
+Ú      𐲫       0
+ü      𐳬       0
+Ü      𐲬       0
+ű      𐳭       0
+Ű      𐲭       0
+v      𐳮       0
+V      𐲮       0
+w      𐳮‍𐳮     0
+W      𐲮‍𐲮     0
+x      𐳓‍𐳥     0
+X      𐲓‍𐲥     0
+y      𐳐‍𐳒     0
+Y      𐲐‍𐲒     0
+z      𐳯       0
+Z      𐲯       0
+zs     𐳰       0
+Zs     𐲰       0
+ZS     𐲰       0
+ENT    𐲧       0
+EMP    𐲡       0
+UNK    𐲕       0
+US     𐲲       0
+AMB    𐲃       0
+END_TABLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/ipa-x-sampa.txt 
new/ibus-table-others-1.3.9/tables/ipa-x-sampa.txt
--- old/ibus-table-others-1.3.4/tables/ipa-x-sampa.txt  2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/ipa-x-sampa.txt  2016-08-17 
13:11:49.000000000 +0200
@@ -110,6 +110,10 @@
 ### The key strokes to select candidiate phrases.
 SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9
 
+### The default orientation of the candidate list
+### FALSE means the candidate list is horizontal, TRUE means it is vertical
+ORIENTATION=FALSE
+
 ### The key strokes to page up the lookup table.
 PAGE_UP_KEYS = Page_Up
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/latex.txt 
new/ibus-table-others-1.3.9/tables/latex.txt
--- old/ibus-table-others-1.3.4/tables/latex.txt        2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/latex.txt        2016-08-16 
20:00:45.000000000 +0200
@@ -85,6 +85,9 @@
 ### Chinese.
 PINYIN_MODE = FALSE
 
+### The key strokes to select candidiate phrases.
+SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9
+
 END_DEFINITION
 
 ### Begin Table data.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/mathwriter-ibus.txt 
new/ibus-table-others-1.3.9/tables/mathwriter-ibus.txt
--- old/ibus-table-others-1.3.4/tables/mathwriter-ibus.txt      2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/mathwriter-ibus.txt      2016-08-17 
13:11:39.000000000 +0200
@@ -51,6 +51,22 @@
 ~~     ≈       0
 =      ≈       0
 --     ≈       0
+aleph_null     ℵ₀      0
+alephnull      ℵ₀      0
+aleph_0        ℵ₀      0
+aleph0 ℵ₀      0
+aleph_zero     ℵ₀      0
+alephzero      ℵ₀      0
+aleph_one      ℵ₁      0
+alephone       ℵ₁      0
+aleph_1        ℵ₁      0
+aleph1 ℵ₁      0
+aleph_two      ℵ₂      0
+alephtwo       ℵ₂      0
+aleph_2        ℵ₂      0
+aleph2 ℵ₂      0
+aleph_infinity ℵ       0
+alephinfinity  ℵ       0
 alpha  α       0
 alpha  Α       0
 Alpha  Α       0
@@ -484,6 +500,11 @@
 .~=    ⩭       0
 --~.   ⩭       0
 .~--   ⩭       0
+complex        ℂ       0
+complex_number ℂ       0
+complexnumber  ℂ       0
+C      ℂ       0
+|C     ℂ       0
 coproduct      ∐       0
 coproduct      ⨿       0
 |_|    ∐       0
@@ -1175,14 +1196,37 @@
 iff!   ⇎       0
 iff!   ↮       0
 imaginary      ⅈ       0
+imaginary_i    ⅈ       0
+imaginaryi     ⅈ       0
 imaginary      ⅉ       0
+imaginary_j    ⅉ       0
+imaginaryj     ⅉ       0
+j      ⅉ       0
 imaginary      ℑ       0
 imaginary_part ℑ       0
+imaginarypart  ℑ       0
 imaginary_part ⅈ       0
+imaginarypart  ⅈ       0
+imaginary_part_i       ⅈ       0
+imaginary_parti        ⅈ       0
+imaginaryparti ⅈ       0
 imaginary_part ⅉ       0
+imaginarypart  ⅉ       0
+imaginary_part_j       ⅉ       0
+imaginary_partj        ⅉ       0
+imaginarypartj ⅉ       0
 imaginary_unit ⅈ       0
+imaginaryunit  ⅈ       0
+imaginary_unit_i       ⅈ       0
+imaginary_uniti        ⅈ       0
+imaginaryuniti ⅈ       0
 imaginary_unit ⅉ       0
+imaginaryunit  ⅉ       0
+imaginary_unit_j       ⅉ       0
+imaginary_unitj        ⅉ       0
+imaginaryunitj ⅉ       0
 imaginary_unit ℑ       0
+imaginaryunit  ℑ       0
 implies        ⇒       0
 implies        →       0
 !implies       ⇏       0
@@ -1197,6 +1241,20 @@
 8_|    ∞       0
 |_8    ∞       0
 8|_    ∞       0
+oo     ∞       0
+OO     ∞       0
+00     ∞       0
+1/0    ∞       0
+infinity_alef  ℵ       0
+infinityalef   ℵ       0
+alef_infinity  ℵ       0
+alefinfinity   ℵ       0
+infinity_aleph ℵ       0
+infinityaleph  ℵ       0
+integer        ℤ       0
+Z      ℤ       0
+|Z     ℤ       0
+Z/     ℤ       0
 integral       ∫       0
 integral       ∬       0
 integral       ∭       0
@@ -2151,6 +2209,15 @@
 n      N       0
 N      N       0
 N      n       0
+N      ℵ       0
+N_0    ℵ₀      0
+N0     ℵ₀      0
+N_1    ℵ₁      0
+N1     ℵ₁      0
+N_2    ℵ₂      0
+N2     ℵ₂      0
+N_3    ℵ₃      0
+N3     ℵ₃      0
 nabla  ∇       0
 nabla  ▽       0
 n-ary_white_vertical_bar       ⫿       0
@@ -2165,6 +2232,10 @@
 natural_logarithm      ㏒       0
 naturallogarithm       ㏑       0
 naturallogarithm       ㏒       0
+natural_number ℕ       0
+naturalnumber  ℕ       0
+N      ℕ       0
+|N     ℕ       0
 neither_greater_than_nor_equal_to      ≱       0
 neither_greater_than_nor_equalto       ≱       0
 neither_greater_than_norequalto        ≱       0
@@ -2596,6 +2667,8 @@
 power_of9      ⁹       0
 powerof9       ⁹       0
 ^9     ⁹       0
+power_set      ℘       0
+powerset       ℘       0
 precedes_above_almost_equal_to ⪷       0
 <~~    ⪷       0
 <=     ⪷       0
@@ -2636,6 +2709,10 @@
 uU     ∏       0
 __u    ∏       0
 __U    ∏       0
+prime_number   ℙ       0
+primenumber    ℙ       0
+P      ℙ       0
+|P     ℙ       0
 product_with_bottom_closed     ⨲       0
 product_with_bottomclosed      ⨲       0
 product_withbottomclosed       ⨲       0
@@ -2674,10 +2751,16 @@
 R      r       0
 rational_number        ℚ       0
 rationalnumber ℚ       0
+Q      ℚ       0
+|Q     ℚ       0
+((\))  ℚ       0
+(\)    ℚ       0
 real_number    ℝ       0
 real_number    ℜ       0
 real_number    ℊ       0
 realnumber     ℝ       0
+R      ℝ       0
+|R     ℝ       0
 realnumber     ℜ       0
 realnumber     ℊ       0
 real_part      ℜ       0
@@ -3025,59 +3108,112 @@
 sqrroot        √       0
 \/-    √       0
 sub_+  ₊       0
+_+     ₊       0
 sub+   ₊       0
 sub_-  ₋       0
+_-     ₋       0
 sub-   ₋       0
 sub_equal      ₌       0
+_equal ₌       0
 sub_=  ₌       0
+_=     ₌       0
 sub=   ₌       0
 sub_left_parenthesis   ₍       0
+_left_parenthesis      ₍       0
 sub_leftparenthesis    ₍       0
+_leftparenthesis       ₍       0
 subleftparenthesis     ₍       0
 sub_(  ₍       0
+_(     ₍       0
 sub(   ₍       0
 sub_right_parenthesis  ₎       0
+_right_parenthesis     ₎       0
 sub_rightparenthesis   ₎       0
+_rightparenthesis      ₎       0
 subrightparenthesis    ₎       0
 sub_)  ₎       0
+_)     ₎       0
 sub)   ₎       0
 sub_0  ₀       0
+_0     ₀       0
 sub0   ₀       0
 sub_1  ₁       0
+_1     ₁       0
 sub1   ₁       0
 sub_2  ₂       0
+_2     ₂       0
 sub2   ₂       0
 sub_3  ₃       0
+_3     ₃       0
 sub3   ₃       0
 sub_4  ₄       0
+_4     ₄       0
 sub4   ₄       0
 sub_5  ₅       0
+_5     ₅       0
 sub5   ₅       0
 sub_6  ₆       0
+_6     ₆       0
 sub6   ₆       0
 sub_7  ₇       0
+_7     ₇       0
 sub7   ₇       0
 sub_8  ₈       0
+_8     ₈       0
 sub8   ₈       0
 sub_9  ₉       0
+_9     ₉       0
 sub9   ₉       0
 sub_a  ₐ       0
+_a     ₐ       0
 suba   ₐ       0
 sub_e  ₑ       0
+_e     ₑ       0
 sube   ₑ       0
+sub_h  ₕ       0
+_h     ₕ       0
+subh   ₕ       0
 sub_i  ᵢ       0
+_i     ᵢ       0
 subi   ᵢ       0
+sub_k  ₖ       0
+_k     ₖ       0
+subk   ₖ       0
+sub_l  ₗ       0
+_l     ₗ       0
+subl   ₗ       0
+sub_m  ₘ       0
+_m     ₘ       0
+subm   ₘ       0
+sub_n  ₙ       0
+_n     ₙ       0
+subn   ₙ       0
 sub_o  ₒ       0
+_o     ₒ       0
 subo   ₒ       0
+sub_p  ₚ       0
+_p     ₚ       0
+subp   ₚ       0
 sub_schwa      ₔ       0
+_schwa ₔ       0
+_a     ₔ       0
 subschwa       ₔ       0
 sub_r  ᵣ       0
+_r     ᵣ       0
 subr   ᵣ       0
+sub_s  ₛ       0
+_s     ₛ       0
+subs   ₛ       0
+sub_t  ₜ       0
+_t     ₜ       0
+subt   ₜ       0
 sub_u  ᵤ       0
 subu   ᵤ       0
 sub_v  ᵥ       0
+_v     ᵥ       0
 subv   ᵥ       0
 sub_x  ₓ       0
+_x     ₓ       0
 subx   ₓ       0
 subset_above_subset    ⫕       0
 E      ⫕       0
@@ -3949,6 +4085,9 @@
 w      W       0
 W      W       0
 W      w       0
+weierstrass_power_set  ℘       0
+weierstrass_powerset   ℘       0
+weierstrasspowerset    ℘       0
 white_king     ♔       0
 whiteking      ♔       0
 white_queen    ♕       0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/rusle.txt 
new/ibus-table-others-1.3.9/tables/rusle.txt
--- old/ibus-table-others-1.3.4/tables/rusle.txt        2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/rusle.txt        2016-08-17 
13:11:49.000000000 +0200
@@ -25,20 +25,22 @@
 STATUS_PROMPT = Р
 
 ### The default name of this table
-NAME = RussianLegacy2
+NAME = legacy
 
 ### The local names of this table
-NAME.ru_RU = Русская (устаревшая)
+NAME.en = legacy
+NAME.de = alt
+NAME.ru = устаревшая
 
 ### Supported languages of this table
-LANGUAGES = ru_RU
+LANGUAGES = ru
 
 ### The author of this table
 AUTHOR = Stas Sergeev <s...@users.sourceforge.net>
 
 ### The Keyboard Layout used by this table.
 ### Set to "default" to accept any kind of layout
-KEYBOARD_LAYOUT = us
+LAYOUT = us
 
 ### If true then the first candidate phrase
 ### will be selected automatically during inputing.
@@ -87,7 +89,7 @@
 MAX_KEY_LENGTH = 1
 
 ### Valid input chars.
-VALID_INPUT_CHARS = 
@$%^&F<DULT~:PBQRKVYJGHCNEA{WXIO}SM">Zf,dult`;pbqrkvyjghcnea[wxio]sm'.z
+VALID_INPUT_CHARS = 
@#$%^&*()?/F<DULT~:PBQRKVYJGHCNEA{WXIO}SM">Zf,dult`;pbqrkvyjghcnea[wxio]sm'.z
 
 ### The key strokes to split inputted string.
 ###SPLIT_KEYS = quoteright
@@ -120,18 +122,24 @@
 
 ### Begin Table data.
 BEGIN_TABLE
+~      (       0
+`      )       0
 @      "       0
-$      ;       0
+#      /       0
+$      ¤       0
 %      :       0
 ^      ,       0
 &      .       0
+*      ;       0
+(      ?       0
+)      %       0
 F      А       0
 <      Б       0
 D      В       0
 U      Г       0
 L      Д       0
 T      Е       0
-~      Ё       0
+?      Ё       0
 :      Ж       0
 P      З       0
 B      И       0
@@ -164,7 +172,7 @@
 u      г       0
 l      д       0
 t      е       0
-`      ё       0
+/      ё       0
 ;      ж       0
 p      з       0
 b      и       0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/rustrad.txt 
new/ibus-table-others-1.3.9/tables/rustrad.txt
--- old/ibus-table-others-1.3.4/tables/rustrad.txt      2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/rustrad.txt      2014-09-30 
14:01:07.000000000 +0200
@@ -25,13 +25,13 @@
 STATUS_PROMPT = Р
 
 ### The default name of this table
-NAME = RussianTraditional
+NAME = Traditional
 
 ### The local names of this table 
 ###NAME.ru_RU = 
 
 ### Supported languages of this table
-LANGUAGES = ru_RU
+LANGUAGES = ru
 
 ### The author of this table
 AUTHOR = Yuri Victorovich <y...@rawbw.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/translit-ua.txt 
new/ibus-table-others-1.3.9/tables/translit-ua.txt
--- old/ibus-table-others-1.3.4/tables/translit-ua.txt  2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/translit-ua.txt  2014-09-30 
14:01:07.000000000 +0200
@@ -32,13 +32,13 @@
 STATUS_PROMPT = Yi
 
 ### The default name of this table
-NAME = Ua-Translit
+NAME = Translit
 
 ### The local names of this table 
 ###NAME.ua_UA = 
 
 ### Supported languages of this table
-LANGUAGES = uk_UA
+LANGUAGES = uk
 
 ### The author of this table
 AUTHOR = Daniil Ivanov <daniil.iva...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/translit.txt 
new/ibus-table-others-1.3.9/tables/translit.txt
--- old/ibus-table-others-1.3.4/tables/translit.txt     2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/translit.txt     2014-09-30 
14:01:07.000000000 +0200
@@ -36,7 +36,7 @@
 ###NAME.ru_RU = 
 
 ### Supported languages of this table
-LANGUAGES = ru_RU
+LANGUAGES = ru
 
 ### The author of this table
 AUTHOR = Daniil Ivanov <daniil.iva...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/viqr.txt 
new/ibus-table-others-1.3.9/tables/viqr.txt
--- old/ibus-table-others-1.3.4/tables/viqr.txt 2014-09-13 11:56:07.000000000 
+0200
+++ new/ibus-table-others-1.3.9/tables/viqr.txt 2014-09-30 14:01:07.000000000 
+0200
@@ -30,7 +30,7 @@
 ### NAME.am = vi_VN
 
 ### Supported languages of this table
-LANGUAGES = vi_VN
+LANGUAGES = vi
 
 ### The author of this table
 AUTHOR = Samuel Thibault <samuel.thiba...@ens-lyon.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.4/tables/yawerty.txt 
new/ibus-table-others-1.3.9/tables/yawerty.txt
--- old/ibus-table-others-1.3.4/tables/yawerty.txt      2014-09-13 
11:56:07.000000000 +0200
+++ new/ibus-table-others-1.3.9/tables/yawerty.txt      2014-09-30 
14:01:07.000000000 +0200
@@ -31,7 +31,7 @@
 ###NAME.ru_RU = 
 
 ### Supported languages of this table
-LANGUAGES = ru_RU
+LANGUAGES = ru
 
 ### The author of this table
 AUTHOR = Matthew Fischer <futh...@users.sourceforge.net>


Reply via email to