From 0ec6207cc056c9251154cee7f54c9be86eba6031 Mon Sep 17 00:00:00 2001 From: infra-team <673672685@qq.com> Date: Thu, 30 Oct 2025 11:21:29 +0000 Subject: [PATCH] update perl-GD.spec. Signed-off-by: infra-team <673672685@qq.com> --- perl-GD.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-GD.spec b/perl-GD.spec index 07228b7..cf26e16 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,6 +1,6 @@ Name: perl-GD Version: 2.83 -Release: 1 +Release: 2 Summary: A perl5 interface to Thomas Boutell's gd library License: GPL-1.0-or-later OR Artistic-2.0 URL: https://metacpan.org/release/GD @@ -8,7 +8,7 @@ Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-%{version}.t BuildRequires: coreutils findutils gcc gd-devel make perl-devel perl-ExtUtils-PkgConfig BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker) -BuildRequires: perl(File::Which) +BuildRequires: perl(File::Which) # Added to resolve the missing File::Which module #Test BuildRequires: perl(Test::More) perl(lib) @@ -67,6 +67,9 @@ make test %{_mandir}/man*/* %changelog +* Thu Oct 30 2025 openeuler_bot - 2.83-2 +- Fix test cases error (version:2.83). + * Thu Apr 03 2025 openeuler_bot - 2.83-1 - Fix missing PNG regression (RT #153923) on old systems without the .pc, but gdlib-config (version:2.83). - Fix broken copyTranspose and copyReverseTranspose (RT #153300) by Yuriy Yevtukhov (version:2.80). -- Gitee