Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ibus-table-tests-1.17.19-3.fc45 RPM for noarch

From Fedora Rawhide for ppc64le / i

Name: ibus-table-tests Distribution: Fedora Project
Version: 1.17.19 Vendor: Fedora Project
Release: 3.fc45 Build date: Mon Jul 20 11:11:39 2026
Group: Unspecified Build host: buildvm-ppc64le-08.rdu3.fedoraproject.org
Size: 115337 Source RPM: ibus-table-1.17.19-3.fc45.src.rpm
Packager: Fedora Project
Url: https://github.com/mike-fabian/ibus-table
Summary: Tests for the ibus-table package
The ibus-table-tests package contains tests that can be used to verify
the functionality of the installed ibus-table package.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Jul 20 2026 Mike FABIAN <mfabian@redhat.com> - 1.17.19-3
  - Add `BuildRequires:  gobject-introspection`
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.19-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Mon May 11 2026 Mike FABIAN <mfabian@redhat.com> - 1.17.19-1
  - Update to 1.17.19
  - Translation update from Weblate (ka 69.2%, lo 100%)
* Mon Apr 27 2026 Mike FABIAN <mfabian@redhat.com> - 1.17.18-1
  - Release 1.17.18
  - Enhance TabEngine key handling cancelling logic when suggestion mode is
    active. (Resolves: https://github.com/mike-fabian/ibus-table/pull/215)
  - Translation update from Weblate (cz 100%, el 39.8%, ka 100%, pt_PT
    100%, zh_TW 100%)
* Mon Apr 27 2026 Mike FABIAN <mfabian@redhat.com> - 1.17.17-1
  - Release 1.17.17
  - Update Unihan_Variants.txt and regenerate engine/chinese_variants.py for
    Unicode 17.0.0 release
  - Translation update from Weblate (ca 100%, cz 97.3%, el 28.7%, fa
    15.0%, hu 22.8%, ja 49.6%, ka 69.3%, kab 37.2%, pt_PT 75.8%, ro
    100%, si 11.1%, zh_HK 20.9%)
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.16-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Oct 06 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.16-1
  - Release 1.17.16
  - Translation update from Weblate (ru 99.3%, tr 100%, zh_CN 100%)
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.17.15-3
  - Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.17.15-2
  - Rebuilt for Python 3.14.0rc2 bytecode
* Sat Aug 09 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.15-1
  - Release 1.17.15
  - Log all unhandled exceptions, makes debugging a lot easier When Python
    code runs in an environment like IBus, unhandled exceptions inside
    callbacks are usually caught and swallowed by the framework, often with
    no logging. That’s why one sees “silent” failures: the event handler
    stops executing at the exception, but IBus continues running, and you get
    no clue unless you manually log something.
  - Stop calling IBus.init(), Python code no longer needs to call that
  - Don't take index of the string returned by get_goucima() if it is too
    short (Resolves: https://github.com/mike-fabian/ibus-table/pull/201)
  - Translation update from Weblate (el 22.2%, es 100%, ka 61.4%, pt_BR
    100%
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.14-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 17 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.14-1
  - Release 1.17.14
  - Make it possible to configure which menu entries are shown in the desktop
    panel menu and in the floating panel (Resolves: https://github.com/mike-
    fabian/ibus-table/pull/189)
  - Translation update from Weblate (ca 99.3%, de 100%, es 99.3%, fr
    100%, ka 60.7%, kab 35.5%, pt_BR 99.3%, pt_PT 74.5%, ru 98.6%, tr
    99.3%, ua 100%, zh_CN 90.1%, zh_TW 99.3%)
* Fri May 23 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.13-1
  - Release 1.17.13
  - Improve parsing of attributtes (allow = character in attribute values) by
    Alba Mendez Resolves: https://github.com/kaio/ibus-table/pull/86
  - Translation update from Weblate (ca 100%, ru 99.3%)
* Fri May 02 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.12-1
  - Update to 1.17.12
  - Improve starting of the setup tool, make it work correctly when starting
    from a git clone (Resolves: https://github.com/mike-fabian/ibus-
    table/issues/179)
  - Migrate from Gtk.main() to GLib.MainLoop() (Resolves:
    https://github.com/mike-fabian/ibus-table/issues/180)
  - Stop using deprecated keyword arguments “flags” and “message_format” when
    creating Gtk.MessageDialog() (See also: https://github.com/mike-
    fabian/ibus-typing-booster/issues/377)
  - Increase pygame.mixer's buffer size (See also: https://github.com/mike-
    fabian/ibus-typing-booster/issues/681)
  - Translation update from Weblate (ca 85.5%, es 100%, fa 11.8%, pt_BR
    100%, zh_TW 100%)
* Tue Feb 18 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.11-1
  - Update to 1.17.11
  - Fix to load EN compose file Now EN compose file is loaded in the class
    init of IBus.EngineSimple and IBus.init() needs to be called before the
    init. This fix is needed for ibus version >=  1.5.32~beta2.
  - Translation update from Weblate (es 96.7%, fr 100%, ru  98.6%)
* Tue Jan 21 2025 Mike FABIAN <mfabian@redhat.com> - 1.17.10-1
  - Update to 1.17.10
  - Generate translations into metainfo.xml files with autotools (Resolves:
    https://github.com/mike-fabian/ibus-table/issues/171)
  - Rename ibus-table.appdata.xml to
    org.freedesktop.ibus.engine.table.metainfo.xml
  - Make desktop file translatable and generate translations into desktop
    file
  - Translation update from Weblate (de 100%, ja 48.0%, ru 98.6%, tr
    100%, uk 100%)
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Dec 11 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.9-1
  - Update to 1.17.9
  - Make the setup tool use the wrapper itb_sound.py instead of using
    simpleaudio unconditionally (Resolves: github-mike-fabian-issue#162)
  - Translation update from Weblate (new language Kabyle: kab 29.3%)
* Wed Sep 11 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.8-1
  - Update to 1.17.8
  - Update Unihan_Variants.txt and regenerate engine/chinese_variants.py for
    Unicode 16.0.0 release
  - Translation update from Weblate (new: el 17.3%)
* Sun Aug 25 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.7-1
  - Update to 1.17.7
  - Translation update from Weblate (fr 100%, ru 93.3%)

Files

/usr/libexec/installed-tests
/usr/libexec/installed-tests/ibus-table
/usr/libexec/installed-tests/ibus-table/gtkcases.py
/usr/libexec/installed-tests/ibus-table/mock_engine.py
/usr/libexec/installed-tests/ibus-table/run_tests
/usr/libexec/installed-tests/ibus-table/test_0_gtk.py
/usr/libexec/installed-tests/ibus-table/test_it.py
/usr/share/installed-tests
/usr/share/installed-tests/ibus-table
/usr/share/installed-tests/ibus-table/test_0_gtk.test
/usr/share/installed-tests/ibus-table/test_it.test


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jul 27 01:03:13 2026