From 76a5252d99096493945544c71a402e62375de74d Mon Sep 17 00:00:00 2001 From: gaoruoshu Date: Thu, 20 Oct 2022 07:39:04 +0000 Subject: [PATCH] [libpsl] reformat spec Signed-off-by: gaoruoshu --- libpsl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpsl.spec b/libpsl.spec index 06b9b42..d4b4f5e 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 +* Thu Oct 20 2022 gaoruoshu - 0.21.1-5 +- reformat spec + * Mon Sep 6 2021 panxiaohe - 0.21.1-4 - remove rpath and runpath of exec files and libraries -- Gitee