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 "PGajdos@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes 2012-06-10 21:51:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes 2012-12-28 22:45:21.000000000 +0100 @@ -1,0 +2,19 @@ +Tue Dec 18 13:14:21 UTC 2012 - pgajdos@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.000000000 +0100 +++ /var/tmp/diff_new_pack.suUXru/_new 2012-12-28 22:45:23.000000000 +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:anonymous@mlterm.cvs.sourceforge.net:/cvsroot/mlterm checkout mlterm # cvs -z3 -d:ext:mfabian@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 /etc/X11/mlterm/* %{_mandir}/man?/* ++++++ etc.patch ++++++ --- /var/tmp/diff_new_pack.suUXru/_old 2012-12-28 22:45:23.000000000 +0100 +++ /var/tmp/diff_new_pack.suUXru/_new 2012-12-28 22:45:23.000000000 +0100 @@ -144,14 +144,16 @@ =================================================================== --- etc/key.orig +++ etc/key -@@ -15,3 +15,7 @@ - # Control+F9="proto:color:black=rgb:ff/00/00" - - +@@ -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" ++ +Shift+space=IM_HOTKEY +Shift+KP_Add="proto:fontsize=larger" +Shift+KP_Subtract="proto:fontsize=smaller" +KP_Begin="\e[E" ++ Index: etc/main =================================================================== --- etc/main.orig @@ -195,12 +197,12 @@ +++ etc/termcap @@ -1,5 +1,7 @@ mlterm:\ - kD=\E[3~:kb=^? + kb=^?:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~ +kterm:\ -+ kD=\E[3~:kb=^? - xterm|xterm-256color|rxvt|rxvt-unicode:\ - kD=^?:kb=^H:kh=\E[H:@7=\E[F:ut - *:\ ++ kD=\E[3~:kb=^? + xterm:\ + ut + rxvt:\ Index: etc/xim =================================================================== --- etc/xim.orig -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org