SHA256
1
0
forked from pool/fcitx5

Accepting request 953892 from home:MargueriteSu:branches:M17N

- update version 5.0.14
  * support populate keyboard layout configuration to KDE5
    under wayland.
  * A fcitx5-wayland-launcher tool to use the same fcitx
    instance with multiple wayland compositors.
  * Fix a crash when building with libevent.
  * Generates coredump on crash.
  * Refactor wl_shm code to use modern shared memory API
    on linux/BSD
  * Fix wayland input method protocol under weston
  * Fix paging button not clickable under vertical layout

OBS-URL: https://build.opensuse.org/request/show/953892
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=24
This commit is contained in:
Marguerite Su 2022-02-12 08:29:24 +00:00 committed by Git OBS Bridge
parent cc51d35945
commit b12257ed2a
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:946aa6dff2d513b09adc061fcec0803a180c481adf5ea5d07e0be0a059f5b2ab
size 1320896

3
fcitx5-5.0.14.tar.xz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Feb 12 02:13:30 UTC 2022 - Marguerite Su <i@marguerite.su>
- update version 5.0.14
* support populate keyboard layout configuration to KDE5
under wayland.
* A fcitx5-wayland-launcher tool to use the same fcitx
instance with multiple wayland compositors.
* Fix a crash when building with libevent.
* Generates coredump on crash.
* Refactor wl_shm code to use modern shared memory API
on linux/BSD
* Fix wayland input method protocol under weston
* Fix paging button not clickable under vertical layout
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 8 13:59:25 UTC 2022 - Marguerite Su <i@marguerite.su> Tue Feb 8 13:59:25 UTC 2022 - Marguerite Su <i@marguerite.su>

View File

@ -1,7 +1,7 @@
# #
# spec file for package fcitx5 # spec file for package fcitx5
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%if ! %{defined _distconfdir} %if ! %{defined _distconfdir}
%define _distconfdir %{_sysconfdir} %define _distconfdir %{_sysconfdir}
%endif %endif
@ -24,7 +25,7 @@
%endif %endif
Name: fcitx5 Name: fcitx5
Version: 5.0.13 Version: 5.0.14
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
@ -201,6 +202,7 @@ install -Dm 0644 %{SOURCE4} %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.fcitx
%systemd_user_preun fcitx5.service %systemd_user_preun fcitx5.service
%systemd_user_postun fcitx5.service %systemd_user_postun fcitx5.service
%else %else
%pre %pre
if [ -x /usr/bin/systemctl ]; then if [ -x /usr/bin/systemctl ]; then
if [ ! -e "/usr/lib/systemd/user/%{name}.service" ]; then if [ ! -e "/usr/lib/systemd/user/%{name}.service" ]; then
@ -208,6 +210,7 @@ if [ -x /usr/bin/systemctl ]; then
touch "/run/systemd/rpm/needs-user-preset/%{name}.service" touch "/run/systemd/rpm/needs-user-preset/%{name}.service"
fi fi
fi fi
%post %post
if [ -x /usr/bin/systemctl ]; then if [ -x /usr/bin/systemctl ]; then
if [ -e "/run/systemd/rpm/needs-user-preset/%{name}.service" ]; then if [ -e "/run/systemd/rpm/needs-user-preset/%{name}.service" ]; then
@ -215,6 +218,7 @@ if [ -x /usr/bin/systemctl ]; then
rm "/run/systemd/rpm/needs-user-preset/%{name}.service" || : rm "/run/systemd/rpm/needs-user-preset/%{name}.service" || :
fi fi
fi fi
%preun %preun
if [ %{name}.service -eq 0 -a -x /usr/bin/systemctl ]; then if [ %{name}.service -eq 0 -a -x /usr/bin/systemctl ]; then
/usr/bin/systemctl --global disable fcitx5.service || : /usr/bin/systemctl --global disable fcitx5.service || :
@ -240,6 +244,7 @@ fi
%{_bindir}/fcitx5-remote %{_bindir}/fcitx5-remote
%{_bindir}/fcitx5-diagnose %{_bindir}/fcitx5-diagnose
%{_libdir}/fcitx5 %{_libdir}/fcitx5
%{_libexecdir}/fcitx5-wayland-launcher
%{_systemd_user_env_generator_dir}/99-fcitx5.py3 %{_systemd_user_env_generator_dir}/99-fcitx5.py3
%{_environmentdir}/99-fcitx5.conf %{_environmentdir}/99-fcitx5.conf
%{_userunitdir}/fcitx5.service %{_userunitdir}/fcitx5.service