commit mlterm for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2020-09-03 01:18:20

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new.3399 (New)


Package is "mlterm"

Thu Sep  3 01:18:20 2020 rev:47 rq:831439 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2019-12-21 
12:30:38.163341971 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new.3399/mlterm.changes  2020-09-03 
01:18:56.276576100 +0200
@@ -1,0 +2,34 @@
+Wed Sep  2 11:25:08 UTC 2020 - pgaj...@suse.com
+
+- version update to 3.9.0
+  * Support CSI>4;1m.
+  * Support uniscribe for libotl on win32.
+  * Support SCP by Shift+DnD on HaikuOS.
+  * Support xdg-shell on wayland.
+  * Support DEC Technical character set.
+  * Support input of unicode characters on mlterm-fb.
+  * Support ormode of Sixel Graphics.
+  * Update unicode property table (generated from UnicodeData.txt and
+EastAsianWidth.txt) to version 12.1.0.
+  * Mlconfig configures files in ~/.mlterm directly if it starts without 
options
+or with --file option.
+  * Change DA1 response.
+\x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c
+  * geometry / -g option works on HaikuOS.
+  * Add vte 0.60 API symbols to libvte compatible library.
+  * Merge patches:
+https://sourceforge.net/p/mlterm/bugs/78/
+https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff
+  * Bug fixes:
+Fix a bug which disabled to change the value of "logsize" option from "0" 
to "unlimited".
+Fix segfault when "snapshot" command of OSC 5379 is executed.
+Fix mouse tracking position if "use_ot_layout = true".
+Fix segfault when mlterm-sdl2 starts with -im=uim option.
+Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig.
+Fix compiling error on HaikuOS + gcc-x86.
+Fix http://twitter.com/hamano/status/1177087752208183296
+Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
+- deleted patches
+  - mlterm-cast.patch (upstreamed)
+
+---

Old:

  mlterm-3.8.9.tar.gz
  mlterm-cast.patch

New:

  mlterm-3.9.0.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.ibV9X8/_old  2020-09-03 01:18:58.808577031 +0200
+++ /var/tmp/diff_new_pack.ibV9X8/_new  2020-09-03 01:18:58.812577033 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.8.9
+Version:3.9.0
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -26,9 +26,6 @@
 Source0:
http://downloads.sourceforge.net/project/mlterm/01release/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source10:   %{name}.desktop
 Patch0: etc.patch
-# PATCH-FIX-UPSTREAM: portability issues reported by rpmlint
-# https://sourceforge.net/p/mlterm/bugs/78/
-Patch1: mlterm-cast.patch
 BuildRequires:  canna-devel
 BuildRequires:  coreutils
 BuildRequires:  fwnn-devel
@@ -136,7 +133,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 rm -rf doc/{en,ja}/*win32
 

++ mlterm-3.8.9.tar.gz -> mlterm-3.9.0.tar.gz ++
 31116 lines of diff (skipped)




commit mlterm for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2019-12-21 12:30:21

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new.6675 (New)


Package is "mlterm"

Sat Dec 21 12:30:21 2019 rev:46 rq:758149 version:3.8.9

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2019-01-08 
12:28:45.944253351 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new.6675/mlterm.changes  2019-12-21 
12:30:38.163341971 +0100
@@ -1,0 +2,62 @@
+Thu Dec 19 10:15:25 UTC 2019 - pgaj...@suse.com
+
+- version update to 3.8.9
+  * Support zmodem. (See doc/en/README.tarnsfer)
+  * Add "send_file" and "zmodem_start" to OSC 5379.
+  * Add receive_directory / --recvdir option.
+  * Support xdg-shell-v6 (unstable) on wayland.
+  * Support copy via X11 primary selection on wayland.
+  * Hide the mouse cursor in inputting keys by default on xlib and win32.
+  * ~/.mlterm/font accepts UTF-8 on windows.
+  * Change the default value of "font_size_range" option from 1-100 to 1-1.
+  * Clear a window and scroll out all lines on resizing only if
+the value of --sr / "scroll_on_resizing" option is true.
+  * Set _NET_WM_PID property.
+  * Revive -N/"app_name" option which sets WM_CLASS property.
+(WM_CLASS was disabled at 3.8.6)
+  * Add a percent or number argument without '+' and '-' to "vresize_screen" 
and
+"hresize_screen" of OSC 5379.
+  * Add "RESET" (which resets the parser of mlterm) as a shortcut key.
+  * Add vte 0.58 API symbols to libvte compatible library.
+  * Merge patches:
+
https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
+https://sourceforge.net/p/mlterm/patches/24/
+  * Bug fixes:
+Fix memory leaks of libptymosh.so
+Fix https://sourceforge.net/p/mlterm/mailman/message/36633222/ (Enbugged 
at 3.8.8)
+Fix segfault of mlterm for java by race condition.
+Fix unexpected invalidation of --mdi=false option. (Enbugged at 3.8.8)
+Fix uninitialized memory access of mlimgloader.exe for win32.
+Fix broken images of some sixel graphics. (Enbugged at 3.8.5)
+  * Support Haiku OS. (Experimental)
+(Execute ./configure with --with-gui=beos option.) (See doc/en/README.beos)
+  * Support "[font family]:style=..." format in aafont or font-fb config file.
+  * Support mosh. (Experimental) (See doc/en/README.mosh)
+(Don't distribute libptymosh in binary format.)
+  * Clear a window and scroll out all lines if the size of a window decreases
+and some characters in it disappear.
+  * Support "%s" (replaced by selected strings) in "exesel:..." in 
~/.mlterm/key.
+  * Add local_echo_wait / --lew option.
+  * Remove libind_tamil.so because it is very buggy.
+  * Change the default shortcut key of INSERT_SELECTION from Shift+Insert to
+Command+v on MacOSX and iOS.
+  * Skip \r in configuration files.
+  * Start scp by Shift+Drag on not only xlib and win32 but also wayland, 
sdl2
+and cocoa. (Command+Drag on cocoa.)
+  * Change the default value of "font_size_range" option from 6-30 to 1-100.
+  * Add vte 0.56.0 API symbols to libvte compatible library.
+  * Bug fixes:
+Fix https://sourceforge.net/p/mlterm/mailman/message/36472061/
+Fix https://sourceforge.net/p/mlterm/mailman/message/36513313/
+Fix https://sourceforge.net/p/mlterm/bugs/79/
+Fix segfault in processing illegal sixel sequence.
+Fix invalidation of DECDWL on cairo. (Enbugged at 3.8.6)
+Fix handling ISCII fonts on cairo and xft. (Improve showing bengali 
characters.)
+Fix screen corruption 
(http://twitter.com/Cj_bc_sd/status/1088111309223161857)
+on MacOSX 10.14. (Thanks to @Cj_bc_sd)
+Fix segfault in showing an input method window. (Thanks to @isaki68k)
+- modified patches
+  % etc.patch (refreshed)
+  % mlterm-cast.patch (refreshed)
+
+---

Old:

  mlterm-3.8.7.tar.gz

New:

  mlterm-3.8.9.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.kYRNal/_old  2019-12-21 12:30:39.419342568 +0100
+++ /var/tmp/diff_new_pack.kYRNal/_new  2019-12-21 12:30:39.431342574 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   mlterm
-Version:3.8.7
+Version:3.8.9
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
 Group:  System/X11/Terminals
-Url:

commit mlterm for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2019-01-08 12:26:45

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new.28833 (New)


Package is "mlterm"

Tue Jan  8 12:26:45 2019 rev:45 rq:661858 version:3.8.7

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2018-08-24 
17:13:56.550773569 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new.28833/mlterm.changes 2019-01-08 
12:28:45.944253351 +0100
@@ -1,0 +2,22 @@
+Fri Dec 28 18:38:52 UTC 2018 - Petr Gajdos 
+
+- updated to 3.8.7
+  * Support sixel graphics extension and option1 of
+https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
+  * Support Cygwin/x86_64.
+  * Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
+  * Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
+  * Support scrolling by flick on Android and iOS.
+  * Update unicode property table (generated from UnicodeData.txt and
+EastAsianWidth.txt) to version 11.0.0.
+  * Add "autoscroll" to OSC 5379.
+  * Long press at the lower right corner instead of the entire screen shows
+context menu.
+  * Change the maximum number of sixel graphics palette colors from 256 to 
1024.
+  * Bug fixes:
+Fix segfault of mlconfig when GTK_IM_MODULE=uim.
+Fix wrong XSizeHints which causes unexpected resizing.
+- refreshed
+  % etc.patch
+
+---

Old:

  mlterm-3.8.6.tar.gz

New:

  mlterm-3.8.7.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.68IAxX/_old  2019-01-08 12:28:46.516252726 +0100
+++ /var/tmp/diff_new_pack.68IAxX/_new  2019-01-08 12:28:46.520252722 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   mlterm
-Version:3.8.6
+Version:3.8.7
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -135,7 +135,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 %patch1 -p1
 
 rm -rf doc/{en,ja}/*win32

++ etc.patch ++
--- /var/tmp/diff_new_pack.68IAxX/_old  2019-01-08 12:28:46.536252704 +0100
+++ /var/tmp/diff_new_pack.68IAxX/_new  2019-01-08 12:28:46.536252704 +0100
@@ -8,10 +8,10 @@
  etc/xim |   13 ---
  7 files changed, 161 insertions(+), 72 deletions(-)
 
-Index: etc/aafont
+Index: mlterm-3.8.7/etc/aafont
 ===
 etc/aafont.orig2015-12-15 13:25:01.0 +0100
-+++ etc/aafont 2015-12-16 15:13:56.482438679 +0100
+--- mlterm-3.8.7.orig/etc/aafont   2018-10-27 16:29:17.0 +0200
 mlterm-3.8.7/etc/aafont2018-12-28 19:34:29.226868067 +0100
 @@ -1,42 +1,39 @@
  #DEFAULT=Kochi Gothic
  
@@ -88,10 +88,10 @@
  
  #ISCII_ASSAMESE   = AS-TTDurga 26
  ISCII_BENGALI = BN-TTDurga 26
-Index: etc/font
+Index: mlterm-3.8.7/etc/font
 ===
 etc/font.orig  2015-12-15 13:25:01.0 +0100
-+++ etc/font   2015-12-16 15:18:30.754435519 +0100
+--- mlterm-3.8.7.orig/etc/font 2018-10-27 16:29:17.0 +0200
 mlterm-3.8.7/etc/font  2018-12-28 19:34:29.226868067 +0100
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -127,12 +127,12 @@
 +
 +KSX1001_1997 = 
-baekmukttf-gulim-medium-r-normal-*-%d-*-*-*-*-*-ksx1001.1997-0;10,-baekmuk-gulim-medium-r-normal--10-100-75-75-m-100-ksx1001.1997-0;12,-baekmuk-gulim-medium-r-normal--12-120-75-75-m-120-ksx1001.1997-0;14,-baekmuk-gulim-medium-r-normal--14-140-75-75-m-140-ksx1001.1997-0;16,-baekmuk-gulim-medium-r-normal--16-160-75-75-m-160-ksx1001.1997-0;18,-baekmuk-gulim-medium-r-normal--18-180-75-75-m-180-ksx1001.1997-0;20,-baekmuk-gulim-medium-r-normal--20-200-75-75-m-200-ksx1001.1997-0;24,-baekmuk-gulim-medium-r-normal--24-240-75-75-m-240-ksx1001.1997-0;
 +
-Index: etc/key
+Index: mlterm-3.8.7/etc/key
 ===
 etc/key.orig   2015-12-15 13:25:01.0 +0100
-+++ etc/key2015-12-16 15:13:56.482438679 +0100
-@@ -36,3 +36,9 @@
- # Button3="exesel:/cygdrive/c/Program\\ Files/Internet\\ 
Explorer/iexplore.exe"
+--- mlterm-3.8.7.orig/etc/key  2018-10-27 16:29:17.0 +0200
 mlterm-3.8.7/etc/key   2018-12-28 19:34:29.226868067 +0100
+@@ -39,3 +39,9 @@
+ # Button3="exesel:explorer.exe microsoft-edge:"
  # Button4="\x1bOA\x1bOA"
  # 

commit mlterm for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2018-08-24 17:13:25

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Fri Aug 24 17:13:25 2018 rev:44 rq:631278 version:3.8.6

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2018-02-19 
13:03:51.071838092 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2018-08-24 
17:13:56.550773569 +0200
@@ -1,0 +2,44 @@
+Fri Aug 24 07:16:15 UTC 2018 - pgaj...@suse.com
+
+- updated to 3.8.6
+  * Support preserveAspectRatio option of OSC 1337.
+  * Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
+  * Support framebuffer on FreeBSD(98).
+  * Add vte 0.52.0 API symbols to libvte compatible library.
+  * Add --rv / "rv_color" option.
+  * Add servman.exe which manages the list of servers on win32.
+  * Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
+  * Add "SCP" entry to the context menu on Android.
+  * Drop --servlist / "server_list" option.
+  * Improve performance of redrawing screen when type_engine=cairo.
+  * Show box style cursor when the cursor is on a picture or an emoji.
+  * Modify DECRC to save/restore last-column flag used to control wrapping 
behavior
+rather than manipulating DECAWM (See https://github.com/mattiase/wraptest 
and
+https://invisible-island.net/xterm/xterm.log.html#xterm_328)
+  * Change the default value of ssh_private(public)_key option from
+/sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
+  * Bug fixes:
+Fix compiling error if ./configure is executed with --with-gui=fb,xlib 
option.
+Fix disappearing title bar on 'lxde' window manager.
+Fix a bug which disabled to replace system palettes by colors of a wall 
picture
+(if "use_ansi_colors" option is disabled and visual depth is 4) since 
3.8.4.
+Fix the response strings of OSC 20 and OSC 21.
+Use the background color specified by SGR instead of the default one to 
draw
+pictures and emojis.
+  * Support libvterm (https://launchpad.net/libvterm) compatible library 
partially.
+  * Support DRCS-Sixel.
+(See drcssixel/DRCS-SIXEL-v2 and 
https://qiita.com/arakiken/items/626b02cd857d20c12fbc)
+  * Support SDL2.
+(Build mlterm with --with-gui=sdl2 option.) (see doc/en/README.sdl2)
+  * Support ligature of "Fira Code" font in -otl option.
+  * Add --halfwidth / "unicode_half_width_areas" option.
+  * Add --emoji / "emoji_path" option which makes mlterm to use a specified 
emoji font
+(NotoColorEmoji.ttf etc) instead of image files in ~/.mlterm/emoji.
+  * Add vte 0.50.0 API symbols to libvte compatible library.
+  * Treat not only U+1F1000-1F6FF but also U+1F900-1F9FF characters as emoji.
+  * Drop "show_picture" and "add_frame" from OSC 5379.
+  * Bug fixes:
+Fix corrupt screen in showing inline pictures if "use_ot_layout" option is 
true.
+- mlterm-portability.patch renamed to mlterm-cast.patch
+
+---

Old:

  mlterm-3.8.4.tar.gz
  mlterm-portability.patch

New:

  mlterm-3.8.6.tar.gz
  mlterm-cast.patch



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.36SzNk/_old  2018-08-24 17:13:57.530774737 +0200
+++ /var/tmp/diff_new_pack.36SzNk/_new  2018-08-24 17:13:57.530774737 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mlterm
-Version:3.8.4
+Version:3.8.6
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -27,7 +27,8 @@
 Source10:   %{name}.desktop
 Patch0: etc.patch
 # PATCH-FIX-UPSTREAM: portability issues reported by rpmlint
-Patch1: mlterm-portability.patch
+# https://sourceforge.net/p/mlterm/bugs/78/
+Patch1: mlterm-cast.patch
 BuildRequires:  canna-devel
 BuildRequires:  coreutils
 BuildRequires:  fwnn-devel

++ mlterm-3.8.4.tar.gz -> mlterm-3.8.6.tar.gz ++
 25425 lines of diff (skipped)

++ mlterm-cast.patch ++
Index: mlterm-3.8.6/inputmethod/canna/im_canna.c
===
--- mlterm-3.8.6.orig/inputmethod/canna/im_canna.c  2018-06-12 
15:52:01.0 +0200
+++ mlterm-3.8.6/inputmethod/canna/im_canna.c   2018-08-24 11:30:32.422504971 
+0200
@@ -305,7 +305,7 @@ static int switch_mode(ui_im_t *im) {
 
   if ((canna->is_enabled = (!canna->is_enabled))) {
 preedit(canna, NULL, 0, 0, canna->key_status.mode);
-jrKanjiControl(0, KC_SETWIDTH, 60);
+jrKanjiControl(0, KC_SETWIDTH, (char*)60);
   } else {
 preedit(canna, "", 0, 0, "");
   }
Index: 

commit mlterm for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2018-02-19 13:03:23

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Mon Feb 19 13:03:23 2018 rev:43 rq:577905 version:3.8.4

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2017-12-19 
10:58:41.612753510 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2018-02-19 
13:03:51.071838092 +0100
@@ -1,0 +2,6 @@
+Fri Feb 16 13:31:45 UTC 2018 - crrodrig...@opensuse.org
+
+- Add explicit buildrequires on x11 and fontconfig, do not 
+  count on them being pulled by other packages.
+
+---



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.4tJOLo/_old  2018-02-19 13:03:55.063694130 +0100
+++ /var/tmp/diff_new_pack.4tJOLo/_new  2018-02-19 13:03:55.067693985 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(fcitx)
+BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(gail)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -48,6 +49,8 @@
 BuildRequires:  pkgconfig(m17n-core)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(wordcut)
+BuildRequires:  pkgconfig(x11)
+
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
 %if 0%{?suse_version} >= 1330
 Requires:   group(tty)




commit mlterm for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2017-12-19 10:58:39

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Tue Dec 19 10:58:39 2017 rev:42 rq:558065 version:3.8.4

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2017-07-21 
22:49:07.591036654 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2017-12-19 
10:58:41.612753510 +0100
@@ -1,0 +2,49 @@
+Mon Dec 18 10:51:36 UTC 2017 - pgaj...@suse.com
+
+- updated to 3.8.2:
+  * Support DECSLPP, DECSCPP, DECBBSM, DECRQTSR, DECCTR, DECRQPSR, DECSNLS, 
DECSTGLT, DECRSPS,
+DECSR, CSI 7 t, CSI 9;1 t, CSI ? Pm s, CSI ? Pm r, CSI 34 [hl], CSI 53 m 
and CSI 55 m.
+  * Support DECSASD, DECSSDT unless vertical mode is enabled.
+  * Support 90-degree rotation of alphabet glyphs in vertical mode (cjk alone) 
on framebuffer,
+wayland and android if freetype is enabled.
+  * Support sticky shift key of skk im module, and change the format of skk 
option from
+"skk:[dictionary]" to "skk:dict=[dictionary],sskey=[sticky shift key]".
+  * Add "use_vertical_cursor" and "click_interval" to OSC 5379, 5380 and 5381.
+  * Add "ot_features" and "ot_script" to OSC 5380 and 5381.
+  * Add "Features" and "Script" buttons to "Encoding" tab of mlconfig.
+  * Add "Underline pos (pixels)" and "Baseline pos (pixel)" to "Font" tab of 
mlconfig.
+  * Add "Double click interval (msec)", "Send keys to all windows" and
+"Trim trailing CR/LF in pasting" to "Others" tab of mlconfig.
+  * Add doc/en/ControlSequences which lists escape/control sequences which 
mlterm supports.
+  * Change the default value of "use_vertical_cursor" option from false to 
true.
+  * Drop "CSI ? 9500 [hl]".
+  * Improve processing sixel graphics on pseudo color framebuffer.
+  * Merge patches:
+
https://sf.net/p/mlterm/patches/_discuss/thread/f5dc445d/0fc3/attachment/fix_spelling.diff
+  * Add "trim_trailing_newline_in_pasting" / --trim option which removes 
trailing
+newline characters in pasting text.
+  * Add "broadcast" / --bc option which broadcasts input or pasted characters 
to
+all ptys whose value of "ignore_broadcasted_chars" option is false.
+  * Add "ignore_broadcasted_chars" / --ibc option.
+  * Add "Next pty", "Previous pty" and "Close screen" to context menu on 
Android.
+  * Add "next_pty", "prev_pty" and "close_screen" to OSC 5379.
+  * Add "fontconfig" to OSC 5380.
+  * Support libssh2 on MacOSX/Cocoa.
+  * Support ModifyCursorKeys and ModifyFunctionKeys of xterm.
+  * Support OSC 0 and OSC 1 on MacOSX/Cocoa.
+  * Support _NET_WM_NAME and _NET_ICON_NAME properties on xlib.
+  * Support "CSI > Ps t" and "CSI > Ps T".
+  * Support "CSI 20 h" and "CSI 20 l" (LNM).
+  * Support right click menu on libvte compatible library on wayland.
+  * Support fcitx input method module on wayland.
+  * Support italic on MacOSX/Cocoa.
+  * Remove --hscr / "screen_height_ratio" option.
+  * Change the default sequences of Modifier+Function and Modifier+Cursor keys
+from xterm's old/obsolete ones to modern ones.
+(e.g. Shift+F1 outputs "\e[1;2P" instead of "\eO2P" by default.)
+  * Merge patches:
+
https://bitbucket.org/arakiken/mlterm/pull-requests/3/update-a-left-old-code-about-the
+  * Bug fixes
+- see doc/ReleaseNote for details
+
+---

Old:

  mlterm-3.8.2.tar.gz

New:

  mlterm-3.8.4.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.0bLK6j/_old  2017-12-19 10:58:42.588706397 +0100
+++ /var/tmp/diff_new_pack.0bLK6j/_new  2017-12-19 10:58:42.592706204 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mlterm
-Version:3.8.2
+Version:3.8.4
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause

++ mlterm-3.8.2.tar.gz -> mlterm-3.8.4.tar.gz ++
 46514 lines of diff (skipped)




commit mlterm for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2017-07-21 22:49:02

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Fri Jul 21 22:49:02 2017 rev:41 rq:511400 version:3.8.2

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2016-11-28 
15:04:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2017-07-21 
22:49:07.591036654 +0200
@@ -1,0 +2,18 @@
+Tue Jul 18 14:48:11 UTC 2017 - tchva...@suse.com
+
+- Version update to 3.8.2 release:
+  * Support for wayland
+  * Support page of VT400 or later. (NP, PP, PPA, PPR, PPB, DECCRA and DECLRP)
+  * Support DECRQDE, DECSCUSR(Ps = 3,4,5,6), DECATC, DECRQM, DECRQMH, DECSCA,
+DECERA, DECSEL and DECSED.
+  * Support SGR of DECRQSS.
+  * Bunch of bugfixes
+- Add all the named dependencies to the package to make sure all the
+  features are properly enabled, configure script does not fail on
+  dependencies not found
+- Remove libotf as now rendering is done via harfbuzz
+- Disable fctix input method as it fails to compile upstream
+- Install svg icons from the archive rather than our distributed png
+- Add portability patch mlterm-portability.patch to make rpmlint happy
+
+---

Old:

  mlterm-3.7.2.tar.gz
  mlterm.png

New:

  mlterm-3.8.2.tar.gz
  mlterm-portability.patch



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.ju0NNs/_old  2017-07-21 22:49:10.390641735 +0200
+++ /var/tmp/diff_new_pack.ju0NNs/_new  2017-07-21 22:49:10.394641171 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,43 +17,40 @@
 
 
 Name:   mlterm
-Version:3.7.2
+Version:3.8.2
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
 Group:  System/X11/Terminals
 Url:http://mlterm.sourceforge.net/
-#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
-#(hit Enter)
-#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm 
checkout mlterm
-#cvs -z3 -d:ext:mfab...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm co 
mlterm
-#tar jcvf mlterm-2.7.0.tar.bz2 mlterm
 Source0:
http://downloads.sourceforge.net/project/mlterm/01release/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source10:   %{name}.desktop
-Source11:   %{name}.png
 Patch0: etc.patch
+# PATCH-FIX-UPSTREAM: portability issues reported by rpmlint
+Patch1: mlterm-portability.patch
+BuildRequires:  canna-devel
 BuildRequires:  coreutils
-BuildRequires:  fribidi-devel
+BuildRequires:  fwnn-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  m17n-lib-devel
-%if 0%{?suse_version} != 1315
+BuildRequires:  pkgconfig
 BuildRequires:  scim-devel
 BuildRequires:  uim-devel
-%endif
 BuildRequires:  update-desktop-files
-BuildRequires:  wordcut-devel
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(fcitx)
+BuildRequires:  pkgconfig(fribidi)
+BuildRequires:  pkgconfig(gail)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(libssh2)
+BuildRequires:  pkgconfig(m17n-core)
+BuildRequires:  pkgconfig(vte-2.91)
+BuildRequires:  pkgconfig(wordcut)
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1130
-BuildRequires:  utempter-devel
-%else
-BuildRequires:  utempter
-%endif
-%if 0%{?suse_version} == 1315
-# for migration
-Obsoletes:  mlterm-scim
-Obsoletes:  mlterm-uim
+%if 0%{?suse_version} >= 1330
+Requires:   group(tty)
 %endif
 
 %description
@@ -76,22 +73,38 @@
 xims.
 
 Other features:
-
 * scroll by wheel mouse
-
 * antialias font (requires Xft and Xrender extensions)
-
 * proportional font
-
 * transparent background
-
 * background image (requires Imlib)
-
 * multiple pty windows
-
 * scrollbar plug-in API (unstable)
 
-%if 0%{?suse_version} != 1315
+%package canna
+Summary:Canna plugin for mlterm
+Group:  System/X11/Terminals
+Provides:   locale(scim:ja;ko;ar;he)
+
+%description canna
+A plugin to use the canna input methods directly from mlterm.
+
+%package ibus
+Summary:Ibus plugin for mlterm
+Group:

commit mlterm for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2016-11-28 15:04:12

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2016-03-26 
15:27:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2016-11-28 
15:04:13.0 +0100
@@ -1,0 +2,20 @@
+Mon Nov 21 11:27:44 UTC 2016 - pgaj...@suse.com
+
+- updated to 3.7.2
+   * Add mlterm-con which is a console version of mlterm (like 
+ GNU Screen) and which works on various terminal emulators. 
+ (see doc/en/README.console)
+   * Add "console_encoding" / --ckm option which specifies 
+ a character encoding of the console where mlterm-con works.
+   * Add "default_cell_size" / --csz option for mlterm-con.
+   * Add "console_sixel_colors" / --csc option for mlterm-con.
+   * Add "primary_da" / --da1 and "secondary_da" / --da2 options.
+   * Support DECRQSS partially.
+   * Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla)
+ (Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013)
+   * Bug fixes:
+ Fix misalignment of the position of characters in drawing 
+ them with the use of complementary loaded fonts on cairo.
+- removed mlterm-noreturn.patch (upstreamed)
+
+---

Old:

  mlterm-3.7.0.tar.gz
  mlterm-noreturn.patch

New:

  mlterm-3.7.2.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.mQ90Yy/_old  2016-11-28 15:04:15.0 +0100
+++ /var/tmp/diff_new_pack.mQ90Yy/_new  2016-11-28 15:04:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mlterm
-Version:3.7.0
+Version:3.7.2
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -32,7 +32,6 @@
 Source10:   %{name}.desktop
 Source11:   %{name}.png
 Patch0: etc.patch
-Patch1: mlterm-noreturn.patch
 BuildRequires:  coreutils
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
@@ -123,7 +122,6 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
 
 rm -rf doc/{en,ja}/*win32
 
@@ -191,6 +189,7 @@
 %{_libdir}/mlterm/libctl_bidi.so
 %{_libdir}/mlterm/libtype_xft.so
 %{_libdir}/mlterm/libctl_iscii.so
+%{_libdir}/mlterm/libim-skk.so
 %{_libdir}/mlterm/libind_assamese.so
 %{_libdir}/mlterm/libind_bengali.so
 %{_libdir}/mlterm/libind_gujarati.so

++ mlterm-3.7.0.tar.gz -> mlterm-3.7.2.tar.gz ++
 17868 lines of diff (skipped)





commit mlterm for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2016-03-26 15:27:46

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2015-12-17 
15:54:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2016-03-26 
15:27:49.0 +0100
@@ -1,0 +2,16 @@
+Wed Mar 23 11:02:00 UTC 2016 - idon...@suse.com
+
+- Update to version 3.7.0
+  * Support OSC 1337. (See http://www.iterm2.com/images.html)
+  * Add 'mlfc' tool which automatically generates ~/.mlterm/aafont and 
~/.mlterm/font-fb.
+  * Change the format of ~/.mlterm/*font is changed as follows.
+[Charset] = [Font name];[Size],[Font name];[Size],[Font name];...
+-> [Charset] = [Font name]
+  * Drop XT_CBLINK (CSI?12h/CSI?12l) support.
+  * Simplify font configuration of OSC 5379. ('mlcc font USASCII ' 
is available.)
+  * "CSI 38;2;r;g;b m" and "CSI 48;2;r;g;b m" shows high colors instead of
+approximate vt 256 colors. "vt_color_mode" / --vtcolor(=256/high/true) 
option
+changes the behavior.
+- Add mlterm-noreturn.patch to fix signature of non-returning function.
+
+---

Old:

  mlterm-3.6.1.tar.gz

New:

  mlterm-3.7.0.tar.gz
  mlterm-noreturn.patch



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.3c66lR/_old  2016-03-26 15:27:50.0 +0100
+++ /var/tmp/diff_new_pack.3c66lR/_new  2016-03-26 15:27:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.6.1
+Version:3.7.0
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -32,6 +32,7 @@
 Source10:   %{name}.desktop
 Source11:   %{name}.png
 Patch0: etc.patch
+Patch1: mlterm-noreturn.patch
 BuildRequires:  coreutils
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
@@ -122,6 +123,8 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
+
 rm -rf doc/{en,ja}/*win32
 
 %build
@@ -198,9 +201,9 @@
 %{_libdir}/mlterm/libind_malayalam.so
 %{_libdir}/mlterm/libind_oriya.so
 %{_libdir}/mlterm/libind_punjabi.so
-%{_libdir}/mlterm/libind_roman.so
 %{_libdir}/mlterm/libind_tamil.so
 %{_libdir}/mlterm/libind_telugu.so
+%{_libdir}/mlterm/libotl.so
 %{_libdir}/mlterm/mlterm/mlimgloader
 %dir %{_libdir}/mkf/
 %{_libdir}/mkf/*.so

++ mlterm-3.6.1.tar.gz -> mlterm-3.7.0.tar.gz ++
 38629 lines of diff (skipped)

++ mlterm-noreturn.patch ++
Index: mlterm-3.7.0/xwindow/x_font_manager.c
===
--- mlterm-3.7.0.orig/xwindow/x_font_manager.c
+++ mlterm-3.7.0/xwindow/x_font_manager.c
@@ -101,7 +101,7 @@ change_font_cache(
return  1 ;
 }
 
-static int
+static void
 adjust_font_size(
u_int *  font_size
)




commit mlterm for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2015-12-17 15:54:54

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2015-09-08 
18:12:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2015-12-17 
15:54:57.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec 16 14:22:32 UTC 2015 - pgaj...@suse.com
+
+- updated to 3.6.1: 
+  * Support DECDHL and DECDWL.
+  * Add 'autohide' value to 'scrollbar_mode' option
+  * Disable conversion from Unicode to ISCII if use_ctl = false.
+  * Support ssh2 connection on framebuffer.
+  * Set XID of text screen instead of top window as the value of 
+WINDOWID environmental variable.
+  * Add "geometry" to OSC 5379.
+  * Add "mlconfig" to OSC 5379.
+  * Add "Columns" and "Rows" to "Others" tab of mlconfig.
+  etc., see en/ReleaseNote for details
+
+---

Old:

  mlterm-3.4.5.tar.gz

New:

  mlterm-3.6.1.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.DD3HMr/_old  2015-12-17 15:54:58.0 +0100
+++ /var/tmp/diff_new_pack.DD3HMr/_new  2015-12-17 15:54:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mlterm
-Version:3.4.5
+Version:3.6.1
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -130,6 +130,7 @@
 --prefix=%{_prefix} \
 --libexecdir=%{_libdir}/mlterm \
--sysconfdir=%{_sysconfdir}/X11 \
+--disable-utmp \
--enable-anti-alias \
--enable-fribidi \
--enable-m17nlib \
@@ -186,6 +187,20 @@
 %{_libdir}/mlterm/libsample.so
 %{_libdir}/mlterm/libctl_bidi.so
 %{_libdir}/mlterm/libtype_xft.so
+%{_libdir}/mlterm/libctl_iscii.so
+%{_libdir}/mlterm/libind_assamese.so
+%{_libdir}/mlterm/libind_bengali.so
+%{_libdir}/mlterm/libind_gujarati.so
+%{_libdir}/mlterm/libind_hindi.so
+%{_libdir}/mlterm/libind_iitkeyb.so
+%{_libdir}/mlterm/libind_inscript.so
+%{_libdir}/mlterm/libind_kannada.so
+%{_libdir}/mlterm/libind_malayalam.so
+%{_libdir}/mlterm/libind_oriya.so
+%{_libdir}/mlterm/libind_punjabi.so
+%{_libdir}/mlterm/libind_roman.so
+%{_libdir}/mlterm/libind_tamil.so
+%{_libdir}/mlterm/libind_telugu.so
 %{_libdir}/mlterm/mlterm/mlimgloader
 %dir %{_libdir}/mkf/
 %{_libdir}/mkf/*.so

++ etc.patch ++
--- /var/tmp/diff_new_pack.DD3HMr/_old  2015-12-17 15:54:58.0 +0100
+++ /var/tmp/diff_new_pack.DD3HMr/_new  2015-12-17 15:54:58.0 +0100
@@ -10,8 +10,8 @@
 
 Index: etc/aafont
 ===
 etc/aafont.orig2015-05-12 09:05:13.168070974 +0200
-+++ etc/aafont 2015-05-12 09:07:43.855964354 +0200
+--- etc/aafont.orig2015-12-15 13:25:01.0 +0100
 etc/aafont 2015-12-16 15:13:56.482438679 +0100
 @@ -1,42 +1,39 @@
  #DEFAULT=Kochi Gothic
  
@@ -86,12 +86,12 @@
 -# Simplified Chinese speakers may want to enable the following setting.
 -#ISO10646_UCS4_1_FULLWIDTH=AR PL SungtiL GB
  
- # For powerline.
- #U+E000-E0FF = PowerlineSymbols
+ #ISCII_ASSAMESE   = AS-TTDurga 26
+ ISCII_BENGALI = BN-TTDurga 26
 Index: etc/font
 ===
 etc/font.orig  2015-03-14 05:47:28.0 +0100
-+++ etc/font   2015-05-12 09:05:13.169070987 +0200
+--- etc/font.orig  2015-12-15 13:25:01.0 +0100
 etc/font   2015-12-16 15:18:30.754435519 +0100
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -101,10 +101,10 @@
  #ISO8859_1_BOLD = 10,a10B;14,7x14bold;
  #JISX0201_KATA = 10,r10;12,r12;14,r14;16,r16;
  #JISX0201_KATA_BOLD = 10,r10;
-@@ -9,3 +9,54 @@
- #JISX0208_1983 = 10,k10;12,k12;14,k14;16,kanji16;
- #JISX0208_1983_BOLD = 10,k10B;
- #TCVN5712 = 14,-*-.vntime-*--14-*-iso8859-1;
+@@ -13,3 +13,25 @@
+ ISCII_BENGALI = -freetype-bn 
ttdurga-medium-r-normal--17-120-100-100-p-57-iso10646-1
+ ISCII_HINDI = -freetype-dv 
ttyogesh-medium-r-normal--17-120-100-100-p-63-iso10646-1
+ ISCII_TAMIL = -freetype-tm 
ttvalluvar-medium-r-normal--17-120-100-100-p-107-iso10646-1
 +
 +US_ASCII = -b 

commit mlterm for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2015-09-08 17:46:06

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is "mlterm"

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2015-05-15 
09:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2015-09-08 
18:12:09.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  7 16:55:03 CEST 2015 - ti...@suse.de
+
+- Run spec-cleaner
+- Disable scim and uim plugins for SLE12 and openSUSE Leap builds
+
+---



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.OU19sB/_old  2015-09-08 18:12:18.0 +0200
+++ /var/tmp/diff_new_pack.OU19sB/_new  2015-09-08 18:12:18.0 +0200
@@ -17,37 +17,44 @@
 
 
 Name:   mlterm
+Version:3.4.5
+Release:0
+Summary:Multilingual Terminal Emulator for X
+License:BSD-3-Clause
+Group:  System/X11/Terminals
+Url:http://mlterm.sourceforge.net/
+#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
+#(hit Enter)
+#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm 
checkout mlterm
+#cvs -z3 -d:ext:mfab...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm co 
mlterm
+#tar jcvf mlterm-2.7.0.tar.bz2 mlterm
+Source0:
http://downloads.sourceforge.net/project/mlterm/01release/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source10:   %{name}.desktop
+Source11:   %{name}.png
+Patch0: etc.patch
 BuildRequires:  coreutils
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  m17n-lib-devel
+%if 0%{?suse_version} != 1315
 BuildRequires:  scim-devel
 BuildRequires:  uim-devel
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  wordcut-devel
+Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1130
 BuildRequires:  utempter-devel
 %else
 BuildRequires:  utempter
 %endif
-Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.4.5
-Release:0
-Url:http://mlterm.sourceforge.net/
-#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
-#(hit Enter)
-#cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm 
checkout mlterm
-#cvs -z3 -d:ext:mfab...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm co 
mlterm
-#tar jcvf mlterm-2.7.0.tar.bz2 mlterm
-Source0:
http://downloads.sourceforge.net/project/mlterm/01release/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source10:   %name.desktop
-Source11:   %name.png
-Patch0: etc.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Multilingual Terminal Emulator for X
-License:BSD-3-Clause
-Group:  System/X11/Terminals
+%if 0%{?suse_version} == 1315
+# for migration
+Obsoletes:  mlterm-scim
+Obsoletes:  mlterm-uim
+%endif
 
 %description
 Mlterm is a multilingual terminal emulator for the X Window System.
@@ -84,55 +91,33 @@
 
 * scrollbar plug-in API (unstable)
 
-
-
-Authors:
-
-Araki Ken 
-
-%package -n mlterm-scim
+%if 0%{?suse_version} != 1315
+%package scim
 Summary:SCIM plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(scim:ja;ko;ar;he)
 
-%description -n mlterm-scim
+%description scim
 A plugin to use the SCIM input methods directly from mlterm.
 
-
-
-Authors:
-
-Araki Ken 
-
-%package -n mlterm-uim
+%package uim
 Summary:An uim plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(uim:ja;ko;ar;he)
 
-%description -n mlterm-uim
+%description uim
 A plugin to use the uim input methods directly from mlterm.
+%endif
 
-
-
-Authors:
-
-Araki Ken 
-
-%package -n mlterm-m17n
+%package m17n
 Summary:A m17n plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(m17n:ja;ko;zh;ar;he)
 
-%description -n mlterm-m17n
+%description m17n
 A plugin to use the m17n input methods directly from mlterm.
 
-
-
-Authors:
-
-Araki Ken 
-
-%define pixmapdir  /usr/share/pixmaps
+%define pixmapdir  %{_datadir}/pixmaps
 
 %prep
 %setup -q
@@ -140,37 +125,40 @@
 rm -rf doc/{en,ja}/*win32
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags) -DUSE_UTMP"
+export CFLAGS="%{optflags} -D_GNU_SOURCE 

commit mlterm for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2015-05-15 09:03:38

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2014-11-19 
20:30:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2015-05-15 
09:03:39.0 +0200
@@ -1,0 +2,15 @@
+Tue May 12 07:12:37 UTC 2015 - pgaj...@suse.com
+
+- updated to 3.4.5:
+  * Alt which equals to Mod is available in ~/.mlterm/key.
+  * mlclient doesn't depend on kiklib.
+  * ~/.config/mlterm/challenge is supported.
+  * 0x0 - 0x7f characters are treated as US_ASCII instead of 
+ISO10646_UCS4_1.
+  * Extra margin area at the right and bottom edges is cleared
+in maximizing a window.
+  * The default value of use_clipboard option is
+changed from false to true.
+  * etc, see ChangeLog
+
+---

Old:

  mlterm-3.4.0.tar.gz

New:

  mlterm-3.4.5.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.HUwa3W/_old  2015-05-15 09:03:40.0 +0200
+++ /var/tmp/diff_new_pack.HUwa3W/_new  2015-05-15 09:03:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.4.0
+Version:3.4.5
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login

++ etc.patch ++
--- /var/tmp/diff_new_pack.HUwa3W/_old  2015-05-15 09:03:40.0 +0200
+++ /var/tmp/diff_new_pack.HUwa3W/_new  2015-05-15 09:03:40.0 +0200
@@ -10,9 +10,9 @@
 
 Index: etc/aafont
 ===
 etc/aafont.orig2014-05-25 07:42:25.0 +0200
-+++ etc/aafont 2014-06-23 12:14:06.073592778 +0200
-@@ -1,40 +1,39 @@
+--- etc/aafont.orig2015-05-12 09:05:13.168070974 +0200
 etc/aafont 2015-05-12 09:07:43.855964354 +0200
+@@ -1,42 +1,39 @@
  #DEFAULT=Kochi Gothic
  
 -#ISO8859_1=Courier 10 Pitch
@@ -41,6 +41,8 @@
 -
 -# Japanese speakers may want to enable the following setting.
 -#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic
+-# Unicode Hankaku kana.
+-#U+FF61-FF9F=Kochi Gothic
 +ISO8859_1=FreeMono-iso10646-1;
 +ISO8859_2=FreeMono-iso10646-1;
 +ISO8859_3=FreeMono-iso10646-1;
@@ -88,8 +90,8 @@
  #U+E000-E0FF = PowerlineSymbols
 Index: etc/font
 ===
 etc/font.orig  2014-05-25 07:42:25.0 +0200
-+++ etc/font   2014-06-23 12:14:06.073592778 +0200
+--- etc/font.orig  2015-03-14 05:47:28.0 +0100
 etc/font   2015-05-12 09:05:13.169070987 +0200
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -156,8 +158,8 @@
 +#ISO10646_UCS2_1_BIWIDTH = 
-misc-ipagothic-medium-r-normal-*-%d-*-*-*-*-*-iso10646-1;10,-efont-fixed-medium-r-normal--10-100-75-75-c-100-iso10646-1;12,-efont-fixed-medium-r-normal-*-12-120-75-75-c-120-iso10646-1;13,-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1;14,-efont-fixed-medium-r-normal-*-14-140-75-75-c-140-iso10646-1;16,-efont-fixed-medium-r-normal-*-16-160-75-75-c-160-iso10646-1;18,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;20,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;24,-efont-fixed-medium-r-normal-*-24-240-75-75-c-240-iso10646-1;
 Index: etc/key
 ===
 etc/key.orig   2014-05-25 07:42:26.0 +0200
-+++ etc/key2014-06-23 12:14:06.073592778 +0200
+--- etc/key.orig   2015-03-14 05:47:28.0 +0100
 etc/key2015-05-12 09:05:13.169070987 +0200
 @@ -30,3 +30,9 @@
  # Button3=exesel:/cygdrive/c/Program\\ Files/Internet\\ 
Explorer/iexplore.exe
  # Button4=\x1bOA\x1bOA
@@ -170,8 +172,8 @@
 +
 Index: etc/main
 ===
 etc/main.orig  2014-06-23 12:14:06.073592778 +0200
-+++ etc/main   2014-06-23 12:17:02.705595763 +0200
+--- etc/main.orig  2015-03-14 05:47:28.0 +0100
 etc/main   2015-05-12 09:05:13.169070987 +0200
 @@ -2,6 +2,32 @@
  # Copy to ~/.mlterm/main
  #
@@ -207,8 +209,8 

commit mlterm for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2014-11-19 20:26:57

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2014-06-24 
15:16:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2014-11-19 
20:30:55.0 +0100
@@ -1,0 +2,40 @@
+Tue Nov 18 15:52:55 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.4.0:
+  * Support DEC Locator mode (which is necessary for Xsixel
+(http://github.com/saitoha/xserver-SIXEL)).
+  * Support CSI  2 p (for SDL-sixel and Xsixel) which always hides mouse 
pointer
+even if it moves. (Not compatible with xterm though.)
+  * Add --point/use_point_size option.
+  * Support software keyboard on rotated display.
+  * Support HLS in sixel sequence.
+  * Embed sixel processing to mlterm which is built without --with-imagelib 
option
+instead of using 'mlimgloader' to improve performance.
+  * Support rectangle selection by pressing alt key while selecting.
+  * Support DECDMAC/DECINVM.
+  * Start scp by dragdrop a file with shift key to the screen on ssh 
connection.
+  * Add --seqfmt/vt_seq_format option.
+  * Read /dev/kbd on NetBSD/x68k framebuffer.
+  * Add Auto detect entry to Encoding tab of mlconfig.
+  * Add Local echo checkbox to Others tab in mlconfig.
+  * Enable image processing on background terminals.
+  * Improve the performance of processing images on 8 or less bpp framebuffer.
+  * Support SGR 5, 9, 21, 25 and 29.
+  * Support DECFRA, SL and SR.
+  * Starting mlterm with -j option executes mlclient if daemon process has 
already
+started.
+  * Change the maximum number of U+- in ~/.mlterm/(t,v,)(aa)font
+from 7 to 511.
+  * Add unlimted to Backlog size entry in mlconfig.
+Add UNICODE (ARABIC) and UNICODE (EMOJI) to Font name entry.
+  * Add --it/it_color, --bl/bl_color and --co/co_color options.
+  * Add --itfont/use_italic_font option.
+  * Add --bisep/bidi_separators option.
+  * Add --fullwidth/unicode_full_width_areas option.
+  * Add --working-directory/working_directory option.
+  * Add --deffont option.
+  * Disable _HALFWIDTH suffix in ~/.mlterm/(t,v)(aa)font files.
+  * Drop --ucsprop/use_unicode_property option.
+  * Bug fixes: see ReleaseNote for details
+
+---

Old:

  mlterm-3.3.6.tar.gz

New:

  mlterm-3.4.0.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.5qw5vk/_old  2014-11-19 20:30:57.0 +0100
+++ /var/tmp/diff_new_pack.5qw5vk/_new  2014-11-19 20:30:57.0 +0100
@@ -32,7 +32,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.3.6
+Version:3.4.0
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -151,6 +151,7 @@
--enable-m17nlib \

--with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom,mlimgloader \
--with-scrollbars=sample,extra \
+--with-type-engines=xcore,xft \
--enable-scim 
 make %{?jobs:-j %jobs}
 

++ mlterm-3.3.6.tar.gz - mlterm-3.4.0.tar.gz ++
 21638 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2014-06-24 15:16:07

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2014-06-02 
07:01:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2014-06-24 
15:16:19.0 +0200
@@ -1,0 +2,27 @@
+Mon Jun 23 10:11:40 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.3.6:
+  * Support fcitx. (Experimental)
+  * Remove the original simple scrollbar and link sample scrollbar 
statically
+to mlterm as simple one. Rename sample2 scrollbar to sample.
+  * Bug fixes:
+Fix partially corrupt screen in drawing animation gif.
+Fix https://twitter.com/yoshikaw/status/462125454107738112
+Fix corrupt screen in drawing large images.
+Fix https://twitter.com/kefir_/status/467340224628924416
+Fix the corrupt scrolling in vertical mode.
+  * Support Animation GIF on show_picture of OSC 5379.
+(It works with https://bitbucket.org/arakiken/w3m/get/remoteimg.tar.gz)
+  * Add add_frame to OSC 5379.
+  * Bug fixes:
+Fix compiler error on NetBSD/OpenBSD framebuffer. (enbugged at 3.3.4)
+Fix the bug which sometimes disabled to show large sixel graphics sequence.
+(enbugged at 3.3.4)
+ Output ^? instead of ^H on TERM=xterm by default in pressing backspace 
key.
+Fix the bug which sometimes left X11 events untouched for a while.
+Fix the bug of closing the input method window unexpectedly in pressing it.
+:Percentage after font names in ~/.mlterm/aafont works on cairo.
+- refreshed etc.patch; kterm rule is part of upstream termcap yet, so it
+  was dropped from the patch
+
+---

Old:

  mlterm-3.3.4.tar.gz

New:

  mlterm-3.3.6.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.4lBG1l/_old  2014-06-24 15:16:20.0 +0200
+++ /var/tmp/diff_new_pack.4lBG1l/_new  2014-06-24 15:16:20.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.3.4
+Version:3.3.6
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -195,7 +195,6 @@
 %{_libdir}/mlterm/libmozmodern.so
 %{_libdir}/mlterm/libnext.so
 %{_libdir}/mlterm/libsample.so
-%{_libdir}/mlterm/libsample2.so
 %{_libdir}/mlterm/libctl_bidi.so
 %{_libdir}/mlterm/libtype_xft.so
 %{_libdir}/mlterm/mlterm/mlimgloader

++ etc.patch ++
--- /var/tmp/diff_new_pack.4lBG1l/_old  2014-06-24 15:16:20.0 +0200
+++ /var/tmp/diff_new_pack.4lBG1l/_new  2014-06-24 15:16:20.0 +0200
@@ -10,8 +10,8 @@
 
 Index: etc/aafont
 ===
 etc/aafont.orig2014-03-22 23:06:39.0 +0100
-+++ etc/aafont 2014-03-31 14:09:10.727591965 +0200
+--- etc/aafont.orig2014-05-25 07:42:25.0 +0200
 etc/aafont 2014-06-23 12:14:06.073592778 +0200
 @@ -1,40 +1,39 @@
  #DEFAULT=Kochi Gothic
  
@@ -88,8 +88,8 @@
  #U+E000-E0FF = PowerlineSymbols
 Index: etc/font
 ===
 etc/font.orig  2014-03-22 23:06:39.0 +0100
-+++ etc/font   2014-03-31 14:09:10.727591965 +0200
+--- etc/font.orig  2014-05-25 07:42:25.0 +0200
 etc/font   2014-06-23 12:14:06.073592778 +0200
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -156,8 +156,8 @@
 +#ISO10646_UCS2_1_BIWIDTH = 
-misc-ipagothic-medium-r-normal-*-%d-*-*-*-*-*-iso10646-1;10,-efont-fixed-medium-r-normal--10-100-75-75-c-100-iso10646-1;12,-efont-fixed-medium-r-normal-*-12-120-75-75-c-120-iso10646-1;13,-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1;14,-efont-fixed-medium-r-normal-*-14-140-75-75-c-140-iso10646-1;16,-efont-fixed-medium-r-normal-*-16-160-75-75-c-160-iso10646-1;18,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;20,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;24,-efont-fixed-medium-r-normal-*-24-240-75-75-c-240-iso10646-1;
 Index: etc/key
 ===
 etc/key.orig   2014-03-22 23:06:39.0 +0100
-+++ etc/key2014-03-31 14:09:10.727591965 +0200
+--- etc/key.orig   2014-05-25 07:42:26.0 +0200
 etc/key2014-06-23 12:14:06.073592778 +0200
 @@ -30,3 +30,9 @@
  # Button3=exesel:/cygdrive/c/Program\\ Files/Internet\\ 
Explorer/iexplore.exe
  # 

commit mlterm for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2014-06-02 07:00:51

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2014-04-02 
17:24:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2014-06-02 
07:01:01.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  1 09:20:35 UTC 2014 - jeng...@inai.de
+
+- Drop unused build-time requirements on libotf, libtiff, libgif
+
+---



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.von3wK/_old  2014-06-02 07:01:01.0 +0200
+++ /var/tmp/diff_new_pack.von3wK/_new  2014-06-02 07:01:01.0 +0200
@@ -20,10 +20,7 @@
 BuildRequires:  coreutils
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
-BuildRequires:  giflib-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  libotf-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  m17n-lib-devel
 BuildRequires:  scim-devel
 BuildRequires:  uim-devel


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2014-04-02 17:24:56

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2013-11-28 
07:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2014-04-02 
17:24:57.0 +0200
@@ -1,0 +2,14 @@
+Mon Mar 31 12:12:19 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.3.4:
+  * Support not only sixel graphics but also other major image formats on 
Android.
+  * Support ReGIS partially. (depends on SDL(SDL2), SDL_ttf(SDL2_ttf) and 
fontconfig)
+  * Output strerror(errno) on error.
+  * Support key=value #comment style in the same line in ~/.mlterm/main.
+  * Draw all ambiguous width characters one by one to fit the column width 
unless
+-V option is specified.
+  * Merge patches:
+https://gist.github.com/tsutsui/9285759.
+  * bugfixes, see doc/en/ReleaseNote for details
+
+---

Old:

  mlterm-3.3.1.tar.gz

New:

  mlterm-3.3.4.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.svYWX0/_old  2014-04-02 17:24:58.0 +0200
+++ /var/tmp/diff_new_pack.svYWX0/_new  2014-04-02 17:24:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.3.1
+Version:3.3.4
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login

++ etc.patch ++
--- /var/tmp/diff_new_pack.svYWX0/_old  2014-04-02 17:24:58.0 +0200
+++ /var/tmp/diff_new_pack.svYWX0/_new  2014-04-02 17:24:58.0 +0200
@@ -10,9 +10,9 @@
 
 Index: etc/aafont
 ===
 etc/aafont.orig2013-11-27 09:59:10.748866724 +0100
-+++ etc/aafont 2013-11-27 10:01:20.357441819 +0100
-@@ -1,37 +1,36 @@
+--- etc/aafont.orig2014-03-22 23:06:39.0 +0100
 etc/aafont 2014-03-31 14:09:10.727591965 +0200
+@@ -1,40 +1,39 @@
  #DEFAULT=Kochi Gothic
  
 -#ISO8859_1=Courier 10 Pitch
@@ -35,6 +35,12 @@
 -#BIG5=AR PL Mingti2L Big5
 -#GB2312_80=AR PL SungtiL GB
 -#GBK=AR PL SungtiL GB
+-
+-#ISO10646_UCS4_1=Courier 10 Pitch
+-#ISO10646_UCS4_1=Thryomanes
+-
+-# Japanese speakers may want to enable the following setting.
+-#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic
 +ISO8859_1=FreeMono-iso10646-1;
 +ISO8859_2=FreeMono-iso10646-1;
 +ISO8859_3=FreeMono-iso10646-1;
@@ -69,12 +75,6 @@
 +#ISO10646_UCS4_1 = Arial Unicode MS-iso10646-1;
 +#ISO10646_UCS4_1_BIWIDTH = Arial Unicode MS-iso10646-1;
  
--#ISO10646_UCS4_1=Courier 10 Pitch
--#ISO10646_UCS4_1=Thryomanes
--
--# Japanese speakers may want to enable the following setting.
--#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic
--
 -# Korean speakers may want to enable the following setting.
 -#ISO10646_UCS4_1_FULLWIDTH=dotum
 -
@@ -83,10 +83,13 @@
 -
 -# Simplified Chinese speakers may want to enable the following setting.
 -#ISO10646_UCS4_1_FULLWIDTH=AR PL SungtiL GB
+ 
+ # For powerline.
+ #U+E000-E0FF = PowerlineSymbols
 Index: etc/font
 ===
 etc/font.orig  2013-11-22 16:31:39.0 +0100
-+++ etc/font   2013-11-27 09:59:10.749866737 +0100
+--- etc/font.orig  2014-03-22 23:06:39.0 +0100
 etc/font   2014-03-31 14:09:10.727591965 +0200
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -153,8 +156,8 @@
 +#ISO10646_UCS2_1_BIWIDTH = 
-misc-ipagothic-medium-r-normal-*-%d-*-*-*-*-*-iso10646-1;10,-efont-fixed-medium-r-normal--10-100-75-75-c-100-iso10646-1;12,-efont-fixed-medium-r-normal-*-12-120-75-75-c-120-iso10646-1;13,-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1;14,-efont-fixed-medium-r-normal-*-14-140-75-75-c-140-iso10646-1;16,-efont-fixed-medium-r-normal-*-16-160-75-75-c-160-iso10646-1;18,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;20,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;24,-efont-fixed-medium-r-normal-*-24-240-75-75-c-240-iso10646-1;
 Index: etc/key
 ===
 

commit mlterm for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2013-11-28 07:37:50

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2013-11-13 
09:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2013-11-28 
07:37:51.0 +0100
@@ -1,0 +2,20 @@
+Wed Nov 27 09:08:18 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.3.1:
+  * Add use_auto_detect and auto_detect_encodings options.
+(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
+auto detection of utf8, eucjp and sjis.)
+  * Support ESC $ on non-ISO2022 encodings such as UTF-8.
+  * Reset pending DCS sequence by pressing ESC key.
+  * Support iBus 1.5.
+  * Enable to specify the conversion engine name of iBus. (e.g. --im 
ibus:anthy)
+  * Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
+  * unlimited value is available for logsize option.
+  * Bug fixes:
+Fix the bug of convertion to sjis.
+Fix the bug which disabled threading scp.
+Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
+  etc., see doc/en/ReleaseNote
+- removed fix-biwidth-font-search.diff (upstreamed)
+
+---

Old:

  mlterm-3.2.2.tar.gz
  mlterm-fix-biwidth-font-search.diff

New:

  mlterm-3.3.1.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.2Ocjlf/_old  2013-11-28 07:37:52.0 +0100
+++ /var/tmp/diff_new_pack.2Ocjlf/_new  2013-11-28 07:37:52.0 +0100
@@ -35,7 +35,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.2.2
+Version:3.3.1
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -47,8 +47,6 @@
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
-# PATCH-FIX-OPENSUSE mlterm-fix-biwidth-font-search.diff bnc#849342 
ti...@suse.de
-Patch1: mlterm-fix-biwidth-font-search.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -141,8 +139,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
 rm -rf doc/{en,ja}/*win32
 
 %build

++ etc.patch ++
--- /var/tmp/diff_new_pack.2Ocjlf/_old  2013-11-28 07:37:52.0 +0100
+++ /var/tmp/diff_new_pack.2Ocjlf/_new  2013-11-28 07:37:52.0 +0100
@@ -8,10 +8,33 @@
  etc/xim |   13 ---
  7 files changed, 161 insertions(+), 72 deletions(-)
 
 a/etc/aafont
-+++ b/etc/aafont
+Index: etc/aafont
+===
+--- etc/aafont.orig2013-11-27 09:59:10.748866724 +0100
 etc/aafont 2013-11-27 10:01:20.357441819 +0100
 @@ -1,37 +1,36 @@
  #DEFAULT=Kochi Gothic
+ 
+-#ISO8859_1=Courier 10 Pitch
+-#ISO8859_2=Thryomanes
+-#ISO8859_3=Thryomanes
+-#ISO8859_4=Thryomanes
+-#ISO8859_5=Thryomanes
+-#ISO8859_7=Thryomanes
+-#ISO8859_9=Thryomanes
+-#ISO8859_10=Thryomanes
+-#ISO8859_13=Thryomanes
+-#ISO8859_14=Thryomanes
+-#ISO8859_15=Thryomanes
+-#KOI8_R=Nimbus Mono L
+-#KOI8_U=Nimbus Mono L
+-#JISX0208_1978=Kochi Gothic
+-#JISX0208_1983=Kochi Gothic
+-#JISX0208_1990=Kochi Gothic
+-#KSX1001_1997=dotum
+-#BIG5=AR PL Mingti2L Big5
+-#GB2312_80=AR PL SungtiL GB
+-#GBK=AR PL SungtiL GB
 +ISO8859_1=FreeMono-iso10646-1;
 +ISO8859_2=FreeMono-iso10646-1;
 +ISO8859_3=FreeMono-iso10646-1;
@@ -46,43 +69,24 @@
 +#ISO10646_UCS4_1 = Arial Unicode MS-iso10646-1;
 +#ISO10646_UCS4_1_BIWIDTH = Arial Unicode MS-iso10646-1;
  
--#ISO8859_1=Courier 10 Pitch
--#ISO8859_2=Thryomanes
--#ISO8859_3=Thryomanes
--#ISO8859_4=Thryomanes
--#ISO8859_5=Thryomanes
--#ISO8859_7=Thryomanes
--#ISO8859_9=Thryomanes
--#ISO8859_10=Thryomanes
--#ISO8859_13=Thryomanes
--#ISO8859_14=Thryomanes
--#ISO8859_15=Thryomanes
--#KOI8_R=Nimbus Mono L
--#KOI8_U=Nimbus Mono L
--#JISX0208_1978=Kochi Gothic
--#JISX0208_1983=Kochi Gothic
--#JISX0208_1990=Kochi Gothic
--#KSX1001_1997=dotum
--#BIG5=AR PL Mingti2L Big5
--#GB2312_80=AR PL SungtiL GB
--#GBK=AR PL SungtiL GB
- 
 -#ISO10646_UCS4_1=Courier 10 Pitch
 -#ISO10646_UCS4_1=Thryomanes
 -
 -# Japanese speakers may want to enable the following setting.
--#ISO10646_UCS4_1_BIWIDTH=Kochi Gothic
+-#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic
 -
 -# Korean speakers may want to enable the following setting.
--#ISO10646_UCS4_1_BIWIDTH=dotum
+-#ISO10646_UCS4_1_FULLWIDTH=dotum
 -
 -# Traditional Chinese speakers may want to enable the following setting.

commit mlterm for openSUSE:Factory

2013-11-13 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2013-11-13 09:44:50

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2013-09-09 
19:46:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2013-11-13 
09:44:51.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov  6 15:52:53 CET 2013 - ti...@suse.de
+
+- mlterm-fix-biwidth-font-search.diff:
+  Fix missing biwidth characeters as default with X11 core fonts
+  (bnc#849342)
+- Update font and aafont config files to use FreeMono and IPAGothic
+  in etc.patch (bnc#849342)
+
+---

New:

  mlterm-fix-biwidth-font-search.diff



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.C7OciD/_old  2013-11-13 09:44:52.0 +0100
+++ /var/tmp/diff_new_pack.C7OciD/_new  2013-11-13 09:44:52.0 +0100
@@ -47,6 +47,8 @@
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
+# PATCH-FIX-OPENSUSE mlterm-fix-biwidth-font-search.diff bnc#849342 
ti...@suse.de
+Patch1: mlterm-fix-biwidth-font-search.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -139,7 +141,8 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
+%patch1 -p1
 rm -rf doc/{en,ja}/*win32
 
 %build

++ etc.patch ++
--- /var/tmp/diff_new_pack.C7OciD/_old  2013-11-13 09:44:52.0 +0100
+++ /var/tmp/diff_new_pack.C7OciD/_new  2013-11-13 09:44:52.0 +0100
@@ -1,9 +1,50 @@
-Index: etc/aafont
-===
 etc/aafont.orig
-+++ etc/aafont
-@@ -1,37 +1,37 @@
+---
+ etc/aafont  |   67 
+---
+ etc/font|   53 ++-
+ etc/key |6 +
+ etc/main|   26 ++-
+ etc/termcap |2 +
+ etc/vaafont |   66 +--
+ etc/xim |   13 ---
+ 7 files changed, 161 insertions(+), 72 deletions(-)
+
+--- a/etc/aafont
 b/etc/aafont
+@@ -1,37 +1,36 @@
  #DEFAULT=Kochi Gothic
++ISO8859_1=FreeMono-iso10646-1;
++ISO8859_2=FreeMono-iso10646-1;
++ISO8859_3=FreeMono-iso10646-1;
++ISO8859_4=FreeMono-iso10646-1;
++ISO8859_7=FreeMono-iso10646-1;
++ISO8859_9=FreeMono-iso10646-1;
++ISO8859_10=FreeMono-iso10646-1;
++ISO8859_13=FreeMono-iso10646-1;
++ISO8859_14=FreeMono-iso10646-1;
++ISO8859_15=FreeMono-iso10646-1;
++
++JISX0201_ROMAN=IPAGothic-iso10646-1;
++JISX0201_KATA=IPAGothic-iso10646-1;
++JISX0208_1983=IPAGothic-iso10646-1;
++JISX0208_1983_BOLD=IPAGothic-iso10646-1;
++
++GB2312_80=AR PL SungtiL GB-iso10646-1;
++GBK=AR PL SungtiL GB-iso10646-1;
++BIG5=AR PL Mingti2L Big5-iso10646-1;
++HKSCS=AR PL Mingti2L Big5-iso10646-1;
++KSC5601_1987=Baekmuk unigulir-iso10646-1;
++KSX1001_1997=Baekmuk unigulir-iso10646-1;
++
++ISO10646_UCS2_1 = FreeMono-iso10646-1;
++ISO10646_UCS2_1_BIWIDTH = IPAGothic-iso10646-1;
++#ISO10646_UCS2_1_BIWIDTH = Bitstream Cyberbit-iso10646-1;
++#ISO10646_UCS2_1 = Arial Unicode MS-iso10646-1;
++#ISO10646_UCS2_1_BIWIDTH = Arial Unicode MS-iso10646-1;
++ISO10646_UCS4_1 = FreeMono-iso10646-1;
++ISO10646_UCS4_1_BIWIDTH = IPAGothic-iso10646-1;
++#ISO10646_UCS4_1_BIWIDTH = Bitstream Cyberbit-iso10646-1;
++#ISO10646_UCS4_1 = Arial Unicode MS-iso10646-1;
++#ISO10646_UCS4_1_BIWIDTH = Arial Unicode MS-iso10646-1;
  
 -#ISO8859_1=Courier 10 Pitch
 -#ISO8859_2=Thryomanes
@@ -25,64 +66,29 @@
 -#BIG5=AR PL Mingti2L Big5
 -#GB2312_80=AR PL SungtiL GB
 -#GBK=AR PL SungtiL GB
--
+ 
 -#ISO10646_UCS4_1=Courier 10 Pitch
 -#ISO10646_UCS4_1=Thryomanes
 -
 -# Japanese speakers may want to enable the following setting.
 -#ISO10646_UCS4_1_BIWIDTH=Kochi Gothic
-+US_ASCII=Luxi Mono--iso10646-1;
-+ISO8859_1=Luxi Mono-iso10646-1;
-+ISO8859_2=Luxi Mono-iso10646-1;
-+ISO8859_3=Luxi Mono-iso10646-1;
-+ISO8859_4=Luxi Mono-iso10646-1;
-+#ISO8859_7=Greek Courier-iso10646-1;
-+ISO8859_9=Luxi Mono-iso10646-1;
-+ISO8859_10=Luxi Mono-iso10646-1;
-+ISO8859_13=Luxi Mono-iso10646-1;
-+ISO8859_15=Luxi Mono-iso10646-1;
-+
-+JISX0201_ROMAN=Sazanami Gothic-iso10646-1;
-+JISX0201_KATA=Sazanami Gothic-iso10646-1;
-+JISX0208_1983=Sazanami Gothic-iso10646-1;
-+JISX0208_1983_BOLD=Sazanami Gothic-iso10646-1;
-+
-+GB2312_80=AR PL SungtiL GB-iso10646-1;
-+GBK=AR PL SungtiL GB-iso10646-1;
-+BIG5=AR PL Mingti2L Big5-iso10646-1;
-+HKSCS=AR PL Mingti2L Big5-iso10646-1;
-+KSC5601_1987=Baekmuk unigulir-iso10646-1;
-+KSX1001_1997=Baekmuk 

commit mlterm for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2013-09-09 19:46:07

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2013-03-27 
19:31:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2013-09-09 
19:46:09.0 +0200
@@ -1,0 +2,23 @@
+Mon Sep  9 10:33:19 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.2.2:
+  * Support SSH agent authentication and forwarding.
+  * Support X11 forwarding (no xauth) on win32/libssh2 and java.
+  * Add X11 forwarding checkbox to the connection dialog on win32.
+  * Change skip_dialog option to show_dialog and reverse the default 
behavior.
+  * Open a pty channel on the same ssh session as the active screen when 
OPEN_PTY
+or OPEN_SCREEN shortcut key is pressed.
+  * Support software keyboard on framebuffer.
+(Double-click Button1 at the right bottom corner of the screen to show it.)
+  * Support USB keyboard with iBus on NetBSD/OpenBSD framebuffer.
+  * Support CSI ? 69 h, CSI ? 69 l (DECLRMM) and CSI pl;pr s (DECSLRM).
+  * Support CSI 3 m and CSI 23 m which set/unset italic attribute.
+  * Prefer JISX0208 to JISX0213 all the time in converting Unicode to other cs.
+  * If DEFAULT=-foo-bar-medium-r-*--%d-*- is specified in ~/.mlterm/font,
+-foo-bar-bold-r-*--%d-*-, -foo-bar-medium-i-*--%d-*- or 
-foo-bar-bold-i-*--%d-*-
+are automatically searched for a bold, italic or bold italic font.
+  * Support 1 bpp framebuffer.
+  * Support sixel graphics and wall pictures on 1 and 8 bpp framebuffer.
+  * etc. see doc/en/ReleaseNote
+
+---

Old:

  mlterm-3.1.9.tar.gz

New:

  mlterm-3.2.2.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.8h54I5/_old  2013-09-09 19:46:10.0 +0200
+++ /var/tmp/diff_new_pack.8h54I5/_new  2013-09-09 19:46:10.0 +0200
@@ -35,16 +35,15 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.1.9
+Version:3.2.2
 Release:0
 Url:http://mlterm.sourceforge.net/
-# Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
 #(hit Enter)
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm 
checkout mlterm
 #cvs -z3 -d:ext:mfab...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm co 
mlterm
 #tar jcvf mlterm-2.7.0.tar.bz2 mlterm
-Source0:mlterm-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/mlterm/01release/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch

++ etc.patch ++
--- /var/tmp/diff_new_pack.8h54I5/_old  2013-09-09 19:46:10.0 +0200
+++ /var/tmp/diff_new_pack.8h54I5/_new  2013-09-09 19:46:10.0 +0200
@@ -77,15 +77,16 @@
 ===
 --- etc/font.orig
 +++ etc/font
-@@ -1,6 +1,6 @@
- #DEFAULT = -kochi-mincho-medium-*--%d-*-
+@@ -1,7 +1,7 @@
+ #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
+ #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
  #DEC_SPECIAL = 10,a10;12,6x12;14,7x14;16,8x16;
--#ISO8859_1 = -kochi-mincho-medium-*--%d-*-iso8859-1;10,a10;12,6x12;
+-#ISO8859_1 = -kochi-mincho-medium-r-*--%d-*-iso8859-1;10,a10;12,6x12;
 +#ISO8859_1 = -misc-sazanami gothic-medium-*-%d-*-iso8859-1;10,a10;12,6x12;
  #ISO8859_1_BOLD = 10,a10B;14,7x14bold;
  #JISX0201_KATA = 10,r10;12,r12;14,r14;16,r16;
  #JISX0201_KATA_BOLD = 10,r10;
-@@ -8,3 +8,54 @@
+@@ -9,3 +9,54 @@
  #JISX0208_1983 = 10,k10;12,k12;14,k14;16,kanji16;
  #JISX0208_1983_BOLD = 10,k10B;
  #TCVN5712 = 14,-*-.vntime-*--14-*-iso8859-1;
@@ -158,7 +159,7 @@
 ===
 --- etc/main.orig
 +++ etc/main
-@@ -104,7 +104,31 @@
+@@ -106,7 +106,31 @@
  
  # (simple,sample,sample2,sample3,next,motif,athena,mozmodern)
  # scrollbar_view_name = simple

++ mlterm-3.1.9.tar.gz - mlterm-3.2.2.tar.gz ++
 28954 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2013-03-27 19:31:29

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2012-12-28 
22:45:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2013-03-27 
19:31:31.0 +0100
@@ -1,0 +2,26 @@
+Tue Mar 26 14:48:25 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.1.9:
+  * Remove --enable-sixel option from configure, and add --disable-image 
option.
+That is, support sixel graphics by default unless configure with
+--disable-image option. (w3m-remoteimg 
(https://bitbucket.org/arakiken/w3m/downloads)
+which doesn't depend on sixel graphics but on OSC 5379 show_picture also 
works
+on mlterm by default.)
+  * Separate SSH client functions to a dynamically loaded module (libptyssh)
+in platforms except win32.
+  * Treat key strings of main configuration file case-insensitively.
+(Both encoding=utf8 and ENCODING=utf8 are available.)
+  * Assign -M and -P options as the short options of --im and --clip.
+  * Add allow_change_shortcut (--shortcut) option which enables 
set_shortcut
+command of configuration protocol.
+  * Bug fixes:
+Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on.
+Fix the bug which disabled input and output of pty when configuration 
program
+such as mlconfig is started.
+Encode input character masked with 0x80 to the character encoding of pty
+if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev)
+Fix the bug which disabled Alt+symbol and Control+@ in win32.
+Fix the bug which disabled some shortcut key settings.
+  etc. see doc/en/ReleaseNote
+
+---

Old:

  mlterm-3.1.6.tar.gz

New:

  mlterm-3.1.9.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.znIz87/_old  2013-03-27 19:31:33.0 +0100
+++ /var/tmp/diff_new_pack.znIz87/_new  2013-03-27 19:31:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.1.6
+Version:3.1.9
 Release:0
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2

++ etc.patch ++
--- /var/tmp/diff_new_pack.znIz87/_old  2013-03-27 19:31:33.0 +0100
+++ /var/tmp/diff_new_pack.znIz87/_new  2013-03-27 19:31:33.0 +0100
@@ -144,10 +144,10 @@
 ===
 --- etc/key.orig
 +++ etc/key
-@@ -19,3 +19,9 @@
- # Control+F10=proto:color:black=rgb:ff/00/00
- # Control+F11=proto:use_local_echo=true
- # Control+F11=proto:use_local_echo=false
+@@ -30,3 +30,9 @@
+ # Button3=exesel:/cygdrive/c/Program\\ Files/Internet\\ 
Explorer/iexplore.exe
+ # Button4=\x1bOA\x1bOA
+ # Button5=\x1bOB\x1bOB
 +
 +Shift+space=IM_HOTKEY
 +Shift+KP_Add=proto:fontsize=larger

++ mlterm-3.1.6.tar.gz - mlterm-3.1.9.tar.gz ++
 24554 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2012-12-28 22:45:19

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2012-06-10 
21:51:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2012-12-28 
22:45:21.0 +0100
@@ -1,0 +2,19 @@
+Tue Dec 18 13:14:21 UTC 2012 - pgaj...@suse.com
+
+- updated to 3.1.6:
+  * Sixel graphic pictures are divided to the screen cells.
+  * Cursor blinking is enabled not only by VTE_CURSOR_BLINK_ON
+but also VTE_CURSOR_BLINK_SYSTEM.
+  * Color names defined in ~/.mlterm/color are not available for
+-fg, -bg, -sbfg and -sbbg options.
+  * Unicode line drawing characters like U+2500 etc are converted to
+dec special ones if -Y option is specified.
+  * Gzipped pcf fonts are available.
+  * etc/font-fb: unifont.pcf is added.
+  * etc. see doc/ReleaseNote
+- removed patches:
+  * cast-from-pointer-to-integer-of-different-size.patch
+  * mlconfig_fixdups.diff
+  * mlterm-configure.patch
+
+---

Old:

  cast-from-pointer-to-integer-of-different-size.patch
  mlconfig_fixdups.diff
  mlterm-3.0.8.tar.bz2
  mlterm-configure.patch

New:

  mlterm-3.1.6.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.suUXru/_old  2012-12-28 22:45:23.0 +0100
+++ /var/tmp/diff_new_pack.suUXru/_new  2012-12-28 22:45:23.0 +0100
@@ -35,7 +35,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.0.8
+Version:3.1.6
 Release:0
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
@@ -44,13 +44,10 @@
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm 
checkout mlterm
 #cvs -z3 -d:ext:mfab...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm co 
mlterm
 #tar jcvf mlterm-2.7.0.tar.bz2 mlterm
-Source0:
http://prdownloads.sourceforge.net/mlterm/mlterm-%{version}.tar.bz2
+Source0:mlterm-%{version}.tar.gz
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
-Patch1: cast-from-pointer-to-integer-of-different-size.patch
-Patch2: mlconfig_fixdups.diff
-Patch3: mlterm-configure.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -144,18 +141,14 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2 -p1
-%patch3
 rm -rf doc/{en,ja}/*win32
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags)
+export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags) -DUSE_UTMP
 %configure --enable-static=no \
 --prefix=/usr \
 --libexecdir=%{_libdir}/mlterm \
--sysconfdir=/etc/X11 \
-   --enable-utmp \
--enable-anti-alias \
--enable-fribidi \
--enable-uim \
@@ -171,14 +164,14 @@
 install -m 644 doc/icon/mlterm*xpm $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 contrib/tool/mlterm-menu/menu $RPM_BUILD_ROOT/etc/X11/mlterm/
-mv $RPM_BUILD_ROOT/usr/%{_lib}/mlterm/mlterm-zoom \
+mv $RPM_BUILD_ROOT/usr/%{_lib}/mlterm/mlterm/mlterm-zoom \
$RPM_BUILD_ROOT/usr/bin/mlterm-zoom
 # remove static libraries in plugin directory:
 # (mlconfig duplicates buttons when the static libraries are still there!)
-rm -f $RPM_BUILD_ROOT%{_libdir}/mlterm/*.*a
+rm $RPM_BUILD_ROOT%{_libdir}/mlterm/*.*a
 # ditto for libkik and libmkf
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
-rm -r $RPM_BUILD_ROOT%{_libdir}/mkf/*.*a
+rm $RPM_BUILD_ROOT%{_libdir}/lib*.*a
+rm $RPM_BUILD_ROOT%{_libdir}/mkf/*.*a
 %find_lang mlconfig
 %suse_update_desktop_file -i %name TerminalEmulator
 
@@ -199,6 +192,7 @@
 %{_libdir}/libmkf.*
 %{_libdir}/libmlterm_core.so
 %dir %{_libdir}/mlterm/
+%dir %{_libdir}/mlterm/mlterm
 %{_libdir}/mlterm/libathena.so
 %{_libdir}/mlterm/libim-kbd.so
 %{_libdir}/mlterm/libmotif.so
@@ -208,11 +202,11 @@
 %{_libdir}/mlterm/libsample2.so
 %{_libdir}/mlterm/libctl_bidi.so
 %{_libdir}/mlterm/libtype_xft.so
-%{_libdir}/mlterm/mlimgloader
+%{_libdir}/mlterm/mlterm/mlimgloader
 %dir %{_libdir}/mkf/
 %{_libdir}/mkf/*.so
-%{_libdir}/mlterm/mlconfig
-%{_libdir}/mlterm/mlterm-menu
+%{_libdir}/mlterm/mlterm/mlconfig
+%{_libdir}/mlterm/mlterm/mlterm-menu
 %dir /etc/X11/mlterm/
 %config 

commit mlterm for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2012-06-10 20:18:07

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2011-11-02 
12:06:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2012-06-10 
21:51:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 03:50:19 UTC 2012 - swy...@gmail.com
+
+- remove Provides: locale(scim:zh) from sub-package mlterm-scim 
+
+---



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.xC9LtY/_old  2012-06-10 21:51:49.0 +0200
+++ /var/tmp/diff_new_pack.xC9LtY/_new  2012-06-10 21:51:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,27 @@
 #
 
 
-
 Name:   mlterm
-BuildRequires:  coreutils fribidi-devel gcc-c++ giflib-devel gtk2-devel 
libotf-devel libtiff-devel m17n-lib-devel scim-devel uim-devel 
update-desktop-files wordcut-devel
+BuildRequires:  coreutils
+BuildRequires:  fribidi-devel
+BuildRequires:  gcc-c++
+BuildRequires:  giflib-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libotf-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  m17n-lib-devel
+BuildRequires:  scim-devel
+BuildRequires:  uim-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  wordcut-devel
 %if 0%{?suse_version}  1130
 BuildRequires:  utempter-devel
 %else
 BuildRequires:  utempter
 %endif
-License:BSD-3-Clause
-Group:  System/X11/Terminals
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
 Version:3.0.8
-Release:1
+Release:0
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -45,6 +53,8 @@
 Patch3: mlterm-configure.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
+License:BSD-3-Clause
+Group:  System/X11/Terminals
 
 %description
 Mlterm is a multilingual terminal emulator for the X Window System.
@@ -88,10 +98,9 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-scim
-License:BSD-3-Clause
 Summary:SCIM plugin for mlterm
 Group:  System/X11/Terminals
-Provides:   locale(scim:ja;ko;zh;ar;he)
+Provides:   locale(scim:ja;ko;ar;he)
 
 %description -n mlterm-scim
 A plugin to use the SCIM input methods directly from mlterm.
@@ -103,10 +112,9 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-uim
-License:BSD-3-Clause
 Summary:An uim plugin for mlterm
 Group:  System/X11/Terminals
-Provides:   locale(uim:ja;ko;zh;ar;he)
+Provides:   locale(uim:ja;ko;ar;he)
 
 %description -n mlterm-uim
 A plugin to use the uim input methods directly from mlterm.
@@ -118,7 +126,6 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-m17n
-License:BSD-3-Clause
 Summary:A m17n plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(m17n:ja;ko;zh;ar;he)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2011-12-06 18:29:24

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.7ENDWT/_old  2011-12-06 18:51:21.0 +0100
+++ /var/tmp/diff_new_pack.7ENDWT/_new  2011-12-06 18:51:21.0 +0100
@@ -24,7 +24,7 @@
 %else
 BuildRequires:  utempter
 %endif
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  System/X11/Terminals
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
 Version:3.0.8
@@ -88,7 +88,7 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-scim
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:SCIM plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(scim:ja;ko;zh;ar;he)
@@ -103,7 +103,7 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-uim
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:An uim plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(uim:ja;ko;zh;ar;he)
@@ -118,7 +118,7 @@
 Araki Ken j00v0...@ip.media.kyoto-u.ac.jp
 
 %package -n mlterm-m17n
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:A m17n plugin for mlterm
 Group:  System/X11/Terminals
 Provides:   locale(m17n:ja;ko;zh;ar;he)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlterm for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2011-11-02 12:06:28

Comparing /work/SRC/openSUSE:Factory/mlterm (Old)
 and  /work/SRC/openSUSE:Factory/.mlterm.new (New)


Package is mlterm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2011-09-23 
02:13:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2011-11-02 
12:06:30.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  1 10:30:40 UTC 2011 - pgaj...@suse.com
+
+- updated to version 3.0.8:
+  * Change default value of use_ind option from true to false.
+  * Merge SF Patches: #3412453 (Thanks to Ahmed El-Mahmoudy)
+  * Fix wrong origin setting by CSI ? 6 l. (Thanks to Konosuke 
+Watanabe san)
+  * Fix a problem which causes segmentation fault if both -J 
+and -bi options are specified.
+  * etc, see en/ReleaseNote
+---

Old:

  mlterm-3.0.3.tar.bz2

New:

  mlterm-3.0.8.tar.bz2



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.OyvDyg/_old  2011-11-02 12:06:32.0 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:32.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   mlterm
@@ -27,9 +26,8 @@
 %endif
 License:BSD3c(or similar)
 Group:  System/X11/Terminals
-AutoReqProv:on
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.0.3
+Version:3.0.8
 Release:1
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
@@ -155,7 +153,7 @@
--enable-fribidi \
--enable-uim \
--enable-m17nlib \
-   --with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom \
+   
--with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom,mlimgloader \
--with-scrollbars=sample,extra \
--enable-scim 
 make %{?jobs:-j %jobs}
@@ -181,8 +179,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-
 %files -f mlconfig.lang
 %defattr(-, root, root)
 %doc LICENCE* README* doc/en doc/ja 
@@ -194,6 +190,7 @@
 /usr/bin/mlterm-zoom
 %{_libdir}/libkik.*
 %{_libdir}/libmkf.*
+%{_libdir}/libmlterm_core.so
 %dir %{_libdir}/mlterm/
 %{_libdir}/mlterm/libathena.so
 %{_libdir}/mlterm/libim-kbd.so
@@ -202,6 +199,8 @@
 %{_libdir}/mlterm/libnext.so
 %{_libdir}/mlterm/libsample.so
 %{_libdir}/mlterm/libsample2.so
+%{_libdir}/mlterm/libctl_bidi.so
+%{_libdir}/mlterm/libtype_xft.so
 %{_libdir}/mlterm/mlimgloader
 %dir %{_libdir}/mkf/
 %{_libdir}/mkf/*.so

++ etc.patch ++
--- /var/tmp/diff_new_pack.OyvDyg/_old  2011-11-02 12:06:32.0 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:32.0 +0100
@@ -144,9 +144,9 @@
 ===
 --- etc/key.orig
 +++ etc/key
-@@ -12,3 +12,7 @@
- # Control+F6=proto:font_size=12;encoding=utf8
- # Control+F7=proto:input_method=iiimf:ja
+@@ -15,3 +15,7 @@
+ # Control+F9=proto:color:black=rgb:ff/00/00
+ 
  
 +Shift+space=IM_HOTKEY
 +Shift+KP_Add=proto:fontsize=larger
@@ -156,7 +156,10 @@
 ===
 --- etc/main.orig
 +++ etc/main
-@@ -1 +1,25 @@
+@@ -104,7 +104,31 @@
+ 
+ # (simple,sample,sample2,sample3,next,motif,athena,mozmodern)
+ # scrollbar_view_name = simple
 -scrollbar_view_name = sample
 +use_login_shell=false
 +termtype=mlterm
@@ -183,6 +186,9 @@
 +geometry=80x25
 +mod_meta_mode=esc
 +conf_menu_path_2=/usr/bin/mlterm-zoom
+ 
+ # fg_color = black
+ 
 Index: etc/termcap
 ===
 --- etc/termcap.orig

++ mlterm-3.0.3.tar.bz2 - mlterm-3.0.8.tar.bz2 ++
 149041 lines of diff (skipped)

++ mlterm-configure.patch ++
--- /var/tmp/diff_new_pack.OyvDyg/_old  2011-11-02 12:06:33.0 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:33.0 +0100
@@ -2,12 +2,12 @@
 ===
 --- configure.orig
 +++ configure
-@@ -24694,7 +24694,7 @@ subdirs=$subdirs ${SUBDIRS}
+@@ -25022,7 +25022,7 @@ subdirs=$subdirs ${SUBDIRS}
  
  fi
  
--MAKE_DIRS=mlterm xwindow man etc ${MAKE_DIRS}
-+MAKE_DIRS=${MAKE_DIRS} mlterm xwindow man etc
- OUTPUT_FILES=Makefile mlterm/Makefile xwindow/Makefile man/Makefile 
etc/Makefile ${OUTPUT_FILES}
- 
+-MAKE_DIRS=mlterm mlterm/libctl xwindow/libtype xwindow man etc ${MAKE_DIRS}
++MAKE_DIRS=${MAKE_DIRS} mlterm mlterm/libctl xwindow/libtype xwindow man etc
+ OUTPUT_FILES=Makefile 

commit mlterm for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory
checked in at Wed Jun 1 10:46:40 CEST 2011.




--- mlterm/mlterm.changes   2010-11-11 15:55:26.0 +0100
+++ /mounts/work_src_done/STABLE/mlterm/mlterm.changes  2011-05-31 
16:32:15.0 +0200
@@ -1,0 +2,19 @@
+Tue May 31 14:28:39 UTC 2011 - pgaj...@novell.com
+
+- updated to version 3.0.3:
+  * palette settings are reflected in vte_terminal_set_colors()
+  * --initstr option is prohibited in mlclient configuration 
+protocol.
+  * x_color_cache_256_t.is_loaded is cleared
+in unloading 256 colors in x_color_cache_unload() instead of
+x_color_cache_t.is_loaded.
+  * etc. see ChangeLog
+  * removed some patches with hope that they are not needed:
+- kiklib-configure.patch
+- po.patch
+- gettext-version.patch
+- norootforbuild.patch
+- pkconfig.patch
+- fribidi-link-fix.diff
+
+---

calling whatdependson for head-i586


Old:

  kiklib-configure.diff
  mlterm-3.0.1.tar.bz2
  mlterm-fribidi-link-fix.diff
  mlterm-gettext-version.patch
  mlterm-pkgconfig.patch
  mlterm-po.patch
  norootforbuild.patch

New:

  mlterm-3.0.3.tar.bz2



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.KA3rG0/_old  2011-06-01 10:45:04.0 +0200
+++ /var/tmp/diff_new_pack.KA3rG0/_new  2011-06-01 10:45:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mlterm (Version 3.0.1)
+# spec file for package mlterm
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 Group:  System/X11/Terminals
 AutoReqProv:on
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.0.1
+Version:3.0.3
 Release:1
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
@@ -42,15 +42,9 @@
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
-Patch1: kiklib-configure.diff
-Patch5: mlterm-po.patch
-Patch6: mlterm-gettext-version.patch
-Patch7: norootforbuild.patch
-Patch8: cast-from-pointer-to-integer-of-different-size.patch
-Patch9: mlconfig_fixdups.diff
-Patch11:mlterm-pkgconfig.patch
-Patch15:mlterm-configure.patch
-Patch18:mlterm-fribidi-link-fix.diff
+Patch1: cast-from-pointer-to-integer-of-different-size.patch
+Patch2: mlconfig_fixdups.diff
+Patch3: mlterm-configure.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 
@@ -143,28 +137,17 @@
 %define pixmapdir  /usr/share/pixmaps
 
 %prep
-%setup0 -q
+%setup -q
 %patch0
 %patch1
-%patch5 -b .po
-%patch6 -b .gettext-version
-%patch7 -b .norootforbuild
-%patch8 
-#%patch9 -p1
-%patch11
-%patch15
-%patch18
-GETTEXT_VERSION=$(gettext --version | head -n 1 | awk '{print $NF}')
-perl -pi'*.orig' -e 
s/AM_GNU_GETTEXT_VERSION\\([0-9.]+\\)/AM_GNU_GETTEXT_VERSION(${GETTEXT_VERSION})/g
 configure.in
-rm -rf doc/{en,ja}/CVS
-find -name configure -exec chmod 755 {} \;
-find . -type f | xargs chmod u+w
+%patch2 -p1
+%patch3
+rm -rf doc/{en,ja}/*win32
 
 %build
-autoreconf --force --install 
 export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags)
-#export CFLAGS=-g -O0 -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags)
 %configure --enable-static=no \
+--prefix=/usr \
 --libexecdir=%{_libdir}/mlterm \
--sysconfdir=/etc/X11 \
--enable-utmp \
@@ -174,26 +157,14 @@
--enable-m17nlib \
--with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom \
--with-scrollbars=sample,extra \
-%if %suse_version  900
-   --with-libltdl \
-%endif
--enable-scim 
 make %{?jobs:-j %jobs}
-# make -C tool/w3mmlconfig \
-# prefix=/usr \
-#  LIB_DIR=%{_libdir}/w3mmlconfig \
-#  PERL=/usr/bin/perl 
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 doc/icon/mlterm*xpm $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{pixmapdir}
-# make -C tool/w3mmlconfig install \
-# prefix=/usr \
-#  LIB_DIR=%{_libdir}/w3mmlconfig \
-#  PERL=/usr/bin/perl \
-#  DESTDIR=$RPM_BUILD_ROOT
 install -m 644 contrib/tool/mlterm-menu/menu $RPM_BUILD_ROOT/etc/X11/mlterm/
 mv $RPM_BUILD_ROOT/usr/%{_lib}/mlterm/mlterm-zoom \
$RPM_BUILD_ROOT/usr/bin/mlterm-zoom
@@ -203,9 +174,6 @@
 # ditto