Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e57533d07f | ||
|
|
08a8767ca0 | ||
|
|
e8d504086a | ||
|
|
08b45835db |
3 changed files with 40 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -53,3 +53,7 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.9.19.tar.gz
|
||||
/ibus-table-1.9.20.tar.gz
|
||||
/ibus-table-1.9.21.tar.gz
|
||||
/ibus-table-1.9.22.tar.gz
|
||||
/ibus-table-1.9.23.tar.gz
|
||||
/ibus-table-1.9.24.tar.gz
|
||||
/ibus-table-1.9.25.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-table
|
||||
Version: 1.9.21
|
||||
Release: 4%{?dist}
|
||||
Version: 1.9.25
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
|
|
@ -24,6 +24,7 @@ BuildRequires: ibus-table-chinese-stroke5
|
|||
BuildRequires: ibus-table-code
|
||||
BuildRequires: ibus-table-latin
|
||||
BuildRequires: ibus-table-translit
|
||||
BuildRequires: ibus-table-tv
|
||||
|
||||
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
||||
|
||||
|
|
@ -74,7 +75,10 @@ dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/chinesemode 1
|
|||
dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/spacekeybehavior false
|
||||
dconf dump /
|
||||
ibus-daemon -drx
|
||||
make check || cat ./tests/test-suite.log
|
||||
make -C tests run_tests
|
||||
pushd tests
|
||||
./run_tests
|
||||
popd
|
||||
|
||||
%post
|
||||
[ -x %{_bindir}/ibus ] && \
|
||||
|
|
@ -101,6 +105,34 @@ make check || cat ./tests/test-suite.log
|
|||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Feb 12 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-1
|
||||
- update to 1.9.25
|
||||
- Fix crash when changing some options using the menu or the floating panel
|
||||
- Resolves: rhbz#1803028
|
||||
- Translation updates (pt_PT)
|
||||
|
||||
* Wed Jan 22 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.24-1
|
||||
- update 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
|
||||
|
||||
* Tue Jan 07 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.23-1
|
||||
- update to 1.9.23
|
||||
- Add exist_ok=True in os.makedirs(path, exist_ok=True) to
|
||||
avoid failure due to race condition.
|
||||
- Resolves:rhbz#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, Portuguese
|
||||
(Portugal) new and now at 31.5%)
|
||||
|
||||
* Tue Dec 17 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.22-1
|
||||
- update to 1.9.22
|
||||
- Add Turkish translation from Weblate, 100% translated
|
||||
- Minor translation fixes in some other languages (Punctuation fixes)
|
||||
|
||||
* Tue Feb 12 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.21-4
|
||||
- Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires
|
||||
(Resolves: rhbz#1676299)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.9.21.tar.gz) = 354f7e8ece5c23b84251bd0d5ff06d7a368678ade25e340341ef9f85571b440c455d56660c743be97ff6776ff041c4da35079ce090955c5f87b8f3b587e35866
|
||||
SHA512 (ibus-table-1.9.25.tar.gz) = d6db134ae9dfd6ea478dfdf7544c47fa6d94aca398451ac3fd451d22de806e91c0972478b6e25caa037d9dbac3de13e28b3f0d9b7c06b28bf19f50a0b389974e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue