Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2022-05-30 12:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and      /work/SRC/openSUSE:Factory/.mlterm.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mlterm"

Mon May 30 12:44:27 2022 rev:49 rq:979827 version:3.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes    2021-04-01 
14:18:36.488101097 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new.2254/mlterm.changes  2022-05-30 
12:45:23.808506031 +0200
@@ -1,0 +2,47 @@
+Mon May 30 09:18:48 UTC 2022 - [email protected]
+
+- version update to 3.9.2
+  * Support Fcitx5.
+  * Support GTK4 for mlconfig. (./configure --with-gtk=4.0)
+  * Support CSI > Ps q (XTVERSION). (Response: DCS>|mlterm(3.9.2)ST)
+  * Add "MOSH_UDP_PORT" environmental variable to specify UDP port or 
port-range
+    to communicate with a mosh server.
+  * Add INSERT_CLIPBOARD shortcut key.
+    (https://github.com/arakiken/mlterm/issues/19)
+  * Add --fk / format_other_keys option (equivalent to "formatOtherKeys" of 
xterm), and
+    change the default format of the escape sequence with modifyOtherKeys from
+    CSI Ps; Ps u to CSI 27; Ps; Ps ~.
+  * Add --with-iconv, --disable-daemon, --disable-split and --disable-zmodem
+    options to ./configure script.
+  * Add vte 0.66 API symbols to libvte compatible library.
+  * Show server list dialog at startup on Android.
+  * It is deprecated to use "mlterm" as the value of termtype / -y option.
+  * 'termcap' config file stops to accept multiple terminal types concated by 
'|'
+    (e.g. xterm|xterm-256) as key.
+  * Arabic ligatures (U+644-U+622, U+644-U+622, U+644-U+625, U+644-U+627) 
occupy
+    two logical columns instead of one even if --dyncomb option isn't 
specified.
+  * KBD_INPUT_NUM and MOUSE_INPUT_NUM environmental variables (for mlterm-fb)
+    accept multiple device numbers by "<num>,<num>".
+  * Show "Config: key=value" only if shortcut keys whose format is
+    "proto:(echo)key=value" is pressed.
+  * Merge patches:
+    https://github.com/arakiken/mlterm/pull/5.
+    https://github.com/arakiken/mlterm/pull/9.
+    https://github.com/arakiken/mlterm/pull/12.
+    https://github.com/arakiken/mlterm/pull/22.
+  * Bug fixes:
+    Fix https://github.com/arakiken/mlterm/issues/15.
+    Fix https://github.com/arakiken/mlterm/issues/18.
+    Fix https://github.com/arakiken/mlterm/issues/24.
+    Fix https://github.com/arakiken/mlterm/issues/28.
+    Fix failure of restarting mlterm on Android. (Enbugged at 3.9.1)
+    Fix segfault if mlterm screen with -t option goes outside of the display.
+    Fix emoji glyphs becoming too large with cairo.
+    Fix corrupt value of "word_separator" option which mlconfig outputs.
+    Fix incompatibility with xterm in pressing Shift + a-z keys etc if 
modifyOtherKeys is 1.
+    (https://github.com/arakiken/mlterm/issues/21)
+    Fix segfault in opening a new roxterm tab with libvte compatible library 
on wayland.
+- modified patches
+  % etc.patch (refreshed)
+
+-------------------------------------------------------------------

Old:
----
  mlterm-3.9.1.tar.gz

New:
----
  mlterm-3.9.2.tar.gz

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

Other differences:
------------------
++++++ mlterm.spec ++++++
--- /var/tmp/diff_new_pack.Gd7A7o/_old  2022-05-30 12:45:24.464506904 +0200
+++ /var/tmp/diff_new_pack.Gd7A7o/_new  2022-05-30 12:45:24.472506915 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# 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:           mlterm
-Version:        3.9.1
+Version:        3.9.2
 Release:        0
 Summary:        Multilingual Terminal Emulator for X
 License:        BSD-3-Clause

++++++ etc.patch ++++++
--- /var/tmp/diff_new_pack.Gd7A7o/_old  2022-05-30 12:45:24.492506942 +0200
+++ /var/tmp/diff_new_pack.Gd7A7o/_new  2022-05-30 12:45:24.496506947 +0200
@@ -8,10 +8,10 @@
  etc/xim     |   13 ++++++++---
  7 files changed, 161 insertions(+), 72 deletions(-)
 
-Index: mlterm-3.8.9/etc/aafont
+Index: mlterm-3.9.2/etc/aafont
 ===================================================================
---- mlterm-3.8.9.orig/etc/aafont       2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/aafont    2019-12-19 10:22:29.451439014 +0100
+--- mlterm-3.9.2.orig/etc/aafont
++++ mlterm-3.9.2/etc/aafont
 @@ -1,42 +1,39 @@
  #DEFAULT=Kochi Gothic
  
@@ -88,10 +88,10 @@
  
  ISCII_ASSAMESE        = AS-TTDurga 26
  ISCII_BENGALI = BN-TTDurga 26
-Index: mlterm-3.8.9/etc/font
+Index: mlterm-3.9.2/etc/font
 ===================================================================
---- mlterm-3.8.9.orig/etc/font 2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/font      2019-12-19 10:22:29.451439014 +0100
+--- mlterm-3.9.2.orig/etc/font
++++ mlterm-3.9.2/etc/font
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -101,11 +101,11 @@
  #ISO8859_1_BOLD = 10,a10B;14,7x14bold;
  #JISX0201_KATA = 10,r10;12,r12;14,r14;16,r16;
  #JISX0201_KATA_BOLD = 10,r10;
-Index: mlterm-3.8.9/etc/key
+Index: mlterm-3.9.2/etc/key
 ===================================================================
---- mlterm-3.8.9.orig/etc/key  2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/key       2019-12-19 10:22:29.451439014 +0100
-@@ -43,3 +43,9 @@
+--- mlterm-3.9.2.orig/etc/key
++++ mlterm-3.9.2/etc/key
+@@ -47,3 +47,9 @@
  # Shift+Button3="exesel:explorer.exe microsoft-edge:\"%s\""
  # Button4="\x1bOA\x1bOA"
  # Button5="\x1bOB\x1bOB"
@@ -115,10 +115,10 @@
 +Shift+KP_Subtract="proto:fontsize=smaller"
 +KP_Begin="\e[E"
 +
-Index: mlterm-3.8.9/etc/main
+Index: mlterm-3.9.2/etc/main
 ===================================================================
---- mlterm-3.8.9.orig/etc/main 2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/main      2019-12-19 10:22:29.451439014 +0100
+--- mlterm-3.9.2.orig/etc/main
++++ mlterm-3.9.2/etc/main
 @@ -2,6 +2,32 @@
  # Copy to ~/.mlterm/main
  #
@@ -152,10 +152,10 @@
  # -- Window --
  
  # display =
-Index: mlterm-3.8.9/etc/xim
+Index: mlterm-3.9.2/etc/xim
 ===================================================================
---- mlterm-3.8.9.orig/etc/xim  2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/xim       2019-12-19 10:22:29.451439014 +0100
+--- mlterm-3.9.2.orig/etc/xim
++++ mlterm-3.9.2/etc/xim
 @@ -1,6 +1,13 @@
 -Ami=ko_KR.eucKR
  kinput2=ja_JP.eucJP
@@ -173,10 +173,10 @@
 +uim=ja_JP.UTF-8
 +
  
-Index: mlterm-3.8.9/etc/vaafont
+Index: mlterm-3.9.2/etc/vaafont
 ===================================================================
---- mlterm-3.8.9.orig/etc/vaafont      2019-11-22 17:32:07.000000000 +0100
-+++ mlterm-3.8.9/etc/vaafont   2019-12-19 10:22:29.451439014 +0100
+--- mlterm-3.9.2.orig/etc/vaafont
++++ mlterm-3.9.2/etc/vaafont
 @@ -1,37 +1,36 @@
  #DEFAULT=Kochi Gothic
  

++++++ mlterm-3.9.1.tar.gz -> mlterm-3.9.2.tar.gz ++++++
++++ 344338 lines of diff (skipped)

Reply via email to