diff --git a/.gitignore b/.gitignore index 49cf468..6db3e3a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /ibus-libpinyin-1.7.1.tar.gz /ibus-libpinyin-1.7.2.tar.gz /ibus-libpinyin-1.7.3.tar.gz +/ibus-libpinyin-1.7.4.tar.gz diff --git a/ibus-libpinyin-1.7.x-head.patch b/ibus-libpinyin-1.7.x-head.patch index c76ecaa..e69de29 100644 --- a/ibus-libpinyin-1.7.x-head.patch +++ b/ibus-libpinyin-1.7.x-head.patch @@ -1,13 +0,0 @@ -diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc -index 8ee11c6..1b24666 100644 ---- a/src/PYPConfig.cc -+++ b/src/PYPConfig.cc -@@ -109,6 +109,8 @@ LibPinyinConfig::initDefaultValues (void) - m_init_simp_chinese = TRUE; - m_special_phrases = TRUE; - -+ m_bopomofo_keyboard_mapping = ZHUYIN_DEFAULT; -+ - m_dictionaries = ""; - - m_main_switch = ""; diff --git a/ibus-libpinyin.spec b/ibus-libpinyin.spec index f8208ef..61bc494 100644 --- a/ibus-libpinyin.spec +++ b/ibus-libpinyin.spec @@ -1,8 +1,8 @@ -%global snapshot 1 +%global snapshot 0 Name: ibus-libpinyin -Version: 1.7.3 -Release: 3%{?dist} +Version: 1.7.4 +Release: 1%{?dist} Summary: Intelligent Pinyin engine based on libpinyin for IBus License: GPLv2+ Group: System Environment/Libraries @@ -89,6 +89,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/ibus/component/* %changelog +* Thu Dec 17 2015 Peng Wu - 1.7.4-1 +- Update to 1.7.4 + * Mon Dec 14 2015 Peng Wu - 1.7.3-3 - Update patch diff --git a/sources b/sources index 101adb1..96ab28a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecc3389a38a03be73469e928cfb571b5 ibus-libpinyin-1.7.3.tar.gz +02fc900984d0a98db9fa550955e07778 ibus-libpinyin-1.7.4.tar.gz