!23 【轻量级 PR】:modify description about libserf

From: @eaglegai 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-10-22 03:37:21 +00:00 committed by Gitee
commit 436f938119
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: libserf Name: libserf
Version: 1.3.9 Version: 1.3.9
Release: 14 Release: 15
Summary: High-Performance Asynchronous HTTP Client Library Summary: High-Performance Asynchronous HTTP Client Library
License: ASL 2.0 License: ASL 2.0
URL: https://serf.apache.org/ URL: https://serf.apache.org/
@ -15,9 +15,10 @@ Patch0: %{name}-norpath.patch
Patch1: %{name}-python3.patch Patch1: %{name}-python3.patch
%description %description
The serf library is a high performance C-based HTTP client library built upon The serf library is a C-based HTTP client library built upon the Apache
the Apache Portable Runtime (APR) library. It is permissively licensed under Portable Runtime (APR) library. It multiplexes connections, running the
the Apache License, v2. read/write communication asynchronously. Memory copies and transformations are
kept to a minimum to provide high performance operation.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
@ -68,6 +69,12 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%doc README CHANGES design-guide.txt %doc README CHANGES design-guide.txt
%changelog %changelog
* Sat Oct 22 2022 gaihuiying <eaglegai@163.com> - 1.3.9-15
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify description about libserf
* Thu Apr 28 2022 xinghe <xinghe2@h-partners.com> - 1.3.9-14 * Thu Apr 28 2022 xinghe <xinghe2@h-partners.com> - 1.3.9-14
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA