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%)
This commit is contained in:
parent
f41808f1b7
commit
8a52b66f2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.9.20.tar.gz
|
/ibus-table-1.9.20.tar.gz
|
||||||
/ibus-table-1.9.21.tar.gz
|
/ibus-table-1.9.21.tar.gz
|
||||||
/ibus-table-1.9.22.tar.gz
|
/ibus-table-1.9.22.tar.gz
|
||||||
|
/ibus-table-1.9.23.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.22
|
Version: 1.9.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -101,6 +101,17 @@ make check || cat ./tests/test-suite.log
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Dec 17 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.22-1
|
||||||
- update to 1.9.22
|
- update to 1.9.22
|
||||||
- Add Turkish translation from Weblate, 100% translated
|
- Add Turkish translation from Weblate, 100% translated
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-1.9.22.tar.gz) = cde25bd3914eb7fffce47abfab1c75514f978bb33af7e20d865c867fd351418d86fe1852e70e1582ec6cae790e679c9098449f1679be5b30ce9236f0d7130534
|
SHA512 (ibus-table-1.9.23.tar.gz) = e98ec56a1546007e731c1fdd2b2aebdf37c01a920ae29902e970e3e738b2331e695c1309d02e94b24b9a648476284f3f1dd934b62e689f42c2627221fdd5a35d
|
||||||
|
Loading…
Reference in New Issue
Block a user