SHA256
1
0
forked from pool/ibus-table

Accepting request 641837 from home:hillwood:branches:M17N

- 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)

OBS-URL: https://build.opensuse.org/request/show/641837
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=39
This commit is contained in:
2018-10-13 15:36:34 +00:00
committed by Git OBS Bridge
parent b064e04f00
commit 85b94c4de5
4 changed files with 31 additions and 12 deletions

View File

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

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

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Oct 13 13:40:35 UTC 2018 - hillwood@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)
-------------------------------------------------------------------
Fri Dec 15 04:27:29 UTC 2017 - hillwood@opensuse.org

View File

@@ -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 marguerite@opensuse.org
# replace file() to open()
# Patch: ibus-table-python3.patch
Source: https://github.com/mike-fabian/ibus-table/releases/download/%{name}/%{name}-%{version}.tar.gz
BuildRequires: docbook-utils-minimal
BuildRequires: fdupes
BuildRequires: gettext-tools
@@ -52,7 +49,6 @@ This package contains the files required for the development of ibus-table.
%prep
%setup -q
# %patch -p1
chmod -x AUTHORS COPYING README
%build
@@ -78,9 +74,10 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
%{_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)