Update to 0.9.94

This commit is contained in:
Peng Wu 2013-10-29 11:10:14 +08:00
parent f599e56998
commit 6897eebbb0
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/libpinyin-0.9.91.tar.gz
/libpinyin-0.9.92.tar.gz
/libpinyin-0.9.93.tar.gz
/libpinyin-0.9.94.tar.gz

View File

@ -1,15 +1,15 @@
%global snapshot 1
%global snapshot 0
Name: libpinyin
Version: 0.9.93
Release: 2%{?dist}
Version: 0.9.94
Release: 1%{?dist}
Summary: Library to deal with pinyin
License: GPLv2+
URL: https://github.com/libpinyin/libpinyin
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
%if %snapshot
Patch0: libpinyin-0.10.x-head.patch
Patch0: libpinyin-1.0.x-head.patch
%endif
BuildRequires: libdb-devel, glib2-devel
@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_mandir}/man1/*.1.*
%changelog
* Mon Oct 28 2013 Peng Wu <pwu@redhat.com> - 0.9.94-1
- Update to 0.9.94
* Tue Jul 30 2013 Peng Wu <pwu@redhat.com> - 0.9.93-2
- Fixes load table.conf in German locale

View File

@ -1 +1 @@
95f72090da642a0962a931cdb97d79fe libpinyin-0.9.93.tar.gz
216ad55128057b3114ddf08aa7649cda libpinyin-0.9.94.tar.gz