Update to 1.1.91
This commit is contained in:
parent
8f96a85bb3
commit
16638f9adc
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/libpinyin-1.0.99.20150203.tar.gz
|
||||
/libpinyin-1.0.99.20150212.tar.gz
|
||||
/libpinyin-1.1.0.tar.gz
|
||||
/libpinyin-1.1.91.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.91
|
||||
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-1.0.x-head.patch
|
||||
Patch0: libpinyin-1.1.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: libdb-devel, glib2-devel
|
||||
@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 7 2015 Peng Wu <pwu@redhat.com> - 1.1.91-1
|
||||
- Update to 1.1.91
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user