Update to 1.9.2
This commit is contained in:
parent
3e28863648
commit
425ad31599
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/ibus-libpinyin-1.8.92.tar.gz
|
/ibus-libpinyin-1.8.92.tar.gz
|
||||||
/ibus-libpinyin-1.9.0.tar.gz
|
/ibus-libpinyin-1.9.0.tar.gz
|
||||||
/ibus-libpinyin-1.9.1.tar.gz
|
/ibus-libpinyin-1.9.1.tar.gz
|
||||||
|
/ibus-libpinyin-1.9.2.tar.gz
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
commit 8882bce91bdc944bc7b6e028c239fc049c69c0cd
|
|
||||||
Author: Peng Wu <alexepico@gmail.com>
|
|
||||||
Date: Mon Aug 28 16:14:24 2017 +0800
|
|
||||||
|
|
||||||
fixes LibPinyinConfig::valueChangedCallback method
|
|
||||||
|
|
||||||
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc
|
|
||||||
index d4e2cfa..0eef387 100644
|
|
||||||
--- a/src/PYPConfig.cc
|
|
||||||
+++ b/src/PYPConfig.cc
|
|
||||||
@@ -311,9 +311,9 @@ LibPinyinConfig::valueChangedCallback (IBusConfig *config,
|
|
||||||
|
|
||||||
self->valueChanged (section, name, value);
|
|
||||||
|
|
||||||
- if (self->m_section == "engine/pinyin")
|
|
||||||
+ if (self->m_section == "engine/libpinyin")
|
|
||||||
LibPinyinBackEnd::instance ().setPinyinOptions (self);
|
|
||||||
- if (self->m_section == "engine/bopomofo")
|
|
||||||
+ if (self->m_section == "engine/libbopomofo")
|
|
||||||
LibPinyinBackEnd::instance ().setChewingOptions (self);
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
%global snapshot 1
|
%global snapshot 0
|
||||||
|
|
||||||
Name: ibus-libpinyin
|
Name: ibus-libpinyin
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -86,6 +86,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 4 2017 Peng Wu <pwu@redhat.com> - 1.9.2-1
|
||||||
|
- Update to 1.9.2
|
||||||
|
|
||||||
* Mon Aug 28 2017 Peng Wu <pwu@redhat.com> - 1.9.1-2
|
* Mon Aug 28 2017 Peng Wu <pwu@redhat.com> - 1.9.1-2
|
||||||
- Fixes pinyin and bopomofo config
|
- Fixes pinyin and bopomofo config
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-libpinyin-1.9.1.tar.gz) = 43887ffbfcc7f0e1475e4b9dd0654ca3dc5f27780a37cd6bc3f48c4c7767b357e7872866946f0221bfd06b9535f403d58cf2d9bd1763a06f1f0215c5a08f80fc
|
SHA512 (ibus-libpinyin-1.9.2.tar.gz) = f63e0fa7c5527b7491a62a6bbe5e27616ac0256c6c48e2cb29b82781083be5917eadf4cb4fbebe08edc8d5f034d34346ebd2cc38cc884f2f34d539f8a264ca7f
|
||||||
|
Loading…
Reference in New Issue
Block a user