Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx5-anthy for openSUSE:Factory 
checked in at 2022-03-13 20:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-anthy (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-anthy.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-anthy"

Sun Mar 13 20:25:13 2022 rev:3 rq:961402 version:5.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-anthy/fcitx5-anthy.changes        
2022-02-13 00:16:13.908258351 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx5-anthy.new.25692/fcitx5-anthy.changes     
2022-03-13 20:25:34.895684596 +0100
@@ -1,0 +2,6 @@
+Sun Mar 13 07:14:38 UTC 2022 - Marguerite Su <[email protected]>
+
+- update version 5.0.10
+  * Add Down and some keypad to some actions by default
+
+-------------------------------------------------------------------

Old:
----
  fcitx5-anthy-5.0.9.tar.xz

New:
----
  fcitx5-anthy-5.0.10.tar.xz

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

Other differences:
------------------
++++++ fcitx5-anthy.spec ++++++
--- /var/tmp/diff_new_pack.t1RCzk/_old  2022-03-13 20:25:35.403685193 +0100
+++ /var/tmp/diff_new_pack.t1RCzk/_new  2022-03-13 20:25:35.411685203 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           fcitx5-anthy
-Version:        5.0.9
+Version:        5.0.10
 Release:        0
 Summary:        Anthy Wrapper for Fcitx5
 License:        GPL-2.0-or-later

++++++ fcitx5-anthy-5.0.9.tar.xz -> fcitx5-anthy-5.0.10.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-anthy-5.0.9/CMakeLists.txt 
new/fcitx5-anthy-5.0.10/CMakeLists.txt
--- old/fcitx5-anthy-5.0.9/CMakeLists.txt       2022-02-02 00:50:21.426165800 
+0100
+++ new/fcitx5-anthy-5.0.10/CMakeLists.txt      2022-03-09 19:25:43.876695600 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.6)
 
-project(fcitx5-anthy VERSION 5.0.9)
+project(fcitx5-anthy VERSION 5.0.10)
 
 find_package(ECM 1.0.0 REQUIRED)
 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-anthy-5.0.9/org.fcitx.Fcitx5.Addon.Anthy.metainfo.xml.in 
new/fcitx5-anthy-5.0.10/org.fcitx.Fcitx5.Addon.Anthy.metainfo.xml.in
--- old/fcitx5-anthy-5.0.9/org.fcitx.Fcitx5.Addon.Anthy.metainfo.xml.in 
2022-02-02 00:50:21.476163600 +0100
+++ new/fcitx5-anthy-5.0.10/org.fcitx.Fcitx5.Addon.Anthy.metainfo.xml.in        
2022-03-09 19:25:43.956697500 +0100
@@ -10,6 +10,7 @@
   <url type="bugtracker">https://github.com/fcitx/fcitx5-anthy/issues</url>
   <project_group>Fcitx</project_group>
   <releases>
+    <release version="5.0.10" date="2022-03-09"/>
     <release version="5.0.9" date="2022-02-01"/>
     <release version="5.0.8" date="2021-12-04"/>
     <release version="5.0.7" date="2021-11-05"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-anthy-5.0.9/src/config.h 
new/fcitx5-anthy-5.0.10/src/config.h
--- old/fcitx5-anthy-5.0.9/src/config.h 2021-11-25 16:41:26.863198500 +0100
+++ new/fcitx5-anthy-5.0.10/src/config.h        2022-02-02 22:49:44.688535500 
+0100
@@ -407,7 +407,8 @@
         this,
         "CommitKey",
         _("Commit"),
-        {fcitx::Key(FcitxKey_Return), fcitx::Key("Control+J")},
+        {fcitx::Key(FcitxKey_Return), fcitx::Key(FcitxKey_KP_Enter),
+         fcitx::Key("Control+J")},
         fcitx::KeyListConstrain(fcitx::KeyConstrainFlag::AllowModifierLess)};
     fcitx::KeyListOption hk_COMMIT_REVERSE_LEARN{
         this,
@@ -419,7 +420,8 @@
         this,
         "ConvertKey",
         _("Convert"),
-        {fcitx::Key(FcitxKey_space), fcitx::Key(FcitxKey_Henkan)},
+        {fcitx::Key(FcitxKey_space), fcitx::Key(FcitxKey_KP_Space),
+         fcitx::Key(FcitxKey_Henkan), fcitx::Key(FcitxKey_Down)},
         fcitx::KeyListConstrain(fcitx::KeyConstrainFlag::AllowModifierLess)};
     fcitx::KeyListOption hk_PREDICT{
         this,
@@ -540,7 +542,8 @@
         "SelectNextCandidateKey",
         _("Select next candidate"),
         {fcitx::Key(FcitxKey_space), fcitx::Key(FcitxKey_Tab),
-         fcitx::Key(FcitxKey_Henkan), fcitx::Key(FcitxKey_Down)},
+         fcitx::Key(FcitxKey_Henkan), fcitx::Key(FcitxKey_Down),
+         fcitx::Key(FcitxKey_KP_Space)},
         fcitx::KeyListConstrain(fcitx::KeyConstrainFlag::AllowModifierLess)};
     fcitx::KeyListOption hk_SELECT_PREV_CANDIDATE{
         this,

Reply via email to