Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx-rime for openSUSE:Factory checked in at 2023-10-02 20:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-rime (Old) and /work/SRC/openSUSE:Factory/.fcitx-rime.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-rime" Mon Oct 2 20:05:04 2023 rev:16 rq:1114277 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-rime/fcitx-rime.changes 2021-01-20 18:27:54.103543983 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx-rime.new.28202/fcitx-rime.changes 2023-10-02 20:06:32.834978873 +0200 @@ -1,0 +2,6 @@ +Fri Sep 29 07:51:11 UTC 2023 - Marguerite Su <[email protected]> + +- add fcitx-rime-0.3.2-rime-sync-user-data.patch + * rime sync_user_data can't accept argument + +------------------------------------------------------------------- New: ---- fcitx-rime-0.3.2-rime-sync-user-data.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-rime.spec ++++++ --- /var/tmp/diff_new_pack.C1OFqk/_old 2023-10-02 20:06:33.867015989 +0200 +++ /var/tmp/diff_new_pack.C1OFqk/_new 2023-10-02 20:06:33.867015989 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-rime # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,10 +20,11 @@ Version: 0.3.2 Release: 0 Summary: Rime input engine support for Fcitx -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/I18n/Chinese -Url: https://github.com/fcitx/fcitx-rime +URL: https://github.com/fcitx/fcitx-rime Source: http://download.fcitx-im.org/fcitx-rime/%{name}-%{version}.tar.xz +Patch: fcitx-rime-0.3.2-rime-sync-user-data.patch BuildRequires: brise BuildRequires: cmake BuildRequires: fcitx-devel @@ -51,6 +52,7 @@ %prep %setup -q +%patch -p1 %build mkdir -p build ++++++ fcitx-rime-0.3.2-rime-sync-user-data.patch ++++++ Index: fcitx-rime-0.3.2/src/fcitx-rime.c =================================================================== --- fcitx-rime-0.3.2.orig/src/fcitx-rime.c +++ fcitx-rime-0.3.2/src/fcitx-rime.c @@ -603,7 +603,7 @@ void FcitxRimeToggleDeploy(void* arg) { FcitxRime* rime = (FcitxRime*) arg; if (rime->session_id) { - rime->api->sync_user_data(rime->session_id); + rime->api->sync_user_data(); rime->session_id = 0; } rime->api->finalize();
