Update to 1.7.4
This commit is contained in:
parent
a0a7789cfa
commit
9b3d348b49
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 = "<Shift>";
|
@ -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 <pwu@redhat.com> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
|
||||
* Mon Dec 14 2015 Peng Wu <pwu@redhat.com> - 1.7.3-3
|
||||
- Update patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user