Update to 2.7.92
This commit is contained in:
parent
e88028e7e3
commit
3fafdc14a2
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@
|
||||
/libpinyin-2.6.0.tar.gz
|
||||
/libpinyin-2.6.1.tar.gz
|
||||
/libpinyin-2.6.2.tar.gz
|
||||
/libpinyin-2.7.91.tar.gz
|
||||
/libpinyin-2.7.92.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 2.6.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.7.92
|
||||
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.3.x-head.patch
|
||||
Patch0: libpinyin-2.8.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -108,6 +108,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/libzhuyin*.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 19 2022 Peng Wu <pwu@redhat.com> - 2.7.92-1
|
||||
- Update to 2.7.92
|
||||
- bug fixes
|
||||
|
||||
* Wed Oct 19 2022 Peng Wu <pwu@redhat.com> - 2.7.91-1
|
||||
- Update to 2.7.91
|
||||
- improve suggestion candidates
|
||||
- support longer candidates
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpinyin-2.6.2.tar.gz) = 42d252f4b3109a60981b7c9a619be5fa49a4b247cbfed71591f844083fec4d1ea067aef2ac608801fd2a12188ff081b4e9aab1f27e9efed84a10d5c9151368bb
|
||||
SHA512 (libpinyin-2.7.92.tar.gz) = 73339c135a99032b68d32704addc2f5319fde038ab662ac33dc55d7437824c51a0c83686e744178969d577d88bf0c2403ef8d530f6f466fe501b28d69cbf42e2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user