Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2012-06-15 15:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes      2012-06-07 
15:38:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2012-06-15 
16:31:14.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun 12 07:22:31 UTC 2012 - [email protected]
+
+- update to 4.2.4.1
+  * urgent fix for compose key.
+- use new xim.d-fcitx.
+
+-------------------------------------------------------------------

Old:
----
  fcitx-4.2.4.tar.bz2

New:
----
  fcitx-4.2.4.1.tar.bz2

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

Other differences:
------------------
++++++ fcitx.spec ++++++
--- /var/tmp/diff_new_pack.jrIGTL/_old  2012-06-15 16:31:15.000000000 +0200
+++ /var/tmp/diff_new_pack.jrIGTL/_new  2012-06-15 16:31:15.000000000 +0200
@@ -19,7 +19,7 @@
 %define libver -4_2_4
 
 Name:           fcitx
-Version:        4.2.4
+Version:        4.2.4.1
 Release:        0
 Summary:        A Flexible Input Method Framework for CJK
 License:        GPL-2.0+

++++++ fcitx-4.2.4.tar.bz2 -> fcitx-4.2.4.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/fcitx/fcitx-4.2.4.tar.bz2 
/work/SRC/openSUSE:Factory/.fcitx.new/fcitx-4.2.4.1.tar.bz2 differ: char 11, 
line 1

++++++ xim.d-fcitx ++++++
--- /var/tmp/diff_new_pack.jrIGTL/_old  2012-06-15 16:31:16.000000000 +0200
+++ /var/tmp/diff_new_pack.jrIGTL/_new  2012-06-15 16:31:16.000000000 +0200
@@ -1,48 +1,21 @@
-OLD_PATH=$PATH
-PATH=/usr/bin:/usr/X11R6/bin:/opt/kde3/bin:$PATH
-
 if ! type -p fcitx > /dev/null 2>&1 ; then
-    echo "fcitx is not available."
-    PATH=$OLD_PATH
-    return 1
+   echo "fcitx is not available."
+   PATH=$OLD_PATH
+   return 1
 fi
 
-#when skim installed, Autostart must be "false".
-#here we move $HOME/.kde/share/config/skimrc to skimrc.orig.fcitx
-case "$WINDOWMANAGER" in
-    *kde*)
-        if type -p skim > /dev/null 2>&1 \
-          && ! grep -i -q "^[[:space:]]*Autostart.*=.*false" 
$HOME/.kde/share/config/skimrc
-        then
-            if [ -f $HOME/.kde/share/config/skimrc.orig.fcitx ] ; then
-               mv -f $HOME/.kde/share/config/skimrc 
$HOME/.kde/share/config/skimrc.orig.fcitx
-               chmod 777 $HOME/.kde/share/config/skimrc.orig.fcitx
-            fi
-        cat > $HOME/.kde/share/config/skimrc << __END
-[General]
-Autostart=false
-__END
-        chmod 777 $HOME/.kde/share/config/skimrc
-        else
-        # do nothing
-       :
-        fi
-    ;;
-    *)
-        # do nothing
-    ;;
-esac
-
-eval `dbus-launch --sh-syntax --exit-with-session`
-            export LC_CTYPE=$LANG
-            # So you can use either zh_CN.UTF-8 or zh_CN.GB2312
-            export XMODIFIERS="@im=fcitx" 
-            export GTK_IM_MODULE=fcitx
-            export QT_IM_SWITCHER=imsw-multi
-            export QT_IM_MODULE=xim
-            fcitx -d
+# Avoid relying on autolaunch to improvise D-Bus sessions for each process
+if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
+   eval `dbus-launch --sh-syntax --exit-with-session`
+fi
 
-PATH=$OLD_PATH
+export LC_CTYPE=$LANG
+# So you can use either zh_CN.UTF-8 or zh_CN.GB2312
+export XMODIFIERS="@im=fcitx"
+export GTK_IM_MODULE=fcitx
+export QT_IM_SWITCHER=imsw-multi
+export QT_IM_MODULE=fcitx
+fcitx -d
 
 # success:
 return 0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to