!7 Upgrade to version 2.8.1

From: @chen-jan 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-09-04 02:12:11 +00:00 committed by Gitee
commit dc9228b1e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
Name: libpinyin
Version: 2.6.2
Version: 2.8.1
Release: 1
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
BuildRequires: gcc-c++ kyotocabinet-devel, glib2-devel
BuildRequires: gcc-c++ glib2-devel libdb-devel make
Provides: libpinyin-data = %{version}-%{release}
Obsoletes: libpinyin-data < %{version}-%{release}
Provides: libpinyin-tools = %{version}-%{release}
@ -37,7 +37,7 @@ Document files for libpinyin
%autosetup -p1
%build
%configure --disable-static --with-dbm=KyotoCabinet --enable-libzhuyin
%configure --disable-static --with-dbm=BerkeleyDB --enable-libzhuyin
%make_build
%check
@ -75,6 +75,9 @@ make check
%changelog
* Mon Sep 04 2023 chenchen <chen_aka_jan@163.com> - 2.8.1-1
- Upgrade to version 2.8.1
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.6.2-1
- Upgrade to version 2.6.2