Hello community,

here is the log from the commit of package fcitx-sunpinyin for openSUSE:Factory 
checked in at 2012-09-20 15:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-sunpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-sunpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-sunpinyin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-sunpinyin/fcitx-sunpinyin.changes  
2012-07-22 21:59:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-sunpinyin.new/fcitx-sunpinyin.changes     
2012-09-20 15:29:25.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 15 21:17:27 UTC 2012 - i...@marguerite.su
+
+- update version 0.3.9
+  * Translation update and icon path fix
+
+-------------------------------------------------------------------

Old:
----
  fcitx-sunpinyin-0.3.8.tar.bz2

New:
----
  fcitx-sunpinyin-0.3.9.tar.bz2

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

Other differences:
------------------
++++++ fcitx-sunpinyin.spec ++++++
--- /var/tmp/diff_new_pack.992JIJ/_old  2012-09-20 15:29:26.000000000 +0200
+++ /var/tmp/diff_new_pack.992JIJ/_new  2012-09-20 15:29:26.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           fcitx-sunpinyin
-Version:        0.3.8
+Version:        0.3.9
 Release:        0
 Summary:        Sunpinyin module for fcitx
 Group:          System/I18n/Chinese 

++++++ fcitx-sunpinyin-0.3.8.tar.bz2 -> fcitx-sunpinyin-0.3.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.8/data/CMakeLists.txt 
new/fcitx-sunpinyin-0.3.9/data/CMakeLists.txt
--- old/fcitx-sunpinyin-0.3.8/data/CMakeLists.txt       2012-07-01 
06:40:40.000000000 +0200
+++ new/fcitx-sunpinyin-0.3.9/data/CMakeLists.txt       2012-08-15 
05:08:10.000000000 +0200
@@ -9,3 +9,5 @@
 install(FILES sunpinyin-logo-22.png DESTINATION share/fcitx/skin/dark RENAME 
sunpinyin.png)
 install(FILES sunpinyin-logo-16.png DESTINATION share/fcitx/skin/default 
RENAME sunpinyin.png)
 install(FILES sunpinyin-logo-16.png DESTINATION share/fcitx/skin/classic 
RENAME sunpinyin.png)
+
+install(FILES sunpinyin-logo-48.png DESTINATION share/fcitx/imicon RENAME 
sunpinyin.png)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.8/po/zh_CN.po 
new/fcitx-sunpinyin-0.3.9/po/zh_CN.po
--- old/fcitx-sunpinyin-0.3.8/po/zh_CN.po       2012-07-01 06:40:40.000000000 
+0200
+++ new/fcitx-sunpinyin-0.3.9/po/zh_CN.po       2012-08-15 05:08:10.000000000 
+0200
@@ -1,3 +1,4 @@
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
@@ -8,31 +9,30 @@
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-06-16 11:44+0800\n"
-"PO-Revision-Date: 2012-06-16 11:45+0800\n"
-"Last-Translator: Weng Xuetian <wen...@gmail.com>\n"
-"Language-Team: Chinese Traditional <fcitx-...@googlegroups.com>\n"
+"PO-Revision-Date: 2012-07-14 08:40+0000\n"
+"Last-Translator: csslayer <wen...@gmail.com>\n"
+"Language-Team: Chinese (China) <fcitx-...@googlegroups.com>\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Lokalize 1.5\n"
 
 #: unknown
 msgid "0"
-msgstr "0"
+msgstr ""
 
 #: unknown
 msgid "1"
-msgstr "1"
+msgstr ""
 
 #: unknown
 msgid "2"
-msgstr "2"
+msgstr ""
 
 #: unknown
 msgid "3"
-msgstr "3"
+msgstr ""
 
 #: unknown
 msgid "ABC"
@@ -140,11 +140,11 @@
 
 #: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:44
 msgid "Number of Best Tail Candidate"
-msgstr "最佳尾候选的数量"
+msgstr ""
 
 #: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:35
 msgid "Number of sentence that sunpinyin guess"
-msgstr "Sunpinyin 猜测的句子数量"
+msgstr ""
 
 #: unknown
 msgid "PINYINJIAJIA"
@@ -183,9 +183,3 @@
 #: unknown
 msgid "ZIRANMA"
 msgstr "自然码"
-
-#~ msgid "Priority of Sunpinyin"
-#~ msgstr "Sunpinyin 的优先级"
-
-#~ msgid "USERDEFINE"
-#~ msgstr "用户定义"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.8/po/zh_TW.po 
new/fcitx-sunpinyin-0.3.9/po/zh_TW.po
--- old/fcitx-sunpinyin-0.3.8/po/zh_TW.po       2012-07-01 06:40:40.000000000 
+0200
+++ new/fcitx-sunpinyin-0.3.9/po/zh_TW.po       2012-08-15 05:08:10.000000000 
+0200
@@ -1,3 +1,4 @@
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
@@ -9,32 +10,31 @@
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-06-16 11:44+0800\n"
-"PO-Revision-Date: 2012-06-16 11:45+0800\n"
-"Last-Translator: Weng Xuetian <wen...@gmail.com>\n"
-"Language-Team: Chinese Traditional <fcitx-...@googlegroups.com>\n"
+"PO-Revision-Date: 2012-07-14 08:40+0000\n"
+"Last-Translator: csslayer <wen...@gmail.com>\n"
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/";
+"language/zh_TW/)\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"language/zh_TW/)\n"
 "Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Lokalize 1.5\n"
 
 #: unknown
 msgid "0"
-msgstr "0"
+msgstr ""
 
 #: unknown
 msgid "1"
-msgstr "1"
+msgstr ""
 
 #: unknown
 msgid "2"
-msgstr "2"
+msgstr ""
 
 #: unknown
 msgid "3"
-msgstr "3"
+msgstr ""
 
 #: unknown
 msgid "ABC"
@@ -142,11 +142,11 @@
 
 #: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:44
 msgid "Number of Best Tail Candidate"
-msgstr "最佳尾候選的數量"
+msgstr ""
 
 #: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:35
 msgid "Number of sentence that sunpinyin guess"
-msgstr "Sunpinyin 猜測的句子數量"
+msgstr ""
 
 #: unknown
 msgid "PINYINJIAJIA"
@@ -185,9 +185,3 @@
 #: unknown
 msgid "ZIRANMA"
 msgstr "自然碼"
-
-#~ msgid "Priority of Sunpinyin"
-#~ msgstr "Sunpinyin 優先權"
-
-#~ msgid "USERDEFINE"
-#~ msgstr "使用者定義"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.8/src/eim.cpp 
new/fcitx-sunpinyin-0.3.9/src/eim.cpp
--- old/fcitx-sunpinyin-0.3.8/src/eim.cpp       2012-07-01 06:40:40.000000000 
+0200
+++ new/fcitx-sunpinyin-0.3.9/src/eim.cpp       2012-08-15 05:08:10.000000000 
+0200
@@ -160,7 +160,6 @@
         return FcitxCandidateWordChooseByIndex(candList, 0);
 
     if ((view->getIC()->isEmpty() || !sunpinyin->fs.bProcessPunc)
-        && !FcitxHotkeyIsHotKeyUAZ(sym, state)
         && !FcitxHotkeyIsHotKeyLAZ(sym, state)
         && !FcitxHotkeyIsHotKey(sym, state, FCITX_SEMICOLON)
         && !FcitxHotkeyIsHotKey(sym, state, FCITX_BACKSPACE)

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

Reply via email to