Update to 1.2.91

This commit is contained in:
Peng Wu 2015-11-17 13:54:41 +08:00
parent ad1ac1fe58
commit 2e2f3b7adb
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/libpinyin-1.1.0.tar.gz
/libpinyin-1.1.91.tar.gz
/libpinyin-1.2.0.tar.gz
/libpinyin-1.2.91.tar.gz

View File

@ -1,7 +1,7 @@
%global snapshot 0
Name: libpinyin
Version: 1.2.0
Version: 1.2.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.1.x-head.patch
Patch0: libpinyin-1.3.x-head.patch
%endif
BuildRequires: libdb-devel, glib2-devel
@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Tue Nov 17 2015 Peng Wu <pwu@redhat.com> - 1.2.91-1
- Update to 1.2.91
* Mon Aug 3 2015 Peng Wu <pwu@redhat.com> - 1.2.0-1
- Update to 1.2.0

View File

@ -1 +1 @@
4476ff8f81974e7f510bba0af87cca5f libpinyin-1.2.0.tar.gz
608209df0ae8cee761696abfeeed6416 libpinyin-1.2.91.tar.gz