SHA256
1
0
forked from pool/ibus-table

Accepting request 862763 from M17N

- Drop ibus-table_fix_other_tables_compile_error.patch, fixed in the
  upstream version 1.9.23
  
- Update version to 1.12.3
  * Pass the key for the command 'cancel' (default Esc) through if the preedit
    is empty (Resolves: #64)
- Update version to 1.12.2
  * Update translations from Weblate (updated ca, cs, es, fa, ja, pt_BR, pt_PT,
    tr, zh_CN, zh_HK, zh_TW)
  
- Update version to 1.12.1
  * Enable compose support.
  * Add buttons to move key bindings for a command up or down.
  * Make translations of 'Edit key bindings for command “%s”' work
  * Added it_util.py to POTFILES, it had translatable strings for the “About”
    dialog and the key settings dialog.
  * Update translations from Weblate (updated ca, de, fr, tr, uk)
- Update version to 1.12.0
  * New setup tool, now keybindings can be configured with a GUI.
  * Resolves: #57
  * Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1133127
  * Put exact (except tone) pinyin matches next after exact
  * matches in the candidate list.
  * Resolves: #63
  * Allow lookup table orientation “System Default” in the setup
  * Remove “spacekeybehavior” option, it became useless as all
  * keybindings are configurable now.
  * Added a “debuglevel” option.
  * Update translations from Weblate (updated ca, cs, de, es, fa, fr, ja, pt_BR,
    pt_PT, uk, zh_TW, zh_HK, zh_CN)
- Update version to 1.11.0
  * Make key bindings configurable (Only via the command line for the moment,
    not yet easy to do for normal users. I have to rewrite the setup tool
    eventually to make that possible)
  * Resolves: ibus/ibus#2241
  * Resolves: mike-fabian#41
- Update version to 1.10.1
  * Add GUI test
  * Make output of ibus-table-createdb deterministic
  * Update translations from Weblate (updated fr, tr, zh_CN)
- Update version to 1.10.0
  * Add suggestion mode feature (Resolves: mike-fabian#9 and rhbz#835376)
  * Add test cases for suggestion mode feature
  * Fix problems with the behaviour of the property menus
  * Use python logging module with log file rotation instead of writing to
    stdout/stderr
  * Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
- Update version to 1.9.25
  * Fix crash when changing some options using the menu or the floating
    panel (Resolves: mike-fabian#26)
  * Translation updates (pt_PT)
- Update version to 1.9.24
  * Fixed two typos in message ids (Thanks to Rafael Fontenelle)
  * Translation updates (tr, fr, fa, pt, uk)
  * New test cases for ibus-table-others
- Update version to 1.9.23
  * Add exist_ok=True in os.makedirs(path, exist_ok=True) to avoid
    failure due to race condition.
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1786652
  * Move MockEngine classes into a separate file and make test_itb.py
    runnable standalone
  * Translation updates for several languages (French at 100% now, Brazilian
    Portuguese at 100% now, Porguguese (Portugal) new and now at 31.5%)
  
- Update version to 1.9.22
  * Add Turkish translation from Weblate, 100% translated
  * Minor translation fixes in some other languages (Punctuation fixes) (forwarded request 862718 from wsxy162)

OBS-URL: https://build.opensuse.org/request/show/862763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-table?expand=0&rev=26
This commit is contained in:
2021-01-13 17:23:48 +00:00
committed by Git OBS Bridge
5 changed files with 83 additions and 28 deletions

3
ibus-table-1.12.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac21530853981efe8b8ec7eb77623539cb8a7bd4c2e9676266d19247e1a87546
size 1369964

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:017bcd1cb9f5a79df46d1e4ac28f166ce2338938a2037ebe86783da0abca0c24
size 615801

View File

@@ -1,3 +1,82 @@
-------------------------------------------------------------------
Mon Jan 11 14:49:09 UTC 2021 - Dingzhong Chen <wsxy162@gmail.com>
- Drop ibus-table_fix_other_tables_compile_error.patch, fixed in the
upstream version 1.9.23
- Update version to 1.12.3
* Pass the key for the command 'cancel' (default Esc) through if the preedit
is empty (Resolves: #64)
- Update version to 1.12.2
* Update translations from Weblate (updated ca, cs, es, fa, ja, pt_BR, pt_PT,
tr, zh_CN, zh_HK, zh_TW)
- Update version to 1.12.1
* Enable compose support.
* Add buttons to move key bindings for a command up or down.
* Make translations of 'Edit key bindings for command “%s”' work
* Added it_util.py to POTFILES, it had translatable strings for the “About”
dialog and the key settings dialog.
* Update translations from Weblate (updated ca, de, fr, tr, uk)
- Update version to 1.12.0
* New setup tool, now keybindings can be configured with a GUI.
* Resolves: #57
* Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1133127
* Put exact (except tone) pinyin matches next after exact
* matches in the candidate list.
* Resolves: #63
* Allow lookup table orientation “System Default” in the setup
* Remove “spacekeybehavior” option, it became useless as all
* keybindings are configurable now.
* Added a “debuglevel” option.
* Update translations from Weblate (updated ca, cs, de, es, fa, fr, ja, pt_BR,
pt_PT, uk, zh_TW, zh_HK, zh_CN)
- Update version to 1.11.0
* Make key bindings configurable (Only via the command line for the moment,
not yet easy to do for normal users. I have to rewrite the setup tool
eventually to make that possible)
* Resolves: ibus/ibus#2241
* Resolves: mike-fabian#41
- Update version to 1.10.1
* Add GUI test
* Make output of ibus-table-createdb deterministic
* Update translations from Weblate (updated fr, tr, zh_CN)
- Update version to 1.10.0
* Add suggestion mode feature (Resolves: mike-fabian#9 and rhbz#835376)
* Add test cases for suggestion mode feature
* Fix problems with the behaviour of the property menus
* Use python logging module with log file rotation instead of writing to
stdout/stderr
* Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
- Update version to 1.9.25
* Fix crash when changing some options using the menu or the floating
panel (Resolves: mike-fabian#26)
* Translation updates (pt_PT)
- Update version to 1.9.24
* Fixed two typos in message ids (Thanks to Rafael Fontenelle)
* Translation updates (tr, fr, fa, pt, uk)
* New test cases for ibus-table-others
- Update version to 1.9.23
* Add exist_ok=True in os.makedirs(path, exist_ok=True) to avoid
failure due to race condition.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1786652
* Move MockEngine classes into a separate file and make test_itb.py
runnable standalone
* Translation updates for several languages (French at 100% now, Brazilian
Portuguese at 100% now, Porguguese (Portugal) new and now at 31.5%)
- Update version to 1.9.22
* Add Turkish translation from Weblate, 100% translated
* Minor translation fixes in some other languages (Punctuation fixes)
-------------------------------------------------------------------
Wed Feb 19 12:08:01 UTC 2020 - Cliff Zhao <qzhao@suse.com>

View File

@@ -17,15 +17,13 @@
Name: ibus-table
Version: 1.9.21
Version: 1.12.3
Release: 0
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/
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 qzhao@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
@@ -51,7 +49,6 @@ This package contains the files required for the development of ibus-table.
%prep
%setup -q
%patch0 -p1
chmod -x AUTHORS COPYING README
%build

View File

@@ -1,21 +0,0 @@
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.000000000 +0800
+++ ibus-table-1.9.21_new/engine/ibus_table_location.py 2020-02-19 22:12:51.972000000 +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):