From 7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jul 2025 15:10:51 +0200 Subject: update to 8.5.0alpha2 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 753eb78..8c19025 100644 --- a/php.spec +++ b/php.spec @@ -94,8 +94,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver alpha1 -%global lowrc alpha1 +%global rcver alpha2 +%global lowrc alpha2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -170,7 +170,6 @@ 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 @@ -875,7 +874,6 @@ 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 @@ -1654,6 +1652,9 @@ fi %changelog +* Tue Jul 15 2025 Remi Collet - 8.5.0~alpha2-1 +- update to 8.5.0alpha2 + * 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 -- cgit