update 0.5.91

This commit is contained in:
Peng Wu 2012-02-13 11:17:11 +08:00
parent 8db947f122
commit 006b8e9081
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/libpinyin-0.4.92.tar.gz
/libpinyin-0.4.93.tar.gz
/libpinyin-0.5.0.tar.gz
/libpinyin-0.5.91.tar.gz

View File

@ -1,6 +1,6 @@
Name: libpinyin
Version: 0.5.0
Release: 2%{?dist}
Version: 0.5.91
Release: 1%{?dist}
Summary: Library to deal with pinyin
License: GPLv2+
@ -32,6 +32,7 @@ Requires: %{name} = %{version}-%{release}
%description data
The %{name}-data package contains data files.
%package tools
Summary: Tools for %{name}
Requires: %{name} = %{version}-%{release}
@ -79,8 +80,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_bindir}/gen_binary_files
%{_bindir}/import_interpolation
%{_bindir}/gen_unigram
%{_mandir}/man1/*.1.*
%changelog
* Mon Feb 13 2012 Peng Wu <pwu@redhat.com> - 0.5.91-1
- Update to 0.5.91
* Sun Jan 29 2012 Peng Wu <pwu@redhat.com> - 0.5.0-2
- Fixes pinyin parsers

View File

@ -1 +1 @@
09483a15479331af8704bbb25a179fe2 libpinyin-0.5.0.tar.gz
050e3e1012aaf5c3fb37bb1529e2fae5 libpinyin-0.5.91.tar.gz