SHA256
1
0
forked from pool/fcitx5

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
This commit is contained in:
Marguerite Su 2023-08-20 14:44:20 +00:00 committed by Git OBS Bridge
parent 0a77381f61
commit d402f98aa9
5 changed files with 19 additions and 18 deletions

View File

@ -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<uint64_t>(ic->capabilityFlags()))
<< " focus:" << ic->hasFocus() << std::endl;
return true;
});

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17f008e58f3d4821cfb39005151433d5f329c822e0d579a943fb478c14d846f0
size 7455892

3
fcitx5-5.1.0_dict.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e08a2914cf417afc5485820bc4e50b12a981502c63de7aa8663b7d6d91a2da8
size 7473400

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Aug 20 05:44:46 UTC 2023 - Marguerite Su <i@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 <i@marguerite.su> Mon May 22 09:45:48 UTC 2023 - Marguerite Su <i@marguerite.su>

View File

@ -23,7 +23,7 @@
%define _environmentdir %{_prefix}/lib/environment.d %define _environmentdir %{_prefix}/lib/environment.d
%endif %endif
Name: fcitx5 Name: fcitx5
Version: 5.0.23 Version: 5.1.0
Release: 0 Release: 0
Summary: Next generation of fcitx Summary: Next generation of fcitx
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -36,7 +36,6 @@ Source4: macros.fcitx5
Source102: fcitx5.service Source102: fcitx5.service
Patch1: fcitx5-gcc7.patch Patch1: fcitx5-gcc7.patch
Patch2: fcitx5-5.0.13-memfd.patch Patch2: fcitx5-5.0.13-memfd.patch
Patch3: FTBFS-fcitx5-5.0.23-fmt.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: dbus-1-devel BuildRequires: dbus-1-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules