Ana Guerrero 2023-08-21 09:44:40 +00:00 committed by Git OBS Bridge
commit e3d33f467e
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>

View File

@ -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