Update to 1.10.91
This commit is contained in:
parent
ef9dc482fa
commit
e48e0b0e05
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/ibus-libpinyin-1.9.3.tar.gz
|
||||
/ibus-libpinyin-1.9.91.tar.gz
|
||||
/ibus-libpinyin-1.10.0.tar.gz
|
||||
/ibus-libpinyin-1.10.91.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: ibus-libpinyin
|
||||
Version: 1.10.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.10.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://github.com/libpinyin/ibus-libpinyin
|
||||
Source0: http://downloads.sourceforge.net/libpinyin/ibus-libpinyin/%{name}-%{version}.tar.gz
|
||||
%if %snapshot
|
||||
Patch0: ibus-libpinyin-1.10.x-head.patch
|
||||
Patch0: ibus-libpinyin-1.11.x-head.patch
|
||||
%endif
|
||||
|
||||
Requires: python3-gobject
|
||||
@ -87,6 +87,12 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 11 2018 Peng Wu <pwu@redhat.com> - 1.10.91-1
|
||||
- Update to 1.10.91
|
||||
- support ime.register_trigger in lua extension
|
||||
- support predicted candidates
|
||||
- support emoji input
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-libpinyin-1.10.0.tar.gz) = ab1a0099792c8f3d35d59fd63e02683ceb1f09d17f8a03ef065c4eb32e36a5d480ef5b9ce35310d2ea79ad97b0d2032cb25a5c3d212d826d3f2e6c50cdc21f08
|
||||
SHA512 (ibus-libpinyin-1.10.91.tar.gz) = ddc366e8c3d917392f898c1dfe2c28d5eb664d30aaef5f8754d00c1adc99376ce22629020b809cd6015712bf0818c87e14ee871cb805669fc707d964c3378707
|
||||
|
Loading…
Reference in New Issue
Block a user