Hello community,

here is the log from the commit of package ibus-pinyin for openSUSE:Factory 
checked in at 2016-03-16 10:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-pinyin (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-pinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-pinyin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-pinyin/ibus-pinyin.changes  2015-11-06 
00:04:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-pinyin.new/ibus-pinyin.changes     
2016-03-16 10:34:38.000000000 +0100
@@ -0,0 +1,6 @@
+---------------------------------------------------------------------
+Fri Dec 25 13:57:28 CET 2015 - qz...@suse.com
+
+- Add ibus-pinyin-default-full.patch: Set ibus-pinyin engine to full 
+  pinyin as default when dconf data not exist.(bnc#955325)
+

New:
----
  ibus-pinyin-default-full.patch

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

Other differences:
------------------
++++++ ibus-pinyin.spec ++++++
--- /var/tmp/diff_new_pack.FWkXMb/_old  2016-03-16 10:34:39.000000000 +0100
+++ /var/tmp/diff_new_pack.FWkXMb/_new  2016-03-16 10:34:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-pinyin
 #
-# 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
@@ -29,8 +29,10 @@
 Patch1:         ibus-pinyin-support-set-content-type-method.patch
 # PATCH-FIX-FEDORA ibus-pinyin-fixes-lua-compile.patch fcro...@suse.com -- fix 
build with lua 5.2
 Patch2:         ibus-pinyin-fixes-lua-compile.patch
-# PATCH-FIX-UPSTREAM Fix -Wlogical-not-parentheses warning
+# PATCH-FIX-UPSTREAM Wlogical-not-parentheses.patch sch...@suse.de -- Fix 
-Wlogical-not-parentheses warning
 Patch3:         Wlogical-not-parentheses.patch
+# PATFH-FIX-SUSE ibus-pinyin-default-full.patch qz...@suse.com -- set 
Fullpinyin beyond dconf database as default.
+Patch4:         ibus-pinyin-default-full.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
@@ -61,6 +63,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure --disable-static \

++++++ ibus-pinyin-default-full.patch ++++++
diff -Nura ibus-pinyin-1.5.0/src/PYConfig.cc 
ibus-pinyin-1.5.0_new/src/PYConfig.cc
--- ibus-pinyin-1.5.0/src/PYConfig.cc   2012-08-02 14:22:38.000000000 +0000
+++ ibus-pinyin-1.5.0_new/src/PYConfig.cc       2015-12-28 09:48:03.281401722 
+0000
@@ -103,7 +103,7 @@
                    PyZy::Variant::fromUnsignedInt (option ()));
 
     m_orientation = IBUS_ORIENTATION_HORIZONTAL;
-    m_page_size = 5;
+    m_page_size = 9;
     m_shift_select_candidate = FALSE;
     m_minus_equal_page = TRUE;
     m_comma_period_page = TRUE;
@@ -111,6 +111,7 @@
 
     m_init_chinese = TRUE;
     m_init_full = FALSE;
+    m_double_pinyin = FALSE;
     m_init_full_punct = TRUE;
     m_init_simp_chinese = TRUE;
     m_special_phrases = TRUE;

Reply via email to