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 2023-05-12 20:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-kkc (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-kkc"

Fri May 12 20:38:22 2023 rev:4 rq:1086643 version:5.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-kkc/fcitx5-kkc.changes    2022-11-28 
11:05:52.459405438 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.1533/fcitx5-kkc.changes  
2023-05-12 20:40:59.671089790 +0200
@@ -1,0 +2,13 @@
+Thu May 11 23:10:11 UTC 2023 - Xu Zhao <i...@xuzhao.net>
+
+- Use the .tar.xz source downloaded from fcitx-im.org
+
+-------------------------------------------------------------------
+Wed May 10 02:00:03 UTC 2023 - Xu Zhao <i...@xuzhao.net>
+
+- Update to 5.0.12
+  * Update translation
+- Add 0000-remove-cpp11.patch
+  * Remove the unintended C++11 flag
+
+-------------------------------------------------------------------

Old:
----
  fcitx5-kkc-5.0.11.tar.xz

New:
----
  0000-remove-cpp11.patch
  fcitx5-kkc-5.0.12.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx5-kkc.spec ++++++
--- /var/tmp/diff_new_pack.9oejIS/_old  2023-05-12 20:41:00.127092297 +0200
+++ /var/tmp/diff_new_pack.9oejIS/_new  2023-05-12 20:41:00.135092340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx5-kkc
 #
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -17,13 +17,14 @@
 
 
 Name:           fcitx5-kkc
-Version:        5.0.11
+Version:        5.0.12
 Release:        0
 Summary:        Libkkc input method support for Fcitx5
 License:        GPL-3.0-or-later
 Group:          System/I18n/Japanese
 URL:            https://github.com/fcitx/fcitx5-kkc
 Source:         
https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.xz
+Patch0:         0000-remove-cpp11.patch
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fcitx5-devel
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake

++++++ 0000-remove-cpp11.patch ++++++
>From 85b56d6289550174b15f108e355f39d7083f8c5c Mon Sep 17 00:00:00 2001
From: Weng Xuetian <wen...@gmail.com>
Date: Thu, 30 Mar 2023 07:03:53 -0700
Subject: [PATCH] Remove the unintended C++11 flag

---
 gui/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 38b50d4..2327132 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -17,7 +17,7 @@ qt5_wrap_ui(KKC_CONFIG_SRCS dictwidget.ui adddictdialog.ui 
shortcutwidget.ui add
 add_library(fcitx5-kkc-config
   MODULE ${KKC_CONFIG_SRCS})
 
-add_definitions(-DQT_NO_KEYWORDS -std=c++11)
+add_definitions(-DQT_NO_KEYWORDS)
 
 target_include_directories(fcitx5-kkc-config PRIVATE ${PROJECT_BINARY_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
 

++++++ fcitx5-kkc-5.0.11.tar.xz -> fcitx5-kkc-5.0.12.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/CMakeLists.txt 
new/fcitx5-kkc-5.0.12/CMakeLists.txt
--- old/fcitx5-kkc-5.0.11/CMakeLists.txt        2022-11-20 08:08:05.658680200 
+0100
+++ new/fcitx5-kkc-5.0.12/CMakeLists.txt        2023-03-11 05:02:00.749081100 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.6)
 
 # The Project Name
-project(fcitx5-kkc VERSION 5.0.11)
+project(fcitx5-kkc VERSION 5.0.12)
 
 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.11/data/16x16/apps/fcitx-kkc.png 
new/fcitx5-kkc-5.0.12/data/16x16/apps/fcitx-kkc.png
--- old/fcitx5-kkc-5.0.11/data/16x16/apps/fcitx-kkc.png 1970-01-01 
01:00:00.000000000 +0100
+++ new/fcitx5-kkc-5.0.12/data/16x16/apps/fcitx-kkc.png 2023-05-12 
20:41:00.295093220 +0200
@@ -0,0 +1 @@
+symbolic link to org.fcitx.Fcitx5.fcitx-kkc.png
Binary files 
old/fcitx5-kkc-5.0.11/data/16x16/apps/org.fcitx.Fcitx5.fcitx-kkc.png and 
new/fcitx5-kkc-5.0.12/data/16x16/apps/org.fcitx.Fcitx5.fcitx-kkc.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/data/22x22/apps/fcitx-kkc.png 
new/fcitx5-kkc-5.0.12/data/22x22/apps/fcitx-kkc.png
--- old/fcitx5-kkc-5.0.11/data/22x22/apps/fcitx-kkc.png 1970-01-01 
01:00:00.000000000 +0100
+++ new/fcitx5-kkc-5.0.12/data/22x22/apps/fcitx-kkc.png 2023-05-12 
20:41:00.331093418 +0200
@@ -0,0 +1 @@
+symbolic link to org.fcitx.Fcitx5.fcitx-kkc.png
Binary files 
old/fcitx5-kkc-5.0.11/data/22x22/apps/org.fcitx.Fcitx5.fcitx-kkc.png and 
new/fcitx5-kkc-5.0.12/data/22x22/apps/org.fcitx.Fcitx5.fcitx-kkc.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/data/24x24/apps/fcitx-kkc.png 
new/fcitx5-kkc-5.0.12/data/24x24/apps/fcitx-kkc.png
--- old/fcitx5-kkc-5.0.11/data/24x24/apps/fcitx-kkc.png 1970-01-01 
01:00:00.000000000 +0100
+++ new/fcitx5-kkc-5.0.12/data/24x24/apps/fcitx-kkc.png 2023-05-12 
20:41:00.303093264 +0200
@@ -0,0 +1 @@
+symbolic link to org.fcitx.Fcitx5.fcitx-kkc.png
Binary files 
old/fcitx5-kkc-5.0.11/data/24x24/apps/org.fcitx.Fcitx5.fcitx-kkc.png and 
new/fcitx5-kkc-5.0.12/data/24x24/apps/org.fcitx.Fcitx5.fcitx-kkc.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/data/48x48/apps/fcitx-kkc.png 
new/fcitx5-kkc-5.0.12/data/48x48/apps/fcitx-kkc.png
--- old/fcitx5-kkc-5.0.11/data/48x48/apps/fcitx-kkc.png 1970-01-01 
01:00:00.000000000 +0100
+++ new/fcitx5-kkc-5.0.12/data/48x48/apps/fcitx-kkc.png 2023-05-12 
20:41:00.319093351 +0200
@@ -0,0 +1 @@
+symbolic link to org.fcitx.Fcitx5.fcitx-kkc.png
Binary files 
old/fcitx5-kkc-5.0.11/data/48x48/apps/org.fcitx.Fcitx5.fcitx-kkc.png and 
new/fcitx5-kkc-5.0.12/data/48x48/apps/org.fcitx.Fcitx5.fcitx-kkc.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/data/CMakeLists.txt 
new/fcitx5-kkc-5.0.12/data/CMakeLists.txt
--- old/fcitx5-kkc-5.0.11/data/CMakeLists.txt   2020-11-30 23:55:58.481723500 
+0100
+++ new/fcitx5-kkc-5.0.12/data/CMakeLists.txt   2022-12-23 03:52:30.483443000 
+0100
@@ -1,3 +1,3 @@
-install(DIRECTORY 64x64 DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor"
+install(DIRECTORY 16x16 22x22 24x24 48x48 64x64 DESTINATION 
"${CMAKE_INSTALL_DATADIR}/icons/hicolor"
         PATTERN .* EXCLUDE
         PATTERN *~ EXCLUDE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fcitx5-kkc-5.0.11/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in 
new/fcitx5-kkc-5.0.12/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in
--- old/fcitx5-kkc-5.0.11/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in    
2022-11-20 08:08:05.748680800 +0100
+++ new/fcitx5-kkc-5.0.12/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in    
2023-03-11 05:02:00.829081300 +0100
@@ -10,6 +10,7 @@
   <url type="bugtracker">https://github.com/fcitx/fcitx5-kkc/issues</url>
   <project_group>Fcitx</project_group>
   <releases>
+    <release version="5.0.12" date="2023-03-10"/>
     <release version="5.0.11" date="2022-11-19"/>
     <release version="5.0.10" date="2022-07-03"/>
     <release version="5.0.9" date="2022-05-22"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/po/ru.po 
new/fcitx5-kkc-5.0.12/po/ru.po
--- old/fcitx5-kkc-5.0.11/po/ru.po      2022-11-20 07:31:26.682047600 +0100
+++ new/fcitx5-kkc-5.0.12/po/ru.po      2022-11-24 09:27:37.969301200 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: fcitx5-kkc\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2022-11-19 20:25+0000\n"
+"POT-Creation-Date: 2022-11-20 20:25+0000\n"
 "PO-Revision-Date: 2017-12-19 22:05+0000\n"
 "Last-Translator: Dmitry <dmitrydmitry...@gmail.com>, 2022\n"
 "Language-Team: Russian (https://www.transifex.com/fcitx/teams/12005/ru/)\n"
@@ -41,7 +41,7 @@
 #: rc.cpp:12
 #, kde-format
 msgid "&Key:"
-msgstr "К&лавиша"
+msgstr "К&лавиша:"
 
 #. i18n: file: gui/adddictdialog.ui:42
 #. i18n: ectx: property (text), widget (QLabel, pathLabel_)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.11/po/zh_TW.po 
new/fcitx5-kkc-5.0.12/po/zh_TW.po
--- old/fcitx5-kkc-5.0.11/po/zh_TW.po   2022-06-30 06:09:25.878419900 +0200
+++ new/fcitx5-kkc-5.0.12/po/zh_TW.po   2022-12-23 03:52:30.480109700 +0100
@@ -6,14 +6,15 @@
 # csslayer <wen...@gmail.com>, 2017
 # 黃柏諺 <s8321...@gmail.com>, 2017
 # bruh, 2020
+# Neko ◣ 0xFF, 2022
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: fcitx5-kkc\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2022-06-17 20:25+0000\n"
+"POT-Creation-Date: 2022-12-16 20:25+0000\n"
 "PO-Revision-Date: 2017-12-19 22:05+0000\n"
-"Last-Translator: bruh, 2020\n"
+"Last-Translator: Neko ◣ 0xFF, 2022\n"
 "Language-Team: Chinese (Taiwan) (https://www.transifex.com/fcitx/teams/12005/";
 "zh_TW/)\n"
 "Language: zh_TW\n"
@@ -145,11 +146,11 @@
 
 #: org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in:7
 msgid "KKC"
-msgstr ""
+msgstr "KKC"
 
 #: src/kkc-addon.conf.in.in:3
 msgid "KKC Addon of Fcitx"
-msgstr ""
+msgstr "Fcitx5 的 KKC 附加元件"
 
 #: src/kkc.conf.in:3
 msgid "Kana Kanji"

Reply via email to