From d402f98aa9d6312d83d8cd0992921800ed424cc3000b677657151d915a3da43a Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sun, 20 Aug 2023 14:44:20 +0000 Subject: [PATCH] Accepting request 1104845 from home:MargueriteSu:branches:M17N - Update to 5.1.0 * new virtualkeyboard api and service * fix a cairo usage in classicui when X11 connection ends * avoid sending empty preedit updates when not necessary * fix plasma theme when plasma generator is installed but can't be used. * fix some bug in charutils/stringutils API * integrate im module probing to fcitx5-diagnose * allow text icons to be forcibly used with kimpanel * dark mode support * quick phrase emoji update - drop FTBFS-fcitx5-5.0.23-fmt.patch OBS-URL: https://build.opensuse.org/request/show/1104845 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=49 --- FTBFS-fcitx5-5.0.23-fmt.patch | 13 ------------- fcitx5-5.0.23_dict.tar.xz | 3 --- fcitx5-5.1.0_dict.tar.xz | 3 +++ fcitx5.changes | 15 +++++++++++++++ fcitx5.spec | 3 +-- 5 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 FTBFS-fcitx5-5.0.23-fmt.patch delete mode 100644 fcitx5-5.0.23_dict.tar.xz create mode 100644 fcitx5-5.1.0_dict.tar.xz diff --git a/FTBFS-fcitx5-5.0.23-fmt.patch b/FTBFS-fcitx5-5.0.23-fmt.patch deleted file mode 100644 index d8f3163..0000000 --- a/FTBFS-fcitx5-5.0.23-fmt.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: fcitx5-5.0.23/src/modules/dbus/dbusmodule.cpp -=================================================================== ---- fcitx5-5.0.23.orig/src/modules/dbus/dbusmodule.cpp -+++ fcitx5-5.0.23/src/modules/dbus/dbusmodule.cpp -@@ -571,7 +571,7 @@ public: - } - ss << "] program:" << ic->program() - << " frontend:" << ic->frontend() -- << " cap:" << fmt::format("{:x}", ic->capabilityFlags()) -+ << " cap:" << fmt::format("{:x}", static_cast(ic->capabilityFlags())) - << " focus:" << ic->hasFocus() << std::endl; - return true; - }); diff --git a/fcitx5-5.0.23_dict.tar.xz b/fcitx5-5.0.23_dict.tar.xz deleted file mode 100644 index f7a0a7a..0000000 --- a/fcitx5-5.0.23_dict.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f008e58f3d4821cfb39005151433d5f329c822e0d579a943fb478c14d846f0 -size 7455892 diff --git a/fcitx5-5.1.0_dict.tar.xz b/fcitx5-5.1.0_dict.tar.xz new file mode 100644 index 0000000..6c035b7 --- /dev/null +++ b/fcitx5-5.1.0_dict.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e08a2914cf417afc5485820bc4e50b12a981502c63de7aa8663b7d6d91a2da8 +size 7473400 diff --git a/fcitx5.changes b/fcitx5.changes index dc46e43..c7fa4e5 100644 --- a/fcitx5.changes +++ b/fcitx5.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 20 05:44:46 UTC 2023 - Marguerite Su + +- Update to 5.1.0 + * new virtualkeyboard api and service + * fix a cairo usage in classicui when X11 connection ends + * avoid sending empty preedit updates when not necessary + * fix plasma theme when plasma generator is installed but can't be used. + * fix some bug in charutils/stringutils API + * integrate im module probing to fcitx5-diagnose + * allow text icons to be forcibly used with kimpanel + * dark mode support + * quick phrase emoji update +- drop FTBFS-fcitx5-5.0.23-fmt.patch + ------------------------------------------------------------------- Mon May 22 09:45:48 UTC 2023 - Marguerite Su diff --git a/fcitx5.spec b/fcitx5.spec index 997c45b..108798c 100644 --- a/fcitx5.spec +++ b/fcitx5.spec @@ -23,7 +23,7 @@ %define _environmentdir %{_prefix}/lib/environment.d %endif Name: fcitx5 -Version: 5.0.23 +Version: 5.1.0 Release: 0 Summary: Next generation of fcitx License: LGPL-2.1-or-later @@ -36,7 +36,6 @@ Source4: macros.fcitx5 Source102: fcitx5.service Patch1: fcitx5-gcc7.patch Patch2: fcitx5-5.0.13-memfd.patch -Patch3: FTBFS-fcitx5-5.0.23-fmt.patch BuildRequires: cmake BuildRequires: dbus-1-devel BuildRequires: extra-cmake-modules