From c5927e253359d83f4292cdc1b7c0bf338fd69753 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 15:53:30 +0200 Subject: rebuild using gd3php on EL-10 --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index cf90128..1261262 100644 --- a/php.spec +++ b/php.spec @@ -134,7 +134,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -732,7 +732,11 @@ License: PHP-3.01 and MIT %endif Requires: %{?scl_prefix}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) @@ -1863,6 +1867,9 @@ fi %changelog +* Thu Aug 28 2025 Remi Collet - 8.2.29-2 +- rebuild using gd3php on EL-10 + * Wed Jul 2 2025 Remi Collet - 8.2.29-1 - Update to 8.2.29 - http://www.php.net/releases/8_2_29.php -- cgit