From 1b563603ce6adf874810ab87964bf9687d324019 Mon Sep 17 00:00:00 2001 From: songliyang Date: Wed, 21 May 2025 11:24:09 +0800 Subject: [PATCH] Remove redundant Copyright file in the help package (cherry picked from commit 5210de89af6102cf31073fe262b40d76b9f0b608) --- GraphicsMagick.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index 727c759..1db7c91 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -26,7 +26,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.3.41 -Release: 2 +Release: 3 License: MIT Source0: http://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.xz @@ -333,7 +333,7 @@ exit 1 %files help %dir %{_pkgdocdir} %{_pkgdocdir}/ChangeLog* -%{_pkgdocdir}/*.txt +%{_pkgdocdir}/NEWS.txt %{_pkgdocdir}/www/ %{_mandir}/man[145]/[a-z]* %{_mandir}/man1/GraphicsMagick-config.* @@ -342,6 +342,9 @@ exit 1 %{_mandir}/man3/* %changelog +* Wed May 21 2025 songliyang - 1.3.41-3 +- Remove redundant Copyright file in the help package + * Tue Apr 29 2025 yaoxin <1024769339@qq.com> - 1.3.41-2 - Fix CVE-2025-27795 and CVE-2025-32460 -- Gitee