SHA256
1
0
forked from pool/fcitx5

Accepting request 1144229 from home:MargueriteSu:branches:M17N

- Update to 5.1.7
  * fix some crash bugs introduced when porting to libuv
  * some minor improvements on launching fcitx5
- Changes in 5.1.6
  * don't allow restart from UI when running with wayland im protocol
  * improve ProcessKeyBatch to support delete surrounding
  * Fix fractional scale rounding to follow the spec
  * fix minor compatibility in ibus frontend with ibus 1.5.29 so ibus
    im module won't spam the log
  * fix modifier only hyper key detection
  * don't use xcb grab key when wayland im module already has a grab
- Changes in 5.1.2
  * Fix dbus signature template parsing for certain signatures
  * Add environment warning message under Wayland, to help
    user to set it right
    Act as a warning to distro (fedora/debian) that their tools do not
    work under wayland properly.
  * Fix virtual keyboard event not flushing wayland connection
  * Add option to allow configure auto save behavior
  * Make wayland event reading in a separate thread.
  * Fix portal value not being read at start up.
  * Add an option to allow use of the input method in password field
  * make file system API respect umask settings, especially for safeSave
  * Support bulk candidate list without a known size.

OBS-URL: https://build.opensuse.org/request/show/1144229
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=53
This commit is contained in:
Marguerite Su 2024-02-05 14:34:54 +00:00 committed by Git OBS Bridge
parent fc33ed50a3
commit 0b4954cbfb
4 changed files with 37 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:786962e1f19c2db68450676218f1a8977777d035cd9cb71bfd8b9823277069be
size 7477984

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a67003d0370dbeaef1c6a171044c6c8da0c24006bfd1c15b7c44ba488f0d3f2
size 7497708

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Feb 4 14:17:28 UTC 2024 - Marguerite Su <i@marguerite.su>
- Update to 5.1.7
* fix some crash bugs introduced when porting to libuv
* some minor improvements on launching fcitx5
- Changes in 5.1.6
* don't allow restart from UI when running with wayland im protocol
* improve ProcessKeyBatch to support delete surrounding
* Fix fractional scale rounding to follow the spec
* fix minor compatibility in ibus frontend with ibus 1.5.29 so ibus
im module won't spam the log
* fix modifier only hyper key detection
* don't use xcb grab key when wayland im module already has a grab
- Changes in 5.1.2
* Fix dbus signature template parsing for certain signatures
* Add environment warning message under Wayland, to help
user to set it right
Act as a warning to distro (fedora/debian) that their tools do not
work under wayland properly.
* Fix virtual keyboard event not flushing wayland connection
* Add option to allow configure auto save behavior
* Make wayland event reading in a separate thread.
* Fix portal value not being read at start up.
* Add an option to allow use of the input method in password field
* make file system API respect umask settings, especially for safeSave
* Support bulk candidate list without a known size.
-------------------------------------------------------------------
Tue Oct 3 07:33:20 UTC 2023 - Marguerite Su <i@marguerite.su>

View File

@ -1,7 +1,7 @@
#
# spec file for package fcitx5
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%define _environmentdir %{_prefix}/lib/environment.d
%endif
Name: fcitx5
Version: 5.1.1
Version: 5.1.7
Release: 0
Summary: Next generation of fcitx
License: LGPL-2.1-or-later
@ -54,8 +54,8 @@ BuildRequires: pkgconfig(fmt)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libuv)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(wayland-client)
@ -231,6 +231,8 @@ fi
%doc README.md
%license LICENSES
%{_distconfdir}/X11/xim.d/
%dir %{_sysconfdir}/xdg/Xwayland-session.d
%{_sysconfdir}/xdg/Xwayland-session.d/20-fcitx-x11
%{_sysconfdir}/xdg/autostart/org.fcitx.Fcitx5.desktop
%{_bindir}/fcitx5
%{_bindir}/fcitx5-configtool
@ -241,6 +243,7 @@ fi
%{_userunitdir}/fcitx5.service
%{_datadir}/applications/org.fcitx.Fcitx5.desktop
%{_datadir}/applications/fcitx5-configtool.desktop
%{_datadir}/applications/fcitx5-wayland-launcher.desktop
%{_datadir}/fcitx5
%{_datadir}/icons/hicolor/*/apps/fcitx.*
%{_datadir}/icons/hicolor/*/apps/org.fcitx.Fcitx5.*