From b33b9f5464adcec85977636585e482d64a236267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E4=BD=B3=E8=95=BE?= Date: Mon, 14 Jul 2025 05:18:38 +0000 Subject: [PATCH] update jSource0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周佳蕾 --- jbig2dec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jbig2dec.spec b/jbig2dec.spec index c84afa6..ca50ba6 100644 --- a/jbig2dec.spec +++ b/jbig2dec.spec @@ -1,11 +1,11 @@ -%define anolis_release 2 +%define anolis_release 3 Name: jbig2dec Version: 0.20 Release: %{anolis_release}%{?dist} Summary: A decoder implementation of the JBIG2 image compression format License: AGPLv3+ URL: http://jbig2dec.sourceforge.net/ -Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/%{name}-%{version}.tar.gz +Source0: https://github.com/ArtifexSoftware/jbig2dec/releases/download/%{version}/%{name}-%{version}.tar.gz Patch1: 1-bugfix-for-CVE-2023-46361.patch Requires: %{name}-libs = %{version}-%{release} @@ -92,6 +92,9 @@ The %{name}-doc package contains documentation files for %{name} %doc CHANGES README %changelog +* Mon Jul 14 2025 zjl02254423 - 0.20-3 +- update Source0 to fix check_source Warning + * Thu Jul 03 2025 tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> - 0.20-2 - Fix CVE-2023-46361 -- Gitee