Update to 1.9.91
This commit is contained in:
parent
a4456a82af
commit
53e95c3b0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/libpinyin-1.6.0.tar.gz
|
||||
/libpinyin-1.6.91.tar.gz
|
||||
/libpinyin-1.7.0.tar.gz
|
||||
/libpinyin-1.9.91.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 1.7.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/libpinyin/libpinyin
|
||||
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
|
||||
%if %snapshot
|
||||
Patch0: libpinyin-1.7.x-head.patch
|
||||
Patch0: libpinyin-2.0.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: kyotocabinet-devel, glib2-devel
|
||||
@ -92,6 +92,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2017 Peng Wu <pwu@redhat.com> - 1.9.91-1
|
||||
- Update to 1.9.91
|
||||
- multiple sentence candidates
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user