From fac8309c9e96e4ad7d38929abd1a2a6bdb62144c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 16:00:41 +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 cc71f75..1342cb3 100644 --- a/php.spec +++ b/php.spec @@ -133,7 +133,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 @@ -727,7 +727,11 @@ License: PHP and BSD %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) @@ -1857,6 +1861,9 @@ fi %changelog +* Thu Aug 28 2025 Remi Collet - 8.1.33-2 +- rebuild using gd3php on EL-10 + * Wed Jul 2 2025 Remi Collet - 8.1.33-1 - Update to 8.1.33 - http://www.php.net/releases/8_1_33.php -- cgit