From 31d1d139861ddce1a703d82af2ebd647fc00bb51 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 11 Sep 2025 19:17:20 +0800 Subject: [PATCH] fix man repetitive packaging --- poppler.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/poppler.spec b/poppler.spec index dcb6ddc..d623118 100644 --- a/poppler.spec +++ b/poppler.spec @@ -5,7 +5,7 @@ Name: poppler Version: 25.08.0 -Release: 1 +Release: 2 Summary: PDF rendering library License: (GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT URL: https://poppler.freedesktop.org/ @@ -222,7 +222,6 @@ other formats. %files utils -f pdfsig.lang %{_bindir}/pdf* -%{_mandir}/man1/* %if 0%{?qt6} %files qt6 @@ -240,6 +239,9 @@ other formats. %{_mandir}/man1/* %changelog +* Thu Sep 11 2025 peijiankang - 25.08.0-2 +- fix man repetitive packaging + * Mon Aug 04 2025 Funda Wang - 25.08.0-1 - update to 25.08.0 -- Gitee