Update to 1.1.91

This commit is contained in:
Peng Wu 2015-07-07 14:06:52 +08:00
parent 8f96a85bb3
commit 16638f9adc
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
dc60a76d6070aca3ddb3c3227b620d1a libpinyin-1.1.0.tar.gz
4b70a478fb3e451a3059042c7700115d libpinyin-1.1.91.tar.gz