From ac029bc8965fc17f97cda66dff784ef0872de91f Mon Sep 17 00:00:00 2001 From: songbuhuang <544824346@qq.com> Date: Tue, 15 Nov 2022 11:09:06 +0800 Subject: [PATCH] Unified license name specification Signed-off-by: songbuhuang <544824346@qq.com> --- libevhtp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libevhtp.spec b/libevhtp.spec index 76d7982..3c9d7bf 100644 --- a/libevhtp.spec +++ b/libevhtp.spec @@ -2,10 +2,10 @@ Name: libevhtp Version: 1.2.18 -Release: 5 +Release: 6 Summary: Libevent based HTTP API. -License: BSD3 +License: BSD-3-Clause URL: https://github.com Source0: https://github.com/criticalstack/libevhtp/archive/1.2.18.tar.gz Patch9000: 0001-decrease-numbers-of-fd-for-shared-pipe-mode.patch @@ -72,6 +72,9 @@ find %{buildroot} -name '*.so.*' -exec strip {} ';' - SUG:NA - DESC: add gcov compile options +* Thu Jul 28 2022 fushanqing - 1.2.18-5 +- Unified license name specification + * Thu May 05 2022 zhangxiaoyu - 1.2.18-4 - Type:enhancement - ID:NA