From 833dba6c7ad156db24f8c6ef254e1547fabb0d35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jul 2025 09:57:25 +0200 Subject: update to 8.5.0alpha1 fix FPM test failure https://github.com/php/php-src/pull/18992 fix ldap.h dectection https://github.com/php/php-src/pull/19005 --- php.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8be66fb..753eb78 100644 --- a/php.spec +++ b/php.spec @@ -90,12 +90,12 @@ %global gh_commit c9249e2d3aa401bda5d9a3071e86e0594807ed00 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20250630 +#global gh_date 20250630 %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver -dev -%global lowrc DEV +%global rcver alpha1 +%global lowrc alpha1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -170,6 +170,7 @@ Patch48: php-8.5.0-openssl-ec-param.patch Patch300: php-7.4.0-datetests.patch # WIP +Patch400: 0001-fix-ldap.h-detection-without-pkgconfig.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -874,6 +875,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P300 -p1 -b .datetests # WIP patch +%patch -P400 -p1 -b .pr19005 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -1652,6 +1654,11 @@ fi %changelog +* Wed Jul 2 2025 Remi Collet - 8.5.0~alpha1-1 +- update to 8.5.0alpha1 +- fix FPM test failure https://github.com/php/php-src/pull/18992 +- fix ldap.h dectection https://github.com/php/php-src/pull/19005 + * Mon Jun 30 2025 Remi Collet - 8.5.0~DEV.20240630-1 - update to 8.5.0-dev - dump ABI/API to 20240925 -- cgit