Update to 1.8.91
This commit is contained in:
parent
e32572494d
commit
6b9b698f6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/ibus-libpinyin-1.7.92.tar.gz
|
||||
/ibus-libpinyin-1.8.0.tar.gz
|
||||
/ibus-libpinyin-1.8.1.tar.gz
|
||||
/ibus-libpinyin-1.8.91.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: ibus-libpinyin
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.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.8.x-head.patch
|
||||
Patch0: ibus-libpinyin-1.9.x-head.patch
|
||||
%endif
|
||||
|
||||
Requires: python3-gobject
|
||||
@ -86,6 +86,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2017 Peng Wu <pwu@redhat.com> - 1.8.91-1
|
||||
- Update to 1.8.91
|
||||
- use libpinyin 1.9.91
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user