Update to 0.7.91
This commit is contained in:
parent
02c08fd592
commit
1db712ea4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/libpinyin-0.6.92.tar.gz
|
||||
/libpinyin-0.7.0.tar.gz
|
||||
/libpinyin-0.7.1.tar.gz
|
||||
/libpinyin-0.7.91.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: libpinyin
|
||||
Version: 0.7.1
|
||||
Version: 0.7.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/libpinyin/libpinyin
|
||||
Source0: https://github.com/downloads/libpinyin/libpinyin/%{name}-%{version}.tar.gz
|
||||
Patch0: libpinyin-0.7.x-head.patch
|
||||
Patch0: libpinyin-0.8.x-head.patch
|
||||
|
||||
BuildRequires: libdb-devel, glib2-devel
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
@ -86,6 +86,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_mandir}/man1/*.1.*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 17 2012 Peng Wu <pwu@redhat.com> - 0.7.91-1
|
||||
- Update to 0.7.91
|
||||
|
||||
* Wed Aug 15 2012 Peng Wu <pwu@redhat.com> - 0.7.1-1
|
||||
- Update to 0.7.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user