diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 74 |
1 files changed, 69 insertions, 5 deletions
@@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 23.7 +%global oraclever 23.9 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -130,8 +130,8 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.20 -#global rcver RC1 +%global upver 8.3.29 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -744,7 +744,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) @@ -1469,7 +1473,7 @@ install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/tests/pecl %endif %if %{with lsws} -install -m 755 build-apache/sapi/litespeed/php $RPM_BUILD_ROOT%{_bindir}/lsphp +install -m 755 build-apache/sapi/litespeed/lsphp $RPM_BUILD_ROOT%{_bindir}/lsphp %endif # PHP-FPM stuff @@ -1549,7 +1553,7 @@ ln -s %{_bindir}/lsphp $RPM_BUILD_ROOT%{_root_bindir}/ls%{scl} TESTCMD="$RPM_BUILD_ROOT%{_bindir}/php --no-php-ini" # Ensure all provided extensions are really there -for mod in core date filter hash json libxml openssl pcntl pcre readline reflection session spl standard zlib +for mod in core date filter hash json libxml openssl pcntl pcre random readline reflection session sockets spl standard zlib do $TESTCMD --modules | grep -i "$mod\$" done @@ -1885,6 +1889,66 @@ fi %changelog +* Wed Dec 3 2025 Remi Collet <remi@remirepo.net> - 8.3.29~RC1-1 +- update to 8.3.29RC1 +- switch back to xz archive + +* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 8.3.28-2 +- Fix GH-20528 regression breaks mysql connexion using an IPv6 address enclosed + in square brackets (upstream patch) + +* Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 8.3.28-1 +- Update to 8.3.28 - http://www.php.net/releases/8_3_28.php +- switch to bz2 archive to workaround RHEL-125143 + +* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 8.3.28~RC1-1 +- update to 8.3.28RC1 + +* Wed Oct 22 2025 Remi Collet <remi@remirepo.net> - 8.3.27-1 +- Update to 8.3.27 - http://www.php.net/releases/8_3_27.php + +* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 8.3.27~RC1-1 +- update to 8.3.27RC1 + +* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 8.3.26-1 +- Update to 8.3.26 - http://www.php.net/releases/8_3_26.php + +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 8.3.26~RC1-1 +- update to 8.3.26RC1 + +* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 8.3.25-2 +- rebuild using gd3php on EL-10 + +* Wed Aug 27 2025 Remi Collet <remi@remirepo.net> - 8.3.25-1 +- Update to 8.3.25 - http://www.php.net/releases/8_3_25.php + +* Thu Aug 14 2025 Remi Collet <remi@remirepo.net> - 8.3.25~RC1-1 +- update to 8.3.25RC1 + +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 8.3.24-1 +- Update to 8.3.24 - http://www.php.net/releases/8_3_24.php + +* Wed Jul 16 2025 Remi Collet <remi@remirepo.net> - 8.3.24~RC1-1 +- update to 8.3.24RC1 + +* Wed Jul 2 2025 Remi Collet <remi@remirepo.net> - 8.3.23-1 +- Update to 8.3.23 - http://www.php.net/releases/8_3_23.php + +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 8.3.23~RC1-1 +- update to 8.3.23RC1 + +* Wed Jun 4 2025 Remi Collet <remi@remirepo.net> - 8.3.22-1 +- Update to 8.3.22 - http://www.php.net/releases/8_3_22.php + +* Wed May 21 2025 Remi Collet <remi@remirepo.net> - 8.3.22~RC1-1 +- update to 8.3.22RC1 + +* Tue May 6 2025 Remi Collet <remi@remirepo.net> - 8.3.21-1 +- Update to 8.3.21 - http://www.php.net/releases/8_3_21.php + +* Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 8.3.21~RC1-1 +- update to 8.3.21RC1 + * Wed Apr 9 2025 Remi Collet <remi@remirepo.net> - 8.3.20-1 - Update to 8.3.20 - http://www.php.net/releases/8_3_20.php |
