Upgrade to version 2.8.1

This commit is contained in:
chen-jan 2023-09-04 09:27:11 +08:00
parent fcbba45426
commit 7fa1cb4625
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