From 226bb7d19c7ca9eb9bbd5a84d12f5a5362f7bdc5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 15:35:48 +0200 Subject: rebuild using gd3php on EL-10 --- php84.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php84.spec b/php84.spec index ed16c69..b9e18e9 100644 --- a/php84.spec +++ b/php84.spec @@ -87,7 +87,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -615,7 +615,11 @@ License: PHP-3.01 and MIT %endif Requires: php-common%{?_isa} = %{version}-%{release} %if %{with libgd} +%if 0%{?rhel} +BuildRequires: gd3php-devel >= 2.3.3 +%else BuildRequires: pkgconfig(gdlib) >= 2.3.3 +%endif %else # Required to build the bundled GD library BuildRequires: pkgconfig(zlib) @@ -1696,6 +1700,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Thu Aug 28 2025 Remi Collet - 8.4.12-2 +- rebuild using gd3php on EL-10 + * Wed Aug 27 2025 Remi Collet - 8.4.12-1 - Update to 8.4.12 - http://www.php.net/releases/8_4_12.php -- cgit