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
This commit is contained in:
parent
8a52b66f2e
commit
3c85f62928
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ ibus-table-1.3.0.20100621.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
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-table
|
||||
Version: 1.9.23
|
||||
Version: 1.9.24
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -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,12 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.9.23.tar.gz) = e98ec56a1546007e731c1fdd2b2aebdf37c01a920ae29902e970e3e738b2331e695c1309d02e94b24b9a648476284f3f1dd934b62e689f42c2627221fdd5a35d
|
||||
SHA512 (ibus-table-1.9.24.tar.gz) = a767e020d527dded57e099a6417eb87362e30d9905231e3c95b77522c99cb75dba4338027e7ea64362836b418335a58267a2932ae908b2b4b04a1f5aa5a32f8f
|
||||
|
Loading…
Reference in New Issue
Block a user