commit ibus-table for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2020-02-20 14:57:18

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new.26092 (New)


Package is "ibus-table"

Thu Feb 20 14:57:18 2020 rev:25 rq:777492 version:1.9.21

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2018-10-15 
09:44:57.207269983 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new.26092/ibus-table.changes 
2020-02-20 14:57:30.966539503 +0100
@@ -1,0 +2,6 @@
+Wed Feb 19 12:08:01 UTC 2020 - Cliff Zhao 
+
+- Add ibus-table_fix_other_tables_compile_error.patch: Fix ibus 
+  other tables compile errors(bnc#1160315).
+
+---

New:

  ibus-table_fix_other_tables_compile_error.patch



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.ut97KP/_old  2020-02-20 14:57:33.294544071 +0100
+++ /var/tmp/diff_new_pack.ut97KP/_new  2020-02-20 14:57:33.294544071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,8 +22,10 @@
 Summary:The Table engine for IBus platform
 License:LGPL-2.1-or-later
 Group:  System/I18n/Chinese
-Url:https://github.com/mike-fabian/ibus-table/
+URL:https://github.com/mike-fabian/ibus-table/
 Source: 
https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE ibus-table_fix_other_tables_compile_error.patch 
bnc#1160315 qz...@suse.com -- Fix ibus other tables compile error.
+Patch0: ibus-table_fix_other_tables_compile_error.patch
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod -x AUTHORS COPYING README
 
 %build

++ ibus-table_fix_other_tables_compile_error.patch ++
diff -Nura ibus-table-1.9.21/engine/ibus_table_location.py 
ibus-table-1.9.21_new/engine/ibus_table_location.py
--- ibus-table-1.9.21/engine/ibus_table_location.py 2018-08-28 
22:36:37.0 +0800
+++ ibus-table-1.9.21_new/engine/ibus_table_location.py 2020-02-19 
22:12:51.97200 +0800
@@ -73,7 +73,7 @@
 IBUS_TABLE_LOCATION['data_home'] = os.path.join(
 IBUS_TABLE_LOCATION['data_home'], 'ibus-table')
 if not os.access(IBUS_TABLE_LOCATION['data_home'], os.F_OK):
-os.makedirs(IBUS_TABLE_LOCATION['data_home'])
+os.makedirs(IBUS_TABLE_LOCATION['data_home'], exist_ok=True)
 
 # $XDG_CACHE_HOME defines the base directory relative to which user
 # specific non-essential data files should be stored. If
@@ -89,7 +89,7 @@
 IBUS_TABLE_LOCATION['cache_home'] = os.path.join(
 IBUS_TABLE_LOCATION['cache_home'], 'ibus-table')
 if not os.access(IBUS_TABLE_LOCATION['cache_home'], os.F_OK):
-os.makedirs(IBUS_TABLE_LOCATION['cache_home'])
+os.makedirs(IBUS_TABLE_LOCATION['cache_home'], exist_ok=True)
 
 class __ModuleInitializer:
 def __init__(self):



commit ibus-table for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2018-10-15 09:44:49

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is "ibus-table"

Mon Oct 15 09:44:49 2018 rev:24 rq:641902 version:1.9.21

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2017-12-19 
10:56:46.278321191 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2018-10-15 09:44:57.207269983 +0200
@@ -1,0 +2,22 @@
+Sat Oct 13 13:40:35 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 1.9.21
+  * Migrate IBusConfig to GSettings.
+  * Add a test suite
+  * Add missing tags to ibus-table-createdb.sgml.
+  * Draw InputMode text instead of icon into panel on non-Gnome desktops.
+  * Make it work with Python2 again
+  * Sync phrases cache from/to external storage.
+  * Update translations from zanata
+  * validate ibus-table.appdata.xml in %%check
+  * Update translations from zanata (pt_BR updated, es new)
+  * Don't query user database if user define phrase and dynamic adjust 
+are disabled (thanks to heiher)
+  * Enable hash map based cache for user database enabled
+  * Import hash map based cache for table database (thanks to heiher)
+  * Install appstream metadata to /usr/share/metainfo/ (thanks to jbicha)
+  * Fix some appdata validation issues (thanks to jbicha)
+  * Fix bug in Unihan_Variants.txt, 著 U+8457 is both
+simplified and traditional Chinese (thanks to heiher)
+
+---

Old:

  ibus-table-1.9.17.tar.gz

New:

  ibus-table-1.9.21.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.IbxZQw/_old  2018-10-15 09:44:58.299268761 +0200
+++ /var/tmp/diff_new_pack.IbxZQw/_new  2018-10-15 09:44:58.303268757 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,16 +17,13 @@
 
 
 Name:   ibus-table
-Version:1.9.17
+Version:1.9.21
 Release:0
 Summary:The Table engine for IBus platform
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/I18n/Chinese
 Url:https://github.com/mike-fabian/ibus-table/
-Source: 
https://github.com/mike-fabian/ibus-table/archive/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org
-# replace file() to open()
-# Patch:  ibus-table-python3.patch
+Source: 
https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
@@ -52,7 +49,6 @@
 
 %prep
 %setup -q
-# %patch -p1
 chmod -x AUTHORS COPYING README
 
 %build
@@ -78,9 +74,10 @@
 %{_ibus_libdir}/ibus-setup-table
 %{_datadir}/applications/ibus-setup-table.desktop
 %{_datadir}/%{name}
+%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
 %{_ibus_componentdir}/table.xml
 %{_mandir}/man1/%{name}-createdb.1.gz
-%{_datadir}/appdata/ibus-table.appdata.xml
+%{_datadir}/metainfo/ibus-table.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++ ibus-table-1.9.17.tar.gz -> ibus-table-1.9.21.tar.gz ++
 52788 lines of diff (skipped)




commit ibus-table for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2017-12-19 10:56:43

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is "ibus-table"

Tue Dec 19 10:56:43 2017 rev:23 rq:557219 version:1.9.17

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2014-09-29 
12:40:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2017-12-19 10:56:46.278321191 +0100
@@ -1,0 +2,22 @@
+Fri Dec 15 04:27:29 UTC 2017 - hillw...@opensuse.org
+
+- Update to 1.9.17. This update will fix boo#939462
+  * Load .desktop file for ibus-setup-table correctly under Gnome Wayland
+  * Set WM_CLASS of ibus-setup-table correctly
+  * Avoid running initialization code of ibus_table_location.py
+  * when using ibus-table-createdb.
+  * Make it work on Python 3.6 (Unbreak sqlite on Python 3.6)
+  * (Resolves: rhbz#1413580).
+  * Update translations from zanata (ca, de, fr, uk updated)
+  * Point to new home-page in the “About” tab.
+  * Improve README
+  * Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified and 
traditional 
+Chinese (thanks to Heiher r...@hev.cc)
+  * When ignoring key release events, “False” should be returned, not “True”
+  * Resolves: Resolves: rhbz#1369514
+  * add ibus-table.appdata.xml and make it translatable
+  * pull some new translations and updates from Zanata (ca, fr, pt_BR, and uk 
+are new, ja, zh_CN, and zh_TW have updates).
+- Drop ibus-table-python3.patch, It is needless.
+
+---

Old:

  ibus-table-1.8.11.tar.gz
  ibus-table-python3.patch

New:

  ibus-table-1.9.17.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.XG7BYd/_old  2017-12-19 10:56:46.822294931 +0100
+++ /var/tmp/diff_new_pack.XG7BYd/_new  2017-12-19 10:56:46.822294931 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,20 +17,23 @@
 
 
 Name:   ibus-table
-Version:1.8.11
+Version:1.9.17
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Url:https://github.com/mike-fabian/ibus-table/
-Source: 
https://mfabian.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM marguer...@opensuse.org
+Source: 
https://github.com/mike-fabian/ibus-table/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM marguer...@opensuse.org
 # replace file() to open()
-Patch:  ibus-table-python3.patch
+# Patch:  ibus-table-python3.patch
+BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
-BuildRequires:  ibus-devel >= 1.4.99
+BuildRequires:  gettext-tools
+BuildRequires:  gnome-common
 BuildRequires:  pkg-config
-BuildRequires:  python3-devel
+BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(python3)
 Requires:   ibus >= 1.4.99
 Requires:   python3
 Requires:   python3-curses
@@ -49,25 +52,27 @@
 
 %prep
 %setup -q
-%patch -p1
+# %patch -p1
 chmod -x AUTHORS COPYING README
 
 %build
 export PYTHON=python3
-%configure \
-   --disable-static \
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-static \
+   --enable-additional \
--libexecdir=%{_libdir}/ibus
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
 
 %find_lang %{name}
+
 %fdupes %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc AUTHORS COPYING README
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README NEWS ChangeLog
 %{_bindir}/%{name}-createdb
 %{_ibus_libdir}/ibus-engine-table
 %{_ibus_libdir}/ibus-setup-table
@@ -75,6 +80,7 @@
 %{_datadir}/%{name}
 %{_ibus_componentdir}/table.xml
 %{_mandir}/man1/%{name}-createdb.1.gz
+%{_datadir}/appdata/ibus-table.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++ ibus-table-1.8.11.tar.gz -> ibus-table-1.9.17.tar.gz ++
 48864 lines of diff (skipped)




commit ibus-table for openSUSE:Factory

2014-09-29 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2014-09-29 12:40:29

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2014-07-29 
16:48:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2014-09-29 12:40:30.0 +0200
@@ -1,0 +2,30 @@
+Sun Sep 28 23:10:37 PRC 2014 - hillw...@linuxfans.org
+
+- update to 1.8.11
+  * Fix typo in variable name self_onechar - self._onechar
+  * Disable “onechar” (Phrase mode/Single char mode) option for non-CJK 
+databases
+  * Disable auto_commit option for tables which do not have RULES
+  * Resolves: rhbz#1135759 - The rusle is broken with Normal commit mode
+See: https://bugzilla.redhat.com/show_bug.cgi?id=1135759
+  * Pass IBus.KEY_KP_Enter to the application if the preedit is empty
+  * Resolves: rhbz#1133424 - With the new rusle table in 
ibus-table-cyrillic, 
+Keypad Enter problem
+See: https://bugzilla.redhat.com/show_bug.cgi?id=1133424
+  * Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database 
+is not for CJK
+  * Move some options into a new tab “Details”
+  * Disable properties related to fullwidth/halfwidth for non-CJK tables
+  * Remove “Hide Candidates/Display Candidates” from the properties menu
+  * Show keyboard shortcuts also in the property menu entries
+  * Use the “notify::text” signal instead of “activate” on GtkEntry widget
+  * Update Chinese .po files
+  * Update German translation
+  * Move the “Restore all defaults” button into the GtkButtonBox at bottom
+  * Apply fix for 同 again to Unihan_Variants.txt, it is both simplified *and* 
+traditional Chinese
+  * And regenerate engine/chinese_variants.py.
+  * Escape % and _ if they are not intended as wildcards
+  * Require Python = 3.3
+
+---

Old:

  ibus-table-1.8.5.tar.gz

New:

  ibus-table-1.8.11.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.G0FnP9/_old  2014-09-29 12:40:31.0 +0200
+++ /var/tmp/diff_new_pack.G0FnP9/_new  2014-09-29 12:40:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ibus-table
-Version:1.8.5
+Version:1.8.11
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+

++ ibus-table-1.8.5.tar.gz - ibus-table-1.8.11.tar.gz ++
 4575 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2014-07-29 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2014-07-29 16:48:08

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2014-07-04 
09:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2014-07-29 16:48:16.0 +0200
@@ -2 +2,21 @@
-Fri Jul  4 12:04:17 CST 2014 - hillw...@linuxfans.org
+Sat Jul 26 16:14:01 UTC 2014 - i...@marguerite.su
+
+- update version 1.8.5
+  * Always write xml output in UTF-8 encoding, not in the encoding 
+of the current locale
+- changes since 1.8.4
+  * Tweak defaults for Chinese mode taken from the locale
+  * Fix prompts for array30 table and don’t use prompts in pinyin mode
+  * Make it possible to use select keys like F1, F2, F3 ...
+  * For cangjie* and quick* tables: Use big5 order if the freq from 
+the table is the same
+- add ibus-table-python3.patch
+  * replace file() to open()
+
+---
+Sat Jul 26 10:37:47 UTC 2014 - hillw...@linuxfans.org
+
+- Switch python to python3
+
+---
+Fri Jul  4 04:04:17 UTC 2014 - hillw...@linuxfans.org
@@ -37 +57 @@
-Mon Jul  8 09:29:42 CST 2013 - hillw...@linuxfans.org
+Mon Jul  8 01:29:42 UTC 2013 - hillw...@linuxfans.org
@@ -44 +64 @@
-Wed Jan 13 18:44:31 CST 2013 - hillw...@linuxfans.org
+Wed Jan 13 10:44:31 UTC 2013 - hillw...@linuxfans.org
@@ -49 +69 @@
-Wed Dec 19 20:26:07 CST 2012 - hillw...@linuxfans.org
+Wed Dec 19 12:26:07 UTC 2012 - hillw...@linuxfans.org
@@ -55 +75 @@
-Wed Oct 12 22:04:03 CST 2012 - hillw...@linuxfans.org
+Wed Oct 12 14:04:03 UTC 2012 - hillw...@linuxfans.org
@@ -62 +82 @@
-Wed Oct  3 16:45:03 CST 2012 - hillw...@linuxfans.org
+Wed Oct  3 08:45:03 UTC 2012 - hillw...@linuxfans.org
@@ -67 +87 @@
-Fri Sep  7 09:50:18 CST 2012 - hillw...@linuxfans.org
+Fri Sep  7 01:50:18 UTC 2012 - hillw...@linuxfans.org
@@ -78 +98 @@
-Mon Jun 18 18:58:17 CST 2012 - hillw...@linuxfans.org
+Mon Jun 18 10:58:17 UTC 2012 - hillw...@linuxfans.org

Old:

  ibus-table-1.8.3.tar.gz

New:

  ibus-table-1.8.5.tar.gz
  ibus-table-python3.patch



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.sakDpr/_old  2014-07-29 16:48:17.0 +0200
+++ /var/tmp/diff_new_pack.sakDpr/_new  2014-07-29 16:48:17.0 +0200
@@ -17,20 +17,24 @@
 
 
 Name:   ibus-table
-BuildRequires:  fdupes
-BuildRequires:  ibus-devel = 1.4.99
-BuildRequires:  pkgconfig
-BuildRequires:  python
-Version:1.8.3
+Version:1.8.5
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
-Url:http://code.google.com/p/ibus/
-Source: %{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/mike-fabian/ibus-table/
+Source: 
https://mfabian.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org
+# replace file() to open()
+Patch: ibus-table-python3.patch
+BuildRequires:  fdupes
+BuildRequires:  ibus-devel = 1.4.99
+BuildRequires:  pkg-config
+BuildRequires:  python3-devel
 Requires:   ibus = 1.4.99
-Requires:   python-curses
+Requires:   python3
+Requires:   python3-curses
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The package contains general Table engine for IBus platform.
@@ -38,39 +42,42 @@
 %package devel
 Summary:Development package for ibus-table
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description devel
 This package contains the files required for the development of ibus-table.
 
 %prep
 %setup -q
+%patch -p1
 chmod -x AUTHORS COPYING README
 
 %build
+export PYTHON=python3
 %configure \
-   --disable-static --libexecdir=%{_prefix}/%{_lib}/ibus
-make %{?jobs:-j %jobs}
+   --disable-static \
+   --libexecdir=%{_libdir}/ibus
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %find_lang %{name}
-%fdupes -s $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING README
-%{_datadir}/ibus-table
-%dir %{_libdir}/ibus
-%{_libdir}/ibus/ibus-*
-%{_bindir}/*
-%{_datadir}/ibus
-%{_mandir}/man1/*
+%{_bindir}/%{name}-createdb
+%{_ibus_libdir}/ibus-engine-table
+%{_ibus_libdir}/ibus-setup-table
 

commit ibus-table for openSUSE:Factory

2014-07-04 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2014-07-04 09:34:56

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2014-02-19 
06:56:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2014-07-04 09:35:04.0 +0200
@@ -1,0 +2,24 @@
+Fri Jul  4 12:04:17 CST 2014 - hillw...@linuxfans.org
+
+- Updateto 1.8.3, ibus-table = 1.8.x has many improvements over 1.5.x
+  * The database format is simplified which makes better matching
+possible. But because of the changed database format, the
+tables have to be rebuilt, i.e. packages like ibus-table-chinese
+and ibus-table-others have to be rebuilt against  ibus-table  1.8.0.
+  * Wildcard support added, wildcards like ? for single characters or *
+for many characters can be used. The wildcards can be configured
+in the setup tool, for example one can also use 'z' as a single character
+wildcard if desired.
+  * Setup tool improved, several new options added, works with Gnome3 now.
+  * Prompt characters are supported now, for example when using Cangjie,
+日, 月, 金, ... are displayed while typing instead of a, b, c, ...
+  * Moving around in the preëdit works correctly now. One can commit
+the current candidate to preëdit with the left shift key or with
+the arrow keys, commit more characters to preëdit that way, then
+move around in the preëdit and see the full key sequences of the
+characters in the preëdit. This way one can check the
+key sequences if one used wildcards or pinyin mode to enter the
+characters.
+  * Fix many bugs
+
+---

Old:

  ibus-table-1.5.0.tar.gz

New:

  ibus-table-1.8.3.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.H3kzmi/_old  2014-07-04 09:35:06.0 +0200
+++ /var/tmp/diff_new_pack.H3kzmi/_new  2014-07-04 09:35:06.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  ibus-devel = 1.4.99
 BuildRequires:  pkgconfig
 BuildRequires:  python
-Version:1.5.0
+Version:1.8.3
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
@@ -66,6 +66,8 @@
 %{_libdir}/ibus/ibus-*
 %{_bindir}/*
 %{_datadir}/ibus
+%{_mandir}/man1/*
+%{_datadir}/applications/ibus-setup-table.desktop
 
 %files devel
 %defattr(-,root,root,-)

++ ibus-table-1.5.0.tar.gz - ibus-table-1.8.3.tar.gz ++
 26857 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2014-02-19 06:56:35

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2013-12-16 
07:07:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2014-02-19 06:56:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 14 14:04:28 UTC 2014 - fcro...@suse.com
+
+- Fix missing capital on devel package group.
+
+---



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.pyYrak/_old  2014-02-19 06:56:36.0 +0100
+++ /var/tmp/diff_new_pack.pyYrak/_new  2014-02-19 06:56:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 
 %package devel
 Summary:Development package for ibus-table
-Group:  Development/Libraries/other
+Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}-%{release}
 
 %description devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2013-12-15 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2013-12-16 07:07:18

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2013-07-08 
16:47:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2013-12-16 07:07:20.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 15 09:37:48 UTC 2013 - swy...@gmail.com
+
+- Add Requires: python-curses, ibus-engine-table need this module,
+  but it is not installed in some system, e.g Live KDE
+
+---



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.TfrXul/_old  2013-12-16 07:07:21.0 +0100
+++ /var/tmp/diff_new_pack.TfrXul/_new  2013-12-16 07:07:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ibus = 1.4.99
+Requires:   python-curses
 
 %description
 The package contains general Table engine for IBus platform.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2013-07-08 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2013-07-08 16:47:29

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2013-02-13 
17:27:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2013-07-08 16:47:31.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  8 09:29:42 CST 2013 - hillw...@linuxfans.org
+
+- Update to 1.5.0
+  * Updated PO files.
+  * Make page up/down keys configurable
+
+---

Old:

  ibus-table-1.4.99.20121112.tar.gz

New:

  ibus-table-1.5.0.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.ZAhCcm/_old  2013-07-08 16:47:31.0 +0200
+++ /var/tmp/diff_new_pack.ZAhCcm/_new  2013-07-08 16:47:31.0 +0200
@@ -18,10 +18,10 @@
 
 Name:   ibus-table
 BuildRequires:  fdupes
-BuildRequires:  ibus-devel
+BuildRequires:  ibus-devel = 1.4.99
 BuildRequires:  pkgconfig
 BuildRequires:  python
-Version:1.4.99.20121112
+Version:1.5.0
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 Url:http://code.google.com/p/ibus/
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   ibus = 1.3.99
+Requires:   ibus = 1.4.99
 
 %description
 The package contains general Table engine for IBus platform.

++ ibus-table-1.4.99.20121112.tar.gz - ibus-table-1.5.0.tar.gz ++
 4845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2013-02-13 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2013-02-13 17:27:00

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2012-07-04 
22:18:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2013-02-13 17:27:02.0 +0100
@@ -1,0 +2,29 @@
+Wed Jan 13 18:44:31 CST 2013 - hillw...@linuxfans.org
+
+- fix bnc#803488
+
+---
+Wed Dec 19 20:26:07 CST 2012 - hillw...@linuxfans.org
+
+- Update to 1.4.99.20121112
+  * Updated PO files
+
+---
+Wed Oct 12 22:04:03 CST 2012 - hillw...@linuxfans.org
+
+- Update to 1.4.99.20121012
+  * Updated PO files.
+  * Merge remote-tracking branch 'mozbugbox/page-up-down-config' into
+
+---
+Wed Oct  3 16:45:03 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.4.99.20121003, upstream did not provide more information.
+
+---
+Fri Sep  7 09:50:18 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.4.99.20120904
+  Package Maintainer: Please test before include this to your distro.
+
+---
@@ -7 +36 @@
-Mon Jun 18 18:58:17 CSE 2012 - hillw...@linuxfans.org
+Mon Jun 18 18:58:17 CST 2012 - hillw...@linuxfans.org

Old:

  ibus-table-1.3.9.20110827.tar.gz

New:

  ibus-table-1.4.99.20121112.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.zgeZ2h/_old  2013-02-13 17:27:04.0 +0100
+++ /var/tmp/diff_new_pack.zgeZ2h/_new  2013-02-13 17:27:04.0 +0100
@@ -21,7 +21,7 @@
 BuildRequires:  ibus-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python
-Version:1.3.9.20110827
+Version:1.4.99.20121112
 Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 Url:http://code.google.com/p/ibus/
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   ibus
+Requires:   ibus = 1.3.99
 
 %description
 The package contains general Table engine for IBus platform.

++ ibus-table-1.3.9.20110827.tar.gz - ibus-table-1.4.99.20121112.tar.gz 
++
 9071 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2012-07-04 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2012-07-04 22:18:10

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2012-06-25 
12:31:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2012-07-04 22:18:11.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul  4 13:15:33 UTC 2012 - swy...@gmail.com
+
+- Add ibus as Requires 
+
+---



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.riMEkS/_old  2012-07-04 22:18:13.0 +0200
+++ /var/tmp/diff_new_pack.riMEkS/_new  2012-07-04 22:18:13.0 +0200
@@ -17,21 +17,24 @@
 
 
 Name:   ibus-table
-BuildRequires:  fdupes ibus-devel pkgconfig python
+BuildRequires:  fdupes
+BuildRequires:  ibus-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python
 Version:1.3.9.20110827
-Release:1
+Release:0
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/ibus/
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   ibus
 
 %description
 The package contains general Table engine for IBus platform.
 
 %package devel
-License:LGPL-2.1+
 Summary:Development package for ibus-table
 Group:  Development/Libraries/other
 Requires:   %{name} = %{version}-%{release}
@@ -54,7 +57,6 @@
 %find_lang %{name}
 %fdupes -s $RPM_BUILD_ROOT
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2012-06-25 12:31:27

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2011-09-23 
02:03:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2012-06-25 12:31:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 18 18:58:17 CSE 2012 - hillw...@linuxfans.org
+
+- update to 1.3.9.20110827
+- better compatibility for ibus 1.4
+
+---

Old:

  ibus-table-1.3.0.20100621.tar.gz

New:

  ibus-table-1.3.9.20110827.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.Ycu4QT/_old  2012-06-25 12:31:31.0 +0200
+++ /var/tmp/diff_new_pack.Ycu4QT/_new  2012-06-25 12:31:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ibus-table
 BuildRequires:  fdupes ibus-devel pkgconfig python
-Version:1.3.0.20100621
+Version:1.3.9.20110827
 Release:1
 Summary:The Table engine for IBus platform
 License:LGPL-2.1+
@@ -56,8 +54,6 @@
 %find_lang %{name}
 %fdupes -s $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)

++ ibus-table-1.3.0.20100621.tar.gz - ibus-table-1.3.9.20110827.tar.gz 
++
 3496 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-1.3.0.20100621/AUTHORS new/ibus-table-1.3.9.20110827/AUTHORS
--- old/ibus-table-1.3.0.20100621/AUTHORS   2010-05-11 08:55:40.0 
+0200
+++ new/ibus-table-1.3.9.20110827/AUTHORS   2011-08-26 17:20:01.0 
+0200
@@ -2,4 +2,4 @@
 Yu Yuwei (acevery) acevery AT gmail DOT com
 
 Developer
-Caius kaio Chance cchance AT redhat DOT com
+Caius 'kaio' Chance me AT kaio DOT net
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-1.3.0.20100621/INSTALL new/ibus-table-1.3.9.20110827/INSTALL
--- old/ibus-table-1.3.0.20100621/INSTALL   2010-01-20 06:25:13.0 
+0100
+++ new/ibus-table-1.3.9.20110827/INSTALL   2011-08-26 17:13:22.0 
+0200
@@ -2,10 +2,12 @@
 *
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==
@@ -13,7 +15,11 @@
Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@
 you want to change it or regenerate `configure' using a newer version
 of 

commit ibus-table for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2011-12-06 18:18:44

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is ibus-table, Maintainer is 

Changes:




Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.UsBKYd/_old  2011-12-06 18:32:40.0 +0100
+++ /var/tmp/diff_new_pack.UsBKYd/_new  2011-12-06 18:32:40.0 +0100
@@ -23,7 +23,7 @@
 Version:1.3.0.20100621
 Release:1
 Summary:The Table engine for IBus platform
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/ibus/
 Source: %{name}-%{version}.tar.gz
@@ -33,7 +33,7 @@
 The package contains general Table engine for IBus platform.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Development package for ibus-table
 Group:  Development/Libraries/other
 Requires:   %{name} = %{version}-%{release}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table for openSUSE:Factory

2011-06-28 Thread h_root

Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory
checked in at Tue Jun 28 11:06:18 CEST 2011.




--- ibus-table/ibus-table.changes   2010-03-24 14:22:20.0 +0100
+++ /mounts/work_src_done/STABLE/ibus-table/ibus-table.changes  2011-06-28 
10:16:16.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 14 04:08:47 UTC 2011 - swy...@gmail.com
+
+- Update to 1.3.0;
+  major update for ibus-1.3.x infrastructure
+- additional had move to package ibus-table-others 
+
+---

calling whatdependson for head-i586


Old:

  ibus-table-1.2.0.20091113.tar.gz

New:

  ibus-table-1.3.0.20100621.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.8If7UM/_old  2011-06-28 11:05:01.0 +0200
+++ /var/tmp/diff_new_pack.8If7UM/_new  2011-06-28 11:05:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ibus-table (Version 1.2.0.20091113)
+# spec file for package ibus-table
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,11 @@
 
 Name:   ibus-table
 BuildRequires:  fdupes ibus-devel pkgconfig python
-Version:1.2.0.20091113
-Release:2
+Version:1.3.0.20100621
+Release:1
 Summary:The Table engine for IBus platform
 License:LGPLv2.1+
-Group:  System Environment/Libraries
+Group:  System/I18n/Chinese
 Url:http://code.google.com/p/ibus/
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,28 +35,19 @@
 %package devel
 License:LGPLv2.1+
 Summary:Development package for ibus-table
-Group:  System Environment/Libraries
+Group:  Development/Libraries/other
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package contains the files required for the development of ibus-table.
 
-%package additional
-License:LGPLv2.1+
-Summary:Additional tables for general table engine of IBus
-Group:  System Environment/Libraries
-Requires:   %{name} = %{version}-%{release}
-
-%description additional
-This package contains additional tables.
-
 %prep
 %setup -q
+chmod -x AUTHORS COPYING README
 
 %build
 %configure \
-   --disable-static \
-   --enable-additional
+   --disable-static --libexecdir=%{_prefix}/%{_lib}/ibus
 make %{?jobs:-j %jobs}
 
 %install
@@ -68,29 +59,17 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post additional
-ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/compose.db
-ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
 %{_datadir}/ibus-table
-%{_libexecdir}/ibus-*
+%dir %{_libdir}/ibus
+%{_libdir}/ibus/ibus-*
 %{_bindir}/*
 %{_datadir}/ibus
-%exclude %{_datadir}/ibus-table/*/compose.*
-%exclude %{_datadir}/ibus-table/*/latex.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/*.pc
 
-%files additional
-%defattr(-,root,root,-)
-%{_datadir}/ibus-table/tables/compose.db
-%{_datadir}/ibus-table/tables/latex.db
-%{_datadir}/ibus-table/icons/compose.svg
-%{_datadir}/ibus-table/icons/latex.svg
-
 %changelog

++ ibus-table-1.2.0.20091113.tar.gz - ibus-table-1.3.0.20100621.tar.gz 
++
 9044 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-1.2.0.20091113/configure.ac 
new/ibus-table-1.3.0.20100621/configure.ac
--- old/ibus-table-1.2.0.20091113/configure.ac  2009-11-13 03:51:18.0 
+0100
+++ new/ibus-table-1.3.0.20100621/configure.ac  2010-06-21 07:34:14.0 
+0200
@@ -24,7 +24,7 @@
 m4_define([package_name], [ibus-table])
 m4_define([ibus_released], [0])
 m4_define([ibus_major_version], [1])
-m4_define([ibus_minor_version], [2])
+m4_define([ibus_minor_version], [3])
 m4_define([ibus_micro_version], [0])
 m4_define(ibus_maybe_datestamp,
 m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d 
'\n\r'; fi]))
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