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.changes    2011-09-23 
02:13:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes       2011-11-02 
12:06:30.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:32.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:32.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.OyvDyg/_new  2011-11-02 12:06:33.000000000 +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 mlterm/Makefile mlterm/libctl/Makefile 
xwindow/libtype/Makefile xwindow/Makefile man/Makefile etc/Makefile 
${OUTPUT_FILES}"
  
+ # Check whether --enable-ind was given.


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

Reply via email to