Update to 1.6.91

This commit is contained in:
Peng Wu 2016-11-01 14:06:34 +08:00
parent 69b980510d
commit 71a62f5beb
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/libpinyin-1.5.91.tar.gz
/libpinyin-1.5.92.tar.gz
/libpinyin-1.6.0.tar.gz
/libpinyin-1.6.91.tar.gz

View File

@ -1,7 +1,7 @@
%global snapshot 0
Name: libpinyin
Version: 1.6.0
Version: 1.6.91
Release: 1%{?dist}
Summary: Library to deal with pinyin
@ -9,7 +9,7 @@ License: GPLv2+
URL: https://github.com/libpinyin/libpinyin
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
%if %snapshot
Patch0: libpinyin-1.6.x-head.patch
Patch0: libpinyin-1.7.x-head.patch
%endif
BuildRequires: kyotocabinet-devel, glib2-devel
@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Tue Nov 1 2016 Peng Wu <pwu@redhat.com> - 1.6.91-1
- Update to 1.6.91
* Wed Sep 7 2016 Peng Wu <pwu@redhat.com> - 1.6.0-1
- Update to 1.6.0

View File

@ -1 +1 @@
27416347b6903a9d5b7bf36002825a72 libpinyin-1.6.0.tar.gz
73c4d8449e79e9d92c98936de6935e75 libpinyin-1.6.91.tar.gz