Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5-kkc for openSUSE:Factory checked in at 2022-03-13 20:25:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx5-kkc (Old) and /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5-kkc" Sun Mar 13 20:25:14 2022 rev:2 rq:961411 version:5.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx5-kkc/fcitx5-kkc.changes 2022-02-10 23:12:33.308281104 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.25692/fcitx5-kkc.changes 2022-03-13 20:25:36.871686921 +0100 @@ -1,0 +2,6 @@ +Sun Mar 13 07:30:32 UTC 2022 - Marguerite Su <[email protected]> + +- update version 5.0.8 + * Add missing include <array> + +------------------------------------------------------------------- Old: ---- fcitx5-kkc-5.0.6.tar.xz New: ---- fcitx5-kkc-5.0.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5-kkc.spec ++++++ --- /var/tmp/diff_new_pack.b87rRR/_old 2022-03-13 20:25:37.307687433 +0100 +++ /var/tmp/diff_new_pack.b87rRR/_new 2022-03-13 20:25:37.315687443 +0100 @@ -1,7 +1,7 @@ # # spec file for package fcitx5-kkc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fcitx5-kkc -Version: 5.0.6 +Version: 5.0.8 Release: 0 Summary: Libkkc input method support for Fcitx5 License: GPL-3.0-or-later ++++++ fcitx5-kkc-5.0.6.tar.xz -> fcitx5-kkc-5.0.8.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/CMakeLists.txt new/fcitx5-kkc-5.0.8/CMakeLists.txt --- old/fcitx5-kkc-5.0.6/CMakeLists.txt 2021-09-26 05:34:07.556542200 +0200 +++ new/fcitx5-kkc-5.0.8/CMakeLists.txt 2022-03-09 19:25:57.000344300 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.6) # The Project Name -project(fcitx5-kkc VERSION 5.0.6) +project(fcitx5-kkc VERSION 5.0.8) find_package(ECM REQUIRED 1.0.0) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/gui/adddictdialog.cpp new/fcitx5-kkc-5.0.8/gui/adddictdialog.cpp --- old/fcitx5-kkc-5.0.6/gui/adddictdialog.cpp 2020-05-09 00:30:23.810432000 +0200 +++ new/fcitx5-kkc-5.0.8/gui/adddictdialog.cpp 2022-01-11 17:59:08.536399000 +0100 @@ -7,8 +7,8 @@ #include "adddictdialog.h" #include "config.h" -#include <QDebug> #include <QFileDialog> +#include <array> #include <fcitx-utils/i18n.h> #include <fcitx-utils/standardpath.h> #include <fcitx-utils/stringutils.h> @@ -62,7 +62,6 @@ QDir dir(basePath); path = dir.filePath(path.mid(sizeof(configDir) - 1)); } - qDebug() << path; path = QFileDialog::getExistingDirectory( this, _("Select Dictionary Directory"), path); if (path.startsWith(basePath + "/")) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in new/fcitx5-kkc-5.0.8/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in --- old/fcitx5-kkc-5.0.6/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in 2021-09-26 05:34:07.599871900 +0200 +++ new/fcitx5-kkc-5.0.8/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in 2022-03-09 19:25:57.077012800 +0100 @@ -10,6 +10,8 @@ <url type="bugtracker">https://github.com/fcitx/fcitx5-kkc/issues</url> <project_group>Fcitx</project_group> <releases> + <release version="5.0.8" date="2022-03-09"/> + <release version="5.0.7" date="2022-02-01"/> <release version="5.0.6" date="2021-09-25"/> <release version="5.0.5" date="2021-03-21"/> <release version="5.0.4" date="2021-02-18"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/po/de.po new/fcitx5-kkc-5.0.8/po/de.po --- old/fcitx5-kkc-5.0.6/po/de.po 2020-11-03 05:41:05.628098000 +0100 +++ new/fcitx5-kkc-5.0.8/po/de.po 2022-01-20 23:22:19.587896000 +0100 @@ -5,14 +5,15 @@ # Translators: # csslayer <[email protected]>, 2017 # mar well <[email protected]>, 2018 +# Ettore Atalan <[email protected]>, 2022 # msgid "" msgstr "" "Project-Id-Version: fcitx5-kkc\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2020-11-02 15:55-0800\n" +"POT-Creation-Date: 2022-01-15 20:24+0000\n" "PO-Revision-Date: 2017-12-19 22:05+0000\n" -"Last-Translator: mar well <[email protected]>, 2018\n" +"Last-Translator: Ettore Atalan <[email protected]>, 2022\n" "Language-Team: German (https://www.transifex.com/fcitx/teams/12005/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" @@ -22,35 +23,35 @@ #. i18n: file: gui/addshortcutdialog.ui:42 #. i18n: ectx: property (text), widget (QLabel, commandLabel_) -#: rc.cpp:18 rc.cpp:48 +#: rc.cpp:9 #, kde-format msgid "&Command:" msgstr "&Befehl:" #. i18n: file: gui/addshortcutdialog.ui:22 #. i18n: ectx: property (text), widget (QLabel, inputModeLabel_) -#: rc.cpp:15 rc.cpp:45 +#: rc.cpp:6 #, kde-format msgid "&Input Mode:" msgstr "&Eingabemodus:" #. i18n: file: gui/addshortcutdialog.ui:71 #. i18n: ectx: property (text), widget (QLabel, keyLabel_) -#: rc.cpp:21 rc.cpp:51 +#: rc.cpp:12 #, kde-format msgid "&Key:" msgstr "&Schl??ssel" #. i18n: file: gui/adddictdialog.ui:42 #. i18n: ectx: property (text), widget (QLabel, pathLabel_) -#: rc.cpp:30 rc.cpp:60 +#: rc.cpp:24 #, kde-format msgid "&Path:" msgstr "&Pfad:" #. i18n: file: gui/adddictdialog.ui:22 #. i18n: ectx: property (text), widget (QLabel, typeLabel_) -#: rc.cpp:27 rc.cpp:57 +#: rc.cpp:21 #, kde-format msgid "&Type:" msgstr "&Taste:" @@ -83,11 +84,7 @@ #. i18n: ectx: property (windowTitle), widget (QDialog, AddShortcutDialog) #. i18n: file: gui/adddictdialog.ui:14 #. i18n: ectx: property (windowTitle), widget (QDialog, AddDictDialog) -#. i18n: file: gui/addshortcutdialog.ui:14 -#. i18n: ectx: property (windowTitle), widget (QDialog, AddShortcutDialog) -#. i18n: file: gui/adddictdialog.ui:14 -#. i18n: ectx: property (windowTitle), widget (QDialog, AddDictDialog) -#: rc.cpp:12 rc.cpp:24 rc.cpp:42 rc.cpp:54 +#: rc.cpp:3 rc.cpp:18 #, kde-format msgid "Dialog" msgstr "Dialog" @@ -100,7 +97,7 @@ msgid "Dictionary Manager" msgstr "W??rterbuchverwaltung" -#: src/kkc.cpp:97 src/kkc.h:37 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:108 src/kkc.h:37 msgid "Direct input" msgstr "Direkte Eingabe" @@ -108,11 +105,7 @@ #. i18n: ectx: property (windowTitle), widget (QWidget, KkcDictWidget) #. i18n: file: gui/shortcutwidget.ui:20 #. i18n: ectx: property (windowTitle), widget (QWidget, KkcShortcutWidget) -#. i18n: file: gui/dictwidget.ui:14 -#. i18n: ectx: property (windowTitle), widget (QWidget, KkcDictWidget) -#. i18n: file: gui/shortcutwidget.ui:20 -#. i18n: ectx: property (windowTitle), widget (QWidget, KkcShortcutWidget) -#: rc.cpp:3 rc.cpp:6 rc.cpp:33 rc.cpp:36 +#: rc.cpp:15 rc.cpp:27 #, kde-format msgid "Form" msgstr "" @@ -121,11 +114,11 @@ msgid "Function" msgstr "Funktion" -#: src/kkc.cpp:94 src/kkc.h:36 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:105 src/kkc.h:36 msgid "Half width Katakana" msgstr "Halbweites Katakana" -#: src/kkc.cpp:92 src/kkc.h:35 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:103 src/kkc.h:35 msgid "Hiragana" msgstr "Hiragana" @@ -145,15 +138,15 @@ msgid "Japanese" msgstr "Japanisch" -#: org.fcitx.fcitx5-kkc.metainfo.xml.in:8 +#: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:8 msgid "Japanese input method" -msgstr "" +msgstr "Japanische Eingabemethode" #: src/kkc.conf.in:3 msgid "Kana Kanji" msgstr "Kana Kanji" -#: src/kkc.cpp:93 src/kkc.h:35 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:104 src/kkc.h:35 msgid "Katakana" msgstr "Katakana" @@ -169,15 +162,15 @@ msgid "Key to add is conflict with existing shortcut." msgstr "Die hinzuzuf??gende Kurzbefehl wird schon verwendet. " -#: org.fcitx.fcitx5-kkc.metainfo.xml.in:7 +#: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:7 msgid "Kkc" msgstr "" -#: src/kkc-addon.conf.in:3 +#: src/kkc-addon.conf.in.in:3 msgid "Kkc Addon of Fcitx" msgstr "Kkc Addon von Fcitx" -#: src/kkc.cpp:95 src/kkc.h:32 src/kkc.h:36 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:106 src/kkc.h:32 src/kkc.h:36 msgid "Latin" msgstr "Latin" @@ -199,7 +192,7 @@ #. i18n: file: gui/shortcutwidget.ui:28 #. i18n: ectx: property (text), widget (QLabel, ruleLabel_) -#: rc.cpp:9 rc.cpp:39 +#: rc.cpp:30 #, kde-format msgid "R&ule:" msgstr "R&ule:" @@ -210,13 +203,13 @@ #: src/kkc.h:117 msgid "Rule Editor" -msgstr "" +msgstr "Regeleditor" #: gui/shortcutwidget.cpp:67 msgid "Save Changes" msgstr "??nderungen speichern" -#: gui/adddictdialog.cpp:67 +#: gui/adddictdialog.cpp:66 msgid "Select Dictionary Directory" msgstr "W??rterbuchverzeichnis ausw??hlen" @@ -252,7 +245,7 @@ msgid "Vertical" msgstr "Senkrecht" -#: src/kkc.cpp:96 src/kkc.h:32 src/kkc.h:37 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:107 src/kkc.h:32 src/kkc.h:37 msgid "Wide latin" msgstr "Wide latin" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/po/ko.po new/fcitx5-kkc-5.0.8/po/ko.po --- old/fcitx5-kkc-5.0.6/po/ko.po 2021-09-26 05:20:47.588457000 +0200 +++ new/fcitx5-kkc-5.0.8/po/ko.po 2022-03-08 02:54:13.256117300 +0100 @@ -5,15 +5,15 @@ # Translators: # csslayer <[email protected]>, 2017 # Bon Keun Seo <[email protected]>, 2017 -# JungHee Lee <[email protected]>, 2021 +# JungHee Lee <[email protected]>, 2022 # msgid "" msgstr "" "Project-Id-Version: fcitx5-kkc\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2021-08-30 20:24+0000\n" +"POT-Creation-Date: 2022-03-01 20:24+0000\n" "PO-Revision-Date: 2017-12-19 22:05+0000\n" -"Last-Translator: JungHee Lee <[email protected]>, 2021\n" +"Last-Translator: JungHee Lee <[email protected]>, 2022\n" "Language-Team: Korean (https://www.transifex.com/fcitx/teams/12005/ko/)\n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -140,7 +140,7 @@ #: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:8 msgid "Japanese input method" -msgstr "" +msgstr "????????? ?????????" #: src/kkc.conf.in:3 msgid "Kana Kanji" @@ -209,7 +209,7 @@ msgid "Save Changes" msgstr "?????? ?????? ??????" -#: gui/adddictdialog.cpp:67 +#: gui/adddictdialog.cpp:66 msgid "Select Dictionary Directory" msgstr "?????? ?????? ??????" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx5-kkc-5.0.6/po/ru.po new/fcitx5-kkc-5.0.8/po/ru.po --- old/fcitx5-kkc-5.0.6/po/ru.po 2020-11-03 05:41:05.628098000 +0100 +++ new/fcitx5-kkc-5.0.8/po/ru.po 2022-02-02 00:32:02.095689000 +0100 @@ -4,14 +4,15 @@ # # Translators: # csslayer <[email protected]>, 2017 +# Dmitry <[email protected]>, 2022 # msgid "" msgstr "" "Project-Id-Version: fcitx5-kkc\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2020-11-02 15:55-0800\n" +"POT-Creation-Date: 2022-01-31 20:24+0000\n" "PO-Revision-Date: 2017-12-19 22:05+0000\n" -"Last-Translator: csslayer <[email protected]>, 2017\n" +"Last-Translator: Dmitry <[email protected]>, 2022\n" "Language-Team: Russian (https://www.transifex.com/fcitx/teams/12005/ru/)\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -23,46 +24,46 @@ #. i18n: file: gui/addshortcutdialog.ui:42 #. i18n: ectx: property (text), widget (QLabel, commandLabel_) -#: rc.cpp:18 rc.cpp:48 +#: rc.cpp:9 #, kde-format msgid "&Command:" -msgstr "" +msgstr "&??????????????:" #. i18n: file: gui/addshortcutdialog.ui:22 #. i18n: ectx: property (text), widget (QLabel, inputModeLabel_) -#: rc.cpp:15 rc.cpp:45 +#: rc.cpp:6 #, kde-format msgid "&Input Mode:" -msgstr "" +msgstr "&?????????? ??????????:" #. i18n: file: gui/addshortcutdialog.ui:71 #. i18n: ectx: property (text), widget (QLabel, keyLabel_) -#: rc.cpp:21 rc.cpp:51 +#: rc.cpp:12 #, kde-format msgid "&Key:" -msgstr "" +msgstr "&????????:" #. i18n: file: gui/adddictdialog.ui:42 #. i18n: ectx: property (text), widget (QLabel, pathLabel_) -#: rc.cpp:30 rc.cpp:60 +#: rc.cpp:24 #, kde-format msgid "&Path:" msgstr "&????????:" #. i18n: file: gui/adddictdialog.ui:22 #. i18n: ectx: property (text), widget (QLabel, typeLabel_) -#: rc.cpp:27 rc.cpp:57 +#: rc.cpp:21 #, kde-format msgid "&Type:" msgstr "&??????:" #: src/kkc.h:86 msgid "Auto Correct" -msgstr "" +msgstr "??????????????????????????" #: src/kkc.h:84 msgid "Candidate Layout" -msgstr "" +msgstr "?????????? ??????????????????" #: src/kkc.h:96 msgid "Candidates Page Down" @@ -84,14 +85,10 @@ #. i18n: ectx: property (windowTitle), widget (QDialog, AddShortcutDialog) #. i18n: file: gui/adddictdialog.ui:14 #. i18n: ectx: property (windowTitle), widget (QDialog, AddDictDialog) -#. i18n: file: gui/addshortcutdialog.ui:14 -#. i18n: ectx: property (windowTitle), widget (QDialog, AddShortcutDialog) -#. i18n: file: gui/adddictdialog.ui:14 -#. i18n: ectx: property (windowTitle), widget (QDialog, AddDictDialog) -#: rc.cpp:12 rc.cpp:24 rc.cpp:42 rc.cpp:54 +#: rc.cpp:3 rc.cpp:18 #, kde-format msgid "Dialog" -msgstr "" +msgstr "????????????" #: src/kkc.h:119 msgid "Dictionary" @@ -101,7 +98,7 @@ msgid "Dictionary Manager" msgstr "???????????????? ????????????????" -#: src/kkc.cpp:97 src/kkc.h:37 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:108 src/kkc.h:37 msgid "Direct input" msgstr "???????????? ????????" @@ -109,24 +106,20 @@ #. i18n: ectx: property (windowTitle), widget (QWidget, KkcDictWidget) #. i18n: file: gui/shortcutwidget.ui:20 #. i18n: ectx: property (windowTitle), widget (QWidget, KkcShortcutWidget) -#. i18n: file: gui/dictwidget.ui:14 -#. i18n: ectx: property (windowTitle), widget (QWidget, KkcDictWidget) -#. i18n: file: gui/shortcutwidget.ui:20 -#. i18n: ectx: property (windowTitle), widget (QWidget, KkcShortcutWidget) -#: rc.cpp:3 rc.cpp:6 rc.cpp:33 rc.cpp:36 +#: rc.cpp:15 rc.cpp:27 #, kde-format msgid "Form" -msgstr "" +msgstr "??????????" #: gui/shortcutmodel.cpp:73 msgid "Function" msgstr "??????????????" -#: src/kkc.cpp:94 src/kkc.h:36 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:105 src/kkc.h:36 msgid "Half width Katakana" msgstr "???????????????????????? ????????????????" -#: src/kkc.cpp:92 src/kkc.h:35 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:103 src/kkc.h:35 msgid "Hiragana" msgstr "????????????????" @@ -146,15 +139,15 @@ msgid "Japanese" msgstr "????????????????" -#: org.fcitx.fcitx5-kkc.metainfo.xml.in:8 +#: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:8 msgid "Japanese input method" -msgstr "" +msgstr "???????????????? ?????????? ??????????" #: src/kkc.conf.in:3 msgid "Kana Kanji" msgstr "???????? ????????????" -#: src/kkc.cpp:93 src/kkc.h:35 gui/shortcutmodel.cpp:31 +#: gui/shortcutmodel.cpp:31 src/kkc.cpp:104 src/kkc.h:35 msgid "Katakana" msgstr "????????????????" @@ -170,21 +163,21 @@ msgid "Key to add is conflict with existing shortcut." msgstr "??????????????, ?????????????? ???? ???????????? ??????????????????, ?????????????????????? ?? ????????????????????????." -#: org.fcitx.fcitx5-kkc.metainfo.xml.in:7 +#: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:7 msgid "Kkc" -msgstr "" +msgstr "Kkc" -#: src/kkc-addon.conf.in:3 +#: src/kkc-addon.conf.in.in:3 msgid "Kkc Addon of Fcitx" msgstr "???????????????????? Kkc ?????? Fcitx" -#: src/kkc.cpp:95 src/kkc.h:32 src/kkc.h:36 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:106 src/kkc.h:32 src/kkc.h:36 msgid "Latin" msgstr "????????????" #: src/kkc.h:28 msgid "Not set" -msgstr "" +msgstr "???? ????????????" #: src/kkc.h:115 msgid "Number candidate of Triggers To Show Candidate Window" @@ -200,24 +193,24 @@ #. i18n: file: gui/shortcutwidget.ui:28 #. i18n: ectx: property (text), widget (QLabel, ruleLabel_) -#: rc.cpp:9 rc.cpp:39 +#: rc.cpp:30 #, kde-format msgid "R&ule:" -msgstr "" +msgstr "??&????????????:" #: src/kkc.h:74 msgid "Rule" -msgstr "" +msgstr "??????????????" #: src/kkc.h:117 msgid "Rule Editor" -msgstr "" +msgstr "???????????????? ????????????" #: gui/shortcutwidget.cpp:67 msgid "Save Changes" msgstr "?????????????????? ??????????????????" -#: gui/adddictdialog.cpp:67 +#: gui/adddictdialog.cpp:66 msgid "Select Dictionary Directory" msgstr "?????????????? ?????????????? ??????????????" @@ -253,7 +246,7 @@ msgid "Vertical" msgstr "??????????????????????" -#: src/kkc.cpp:96 src/kkc.h:32 src/kkc.h:37 gui/shortcutmodel.cpp:32 +#: gui/shortcutmodel.cpp:32 src/kkc.cpp:107 src/kkc.h:32 src/kkc.h:37 msgid "Wide latin" msgstr "Wide latin"
