From f2735a8692878978ba157aa463ffd627a21eb542 Mon Sep 17 00:00:00 2001 From: gaoruoshu Date: Tue, 18 Oct 2022 11:39:02 +0000 Subject: [PATCH] [libpsl] chagne release number Signed-off-by: gaoruoshu --- libpsl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpsl.spec b/libpsl.spec index 06b9b42..c3ef5cd 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,6 +1,6 @@ Name: libpsl Version: 0.21.1 -Release: 4 +Release: 5 Summary: C library to handle the Public Suffix List License: MIT URL: https://github.com/rockdaboot/libpsl @@ -104,6 +104,9 @@ make check %{_datadir}/gtk-doc/html/%{name} %changelog +* Tue Oct 18 2022 gaoruoshu - 0.21.1-5 +- change release + * Mon Sep 6 2021 panxiaohe - 0.21.1-4 - remove rpath and runpath of exec files and libraries -- Gitee