summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 8.2.29-2
+- rebuild using gd3php on EL-10
+
* Wed Jul 2 2025 Remi Collet <remi@remirepo.net> - 8.2.29-1
- Update to 8.2.29 - http://www.php.net/releases/8_2_29.php