public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus-table] f45: Update to 1.18.0
@ 2026-09-03 10:50 Mike FABIAN
  0 siblings, 0 replies; only message in thread
From: Mike FABIAN @ 2026-09-03 10:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ibus-table
            Branch : f45
            Commit : 89a47c312dde3760fd11643ea5cde39746c3b178
            Author : Mike FABIAN <mfabian@redhat.com>
            Date   : 2026-09-03T10:56:47+02:00
            Stats  : +5/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/ibus-table/c/89a47c312dde3760fd11643ea5cde39746c3b178?branch=f45

            Log:
            Update to 1.18.0

- Require Python 3.9+ from now on
- [Optimization] Drop the ESCAPE clause when unneeded and add a tabkeys index
  (Resolves: https://github.com/mike-fabian/ibus-table/pull/235)
- Stop rewriting the phrases cache every 30s while idle
  (Resolves: https://github.com/mike-fabian/ibus-table/pull/234)
- Fill the lookup table completely instead of one page at a time
  (Resolves: https://github.com/mike-fabian/ibus-table/pull/232)
- Translation update from Weblate (de 100%, es 100%, el 40.5%, hu 50.9%, ja 54.9%, ka 69.9%, kab 41.1%, ko 100%, ru 100%, si 15.0%, zh_HK 21.5%)

---
diff --git a/.gitignore b/.gitignore
index 08926ab..01151a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -112,3 +112,4 @@ ibus-table-1.3.0.20100621.tar.gz
 /ibus-table-1.17.17.tar.gz
 /ibus-table-1.17.18.tar.gz
 /ibus-table-1.17.19.tar.gz
+/ibus-table-1.18.0.tar.gz

diff --git a/ibus-table.spec b/ibus-table.spec
index 1163f33..67cf939 100644
--- a/ibus-table.spec
+++ b/ibus-table.spec
@@ -1,5 +1,5 @@
 Name:       ibus-table
-Version:    1.17.19
+Version:    1.18.0
 Release:    %autorelease
 Summary:    The Table engine for IBus platform
 License:    LGPL-2.1-or-later
@@ -11,8 +11,9 @@ Requires:       ibus > 1.3.0
 Recommends: python3-simpleaudio
 BuildRequires:  gcc
 BuildRequires:  ibus-devel > 1.3.0
-BuildRequires:  python3-devel >= 3.6.0
+BuildRequires:  python3-devel >= 3.9.0
 BuildRequires:  gobject-introspection
+BuildRequires:  python3-devel >= 3.9.0
 # for the unit tests
 %if 0%{?fedora}
 BuildRequires:  appstream

diff --git a/sources b/sources
index 194a64e..774bbfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ibus-table-1.17.19.tar.gz) = a1c520b76918873195224eb36e651387ecf217b545957a349c27e0d42aba88e386a8b406340db805a023e14ed444a7e5f215e4e0bfcd9083ddd0514983243e2f
+SHA512 (ibus-table-1.18.0.tar.gz) = 8da50e1387a38d6994a1fdadfdff660f5b08a3ed9a92d557a66761b5d6d0cdddaba7672a85ee5c8c936f2b4c680eea9bdeb0cd0dcb1f155c482dba3c49a166df

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 10:50 [rpms/ibus-table] f45: Update to 1.18.0 Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox