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-08-21 11:44:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-kkc (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-kkc"

Mon Aug 21 11:44:50 2023 rev:5 rq:1104892 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-kkc/fcitx5-kkc.changes    2023-05-12 
20:40:59.671089790 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx5-kkc.new.1766/fcitx5-kkc.changes  
2023-08-21 11:45:07.831636988 +0200
@@ -1,0 +2,7 @@
+Sun Aug 20 06:19:06 UTC 2023 - Marguerite Su <i...@marguerite.su>
+
+- update to 5.1.0
+  * remove the unintended c++11 flag
+- drop 0000-remove-cpp11.patch
+
+-------------------------------------------------------------------

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

New:
----
  fcitx5-kkc-5.1.0.tar.xz

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

Other differences:
------------------
++++++ fcitx5-kkc.spec ++++++
--- /var/tmp/diff_new_pack.QJo14I/_old  2023-08-21 11:45:08.719638689 +0200
+++ /var/tmp/diff_new_pack.QJo14I/_new  2023-08-21 11:45:08.723638697 +0200
@@ -17,14 +17,13 @@
 
 
 Name:           fcitx5-kkc
-Version:        5.0.12
+Version:        5.1.0
 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
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake

++++++ fcitx5-kkc-5.0.12.tar.xz -> fcitx5-kkc-5.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.12/CMakeLists.txt 
new/fcitx5-kkc-5.1.0/CMakeLists.txt
--- old/fcitx5-kkc-5.0.12/CMakeLists.txt        2023-03-11 05:02:00.749081100 
+0100
+++ new/fcitx5-kkc-5.1.0/CMakeLists.txt 2023-08-14 19:44:41.789443000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.6)
 
 # The Project Name
-project(fcitx5-kkc VERSION 5.0.12)
+project(fcitx5-kkc VERSION 5.1.0)
 
 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.12/gui/CMakeLists.txt 
new/fcitx5-kkc-5.1.0/gui/CMakeLists.txt
--- old/fcitx5-kkc-5.0.12/gui/CMakeLists.txt    2019-11-11 07:38:57.159890700 
+0100
+++ new/fcitx5-kkc-5.1.0/gui/CMakeLists.txt     2023-03-30 16:03:24.080934300 
+0200
@@ -17,7 +17,7 @@
 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})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fcitx5-kkc-5.0.12/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in 
new/fcitx5-kkc-5.1.0/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in
--- old/fcitx5-kkc-5.0.12/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in    
2023-03-11 05:02:00.829081300 +0100
+++ new/fcitx5-kkc-5.1.0/org.fcitx.Fcitx5.Addon.Kkc.metainfo.xml.in     
2023-08-14 19:44:41.799443000 +0200
@@ -10,6 +10,7 @@
   <url type="bugtracker">https://github.com/fcitx/fcitx5-kkc/issues</url>
   <project_group>Fcitx</project_group>
   <releases>
+    <release version="5.1.0" date="2023-08-14"/>
     <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"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.12/po/he.po 
new/fcitx5-kkc-5.1.0/po/he.po
--- old/fcitx5-kkc-5.0.12/po/he.po      2022-06-30 06:09:25.878419900 +0200
+++ new/fcitx5-kkc-5.1.0/po/he.po       2023-08-14 19:33:27.507550000 +0200
@@ -3,16 +3,17 @@
 # This file is distributed under the same license as the fcitx5-kkc package.
 #
 # Translators:
-# Omer I.S. <omeritzicschwa...@gmail.com>, 2020
+# 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e 
<ab96c93ca0ac55ba7fa06385427e60dd_878890>, 2020
 #
 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: 2023-04-12 14:26+0000\n"
 "PO-Revision-Date: 2017-12-19 22:05+0000\n"
-"Last-Translator: Omer I.S. <omeritzicschwa...@gmail.com>, 2020\n"
-"Language-Team: Hebrew (https://www.transifex.com/fcitx/teams/12005/he/)\n"
+"Last-Translator: 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e "
+"<ab96c93ca0ac55ba7fa06385427e60dd_878890>, 2020\n"
+"Language-Team: Hebrew (https://app.transifex.com/fcitx/teams/12005/he/)\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-kkc-5.0.12/po/zh_TW.po 
new/fcitx5-kkc-5.1.0/po/zh_TW.po
--- old/fcitx5-kkc-5.0.12/po/zh_TW.po   2022-12-23 03:52:30.480109700 +0100
+++ new/fcitx5-kkc-5.1.0/po/zh_TW.po    2023-08-14 19:33:27.507550000 +0200
@@ -7,15 +7,16 @@
 # 黃柏諺 <s8321...@gmail.com>, 2017
 # bruh, 2020
 # Neko ◣ 0xFF, 2022
+# Haowei Hsu, 2023
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: fcitx5-kkc\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2022-12-16 20:25+0000\n"
+"POT-Creation-Date: 2023-08-07 20:24+0000\n"
 "PO-Revision-Date: 2017-12-19 22:05+0000\n"
-"Last-Translator: Neko ◣ 0xFF, 2022\n"
-"Language-Team: Chinese (Taiwan) (https://www.transifex.com/fcitx/teams/12005/";
+"Last-Translator: Haowei Hsu, 2023\n"
+"Language-Team: Chinese (Taiwan) (https://app.transifex.com/fcitx/teams/12005/";
 "zh_TW/)\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
@@ -64,7 +65,7 @@
 
 #: src/kkc.h:84
 msgid "Candidate Layout"
-msgstr "候選佈局"
+msgstr "候選配置"
 
 #: src/kkc.h:96
 msgid "Candidates Page Down"

Reply via email to