diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-15 15:10:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-15 15:10:51 +0200 |
commit | 7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 (patch) | |
tree | f99e05792c7dc262f5d1320afcde9ba61bd34b2c /php.spec | |
parent | 833dba6c7ad156db24f8c6ef254e1547fabb0d35 (diff) |
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 8.5.0~alpha2-1 +- update to 8.5.0alpha2 + * 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 |