From 7731d821520aad27c25d3a5b6768e8fb4f3a2c4a8127c18920b43826c858f531 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 23 May 2024 08:03:36 +0000 Subject: [PATCH] Accepting request 1176012 from home:MargueriteSu:branches:M17N - Update to 5.1.9 * Add support to recognize passwords in clipboard and allow automatically clear after a certain amount of time, and also hide them when displaying it. This feature is not widely supported, the known application supports it including keepassxc, plasma-pass. You can also configure to ask fcitx clipboard to ignore all such marked passwords. * Fix repeat info is not correctly populated from wayland * Unicode addon now supports Unicode 15.1 * FIx an issue that under certain cases, the X popup window may still out of screen. * A new option to reset input method active state on focus in. * fix wayland im frontend check on whether a key should repeat OBS-URL: https://build.opensuse.org/request/show/1176012 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=55 --- fcitx5-5.1.7_dict.tar.xz | 3 --- fcitx5-5.1.9_dict.tar.zst | 3 +++ fcitx5.changes | 17 +++++++++++++++++ fcitx5.spec | 5 +++-- macros.fcitx5 | 1 + 5 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 fcitx5-5.1.7_dict.tar.xz create mode 100644 fcitx5-5.1.9_dict.tar.zst diff --git a/fcitx5-5.1.7_dict.tar.xz b/fcitx5-5.1.7_dict.tar.xz deleted file mode 100644 index 74bdf50..0000000 --- a/fcitx5-5.1.7_dict.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a67003d0370dbeaef1c6a171044c6c8da0c24006bfd1c15b7c44ba488f0d3f2 -size 7497708 diff --git a/fcitx5-5.1.9_dict.tar.zst b/fcitx5-5.1.9_dict.tar.zst new file mode 100644 index 0000000..268a40b --- /dev/null +++ b/fcitx5-5.1.9_dict.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a43cf181c967a9cdefce3c95c51e0e8f117740a25ddca111ec750f87af7dce4 +size 8307560 diff --git a/fcitx5.changes b/fcitx5.changes index fb5578b..d4d21de 100644 --- a/fcitx5.changes +++ b/fcitx5.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 22 07:44:16 UTC 2024 - Marguerite Su + +- Update to 5.1.9 + * Add support to recognize passwords in clipboard and allow + automatically clear after a certain amount of time, and + also hide them when displaying it. This feature is not + widely supported, the known application supports it including + keepassxc, plasma-pass. You can also configure to ask fcitx + clipboard to ignore all such marked passwords. + * Fix repeat info is not correctly populated from wayland + * Unicode addon now supports Unicode 15.1 + * FIx an issue that under certain cases, the X popup window + may still out of screen. + * A new option to reset input method active state on focus in. + * fix wayland im frontend check on whether a key should repeat + ------------------------------------------------------------------- Sun Feb 4 14:17:28 UTC 2024 - Marguerite Su diff --git a/fcitx5.spec b/fcitx5.spec index 30223c4..c0a1275 100644 --- a/fcitx5.spec +++ b/fcitx5.spec @@ -23,13 +23,13 @@ %define _environmentdir %{_prefix}/lib/environment.d %endif Name: fcitx5 -Version: 5.1.7 +Version: 5.1.9 Release: 0 Summary: Next generation of fcitx License: LGPL-2.1-or-later Group: System/I18n/Chinese URL: https://github.com/fcitx/fcitx5 -Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.xz +Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.zst Source2: https://raw.githubusercontent.com/fcitx/fcitx-artwork/master/logo/Fcitx.svg Source3: xim.d-fcitx5 Source4: macros.fcitx5 @@ -46,6 +46,7 @@ BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: xcb-util-wm-devel BuildRequires: xkeyboard-config +BuildRequires: zstd BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cldr-emoji-annotation) BuildRequires: pkgconfig(enchant-2) diff --git a/macros.fcitx5 b/macros.fcitx5 index 3ae279a..55b65da 100644 --- a/macros.fcitx5 +++ b/macros.fcitx5 @@ -5,3 +5,4 @@ %_fcitx5_addondir %{_fcitx5_datadir}/addon %_fcitx5_imconfdir %{_fcitx5_datadir}/inputmethod %_fcitx5_qt5dir %{_fcitx5_libdir}/qt5 +%_fcitx5_qt6dir %{_fcitx5_libdir}/qt6