Update to 1.10.0
- Add suggestion mode feature - Resolves: https://github.com/mike-fabian/ibus-table/pull/9 - Resolves: rhbz#835376 - Add test cases for suggestion mode feature - Fix problems with the behaviour of the property menus - Use python logging module with log file rotation instead of writing to stdout/stderr - Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
This commit is contained in:
parent
c3b53e9df2
commit
0b777236a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.9.23.tar.gz
|
||||
/ibus-table-1.9.24.tar.gz
|
||||
/ibus-table-1.9.25.tar.gz
|
||||
/ibus-table-1.10.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.25
|
||||
Release: 3%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
@ -102,6 +102,17 @@ popd
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jul 01 2020 Mike FABIAN <mfabian@redhat.com> - 1.10.0-1
|
||||
- Update to 1.10.0
|
||||
- Add suggestion mode feature
|
||||
- Resolves: https://github.com/mike-fabian/ibus-table/pull/9
|
||||
- Resolves: rhbz#835376
|
||||
- Add test cases for suggestion mode feature
|
||||
- Fix problems with the behaviour of the property menus
|
||||
- Use python logging module with log file rotation instead
|
||||
of writing to stdout/stderr
|
||||
- Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
|
||||
|
||||
* Mon Jun 22 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-3
|
||||
- Byte compile python files namually,
|
||||
see: https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.9.25.tar.gz) = d6db134ae9dfd6ea478dfdf7544c47fa6d94aca398451ac3fd451d22de806e91c0972478b6e25caa037d9dbac3de13e28b3f0d9b7c06b28bf19f50a0b389974e
|
||||
SHA512 (ibus-table-1.10.0.tar.gz) = cb9d4c378f2acbffdeb034ef33b80eef2e971d8196222c9fe0d72b15c025ab30fdc68a4de0c6b6e1ecae296b8e3555a769f6a7dabb9dbf1f544dc16e8d08edd4
|
||||
|
Loading…
Reference in New Issue
Block a user