From 6b0eff8aeaf9309519d7e90191303ab7964dbd10 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Mon, 22 Aug 2022 10:28:00 +0800 Subject: [PATCH] remove duplicated recode.info.gz file --- recode.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recode.spec b/recode.spec index 5ee64aa..1106ccc 100644 --- a/recode.spec +++ b/recode.spec @@ -1,6 +1,6 @@ Name: recode Version: 3.7.9 -Release: 1 +Release: 2 Summary: Converter between charsets and surfaces License: GPLv2 and LGPLv2.1 URL: https://www.gnu.org/software/recode/ @@ -69,7 +69,6 @@ fi %files -f %{name}.lang %license COPYING* %{_bindir}/recode -%{_infodir}/recode* %{_libdir}/librecode.so.* %files devel @@ -84,6 +83,12 @@ fi %{_mandir}/man1/*.1.gz %changelog +* Mon Aug 22 2022 shixuantong - 3.7.9-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove duplicated recode.info.gz file + * Wed Dec 22 2021 shangyibin - 3.7.9-1 - upgrade version to 3.7.9 -- Gitee