Update to 2.3.0
This commit is contained in:
parent
0bfbda19b3
commit
64c6ee7908
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
||||
/libpinyin-2.2.0.tar.gz
|
||||
/libpinyin-2.2.1.tar.gz
|
||||
/libpinyin-2.2.2.tar.gz
|
||||
/libpinyin-2.3.0.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 2.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/libpinyin/libpinyin
|
||||
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
|
||||
%if %snapshot
|
||||
Patch0: libpinyin-2.2.x-head.patch
|
||||
Patch0: libpinyin-2.3.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -106,6 +106,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/libzhuyin*.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 18 2019 Peng Wu <pwu@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
- update pinyin data
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpinyin-2.2.2.tar.gz) = b8e8ff1b787f7dd773d0f628a440bcf9864b0ed125e14ef1b463d90f894edfb06c7a46271bd4268a6304ea02333e0f7300f0905c38c841a59dfbe35f82d56276
|
||||
SHA512 (libpinyin-2.3.0.tar.gz) = 269750b66d7a81ebc0c465cd3571f96112fe85e3a9284b5cad6554dd6c55a4178e4ccd8139148d05cd361e756c486ec575550444f1205562c46195b6fce51ec8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user