Update to 2.4.92
This commit is contained in:
parent
40fb1b33cd
commit
e8e665983c
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/libpinyin-2.2.2.tar.gz
|
||||
/libpinyin-2.3.0.tar.gz
|
||||
/libpinyin-2.4.91.tar.gz
|
||||
/libpinyin-2.4.92.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 2.4.91
|
||||
Version: 2.4.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
@ -13,7 +13,7 @@ Patch0: libpinyin-2.3.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kyotocabinet-devel, glib2-devel
|
||||
BuildRequires: libdb-devel, glib2-devel
|
||||
Requires: %{name}-data%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -63,7 +63,7 @@ The libzhuyin package contains libzhuyin compatibility library.
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--with-dbm=KyotoCabinet \
|
||||
--with-dbm=BerkeleyDB \
|
||||
--enable-libzhuyin
|
||||
%make_build
|
||||
|
||||
@ -106,6 +106,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/libzhuyin*.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2020 Peng Wu <pwu@redhat.com> - 2.4.92-1
|
||||
- Update to 2.4.92
|
||||
- update pinyin data
|
||||
- bug fixes
|
||||
|
||||
* Wed Aug 26 2020 Peng Wu <pwu@redhat.com> - 2.4.91-1
|
||||
- Update to 2.4.91
|
||||
- improve full pinyin auto correction
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpinyin-2.4.91.tar.gz) = b372c071e5a2b291e587516915b6dac8016f0df4b752119b46121fa83680266e1c7c9b7cc347590ea5a3dd89a0615e2480b3b5d789937fa2427f0ee520b14a59
|
||||
SHA512 (libpinyin-2.4.92.tar.gz) = d31a826130e6125ff7ef775f36e28d53c73682aeab9f36b83edc67476a671c1dd8e6b70880f8d2c05ec6a09f15c4f5735dc5bb15a39605c53fb957a609ee088d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user