Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d31c81991 | ||
|
|
d6cdaebe55 | ||
|
|
3e20ed1bb8 | ||
|
|
1a769c3461 | ||
|
|
dc3e4a559c |
3 changed files with 51 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -46,3 +46,8 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.9.12.tar.gz
|
||||
/ibus-table-1.9.13.tar.gz
|
||||
/ibus-table-1.9.14.tar.gz
|
||||
/ibus-table-1.9.15.tar.gz
|
||||
/ibus-table-1.9.16.tar.gz
|
||||
/ibus-table-1.9.17.tar.gz
|
||||
/ibus-table-1.9.18.tar.gz
|
||||
/ibus-table-1.9.19.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: ibus-table
|
||||
Version: 1.9.14
|
||||
Version: 1.9.19
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
|
|
@ -10,6 +10,7 @@ Requires: ibus > 1.3.0
|
|||
Requires: python3 >= 3.3
|
||||
BuildRequires: ibus-devel > 1.3.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
||||
|
||||
|
|
@ -42,6 +43,9 @@ export PYTHON=%{__python3}
|
|||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
|
||||
%clean
|
||||
%__rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
|
@ -50,7 +54,7 @@ export PYTHON=%{__python3}
|
|||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_datadir}/ibus/component/table.xml
|
||||
%{_datadir}/applications/ibus-setup-table.desktop
|
||||
%{_bindir}/%{name}-createdb
|
||||
|
|
@ -63,6 +67,45 @@ export PYTHON=%{__python3}
|
|||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 30 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.19-1
|
||||
- update to 1.9.19
|
||||
- Sync phrases cache from/to external storage (thanks to heiher).
|
||||
- Update translations from zanata (cs new)
|
||||
|
||||
* Wed Aug 02 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.18-1
|
||||
- update to 1.9.18
|
||||
- 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
|
||||
(thanks to heiher)
|
||||
- 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)
|
||||
|
||||
* Thu Jun 01 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.17-1
|
||||
- update to 1.9.17
|
||||
- Load .desktop file for ibus-setup-table correctly under Gnome Wayland
|
||||
- Set WM_CLASS of ibus-setup-table correctly
|
||||
|
||||
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.16-1
|
||||
- update to 1.9.16
|
||||
- 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).
|
||||
|
||||
* Mon Jan 16 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.15-1
|
||||
- update to 1.9.15
|
||||
- Update translations from zanata (ca, de, fr, uk updated)
|
||||
- Point to new home-page in the “About” tab.
|
||||
- Improve README
|
||||
|
||||
* Wed Aug 24 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.14-1
|
||||
- update to 1.9.14
|
||||
- Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a1bfcec2a9900b10ebe0948e4c67f71e ibus-table-1.9.14.tar.gz
|
||||
SHA512 (ibus-table-1.9.19.tar.gz) = 2bbc9b3332b7ff813314d524894ab15a8e273fed0f86c14cd73329c3dc273ed9af278804a49015ad2ff344051b94509d90449bb783b568efde77f3108ef12f74
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue