diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.5.0~DEV.20240630-1 - update to 8.5.0-dev - dump ABI/API to 20240925 |