Update to 0.9.94
This commit is contained in:
parent
f599e56998
commit
6897eebbb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user