diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -94,8 +94,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver alpha3 -%global lowrc alpha3 +%global rcver alpha4 +%global lowrc alpha4 # 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: 19301.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -861,7 +860,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 .pr19301 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -901,6 +899,8 @@ rm sapi/cli/tests/upload_2G.phpt # Both Fedora and RHEL do not support arbitrary EC parameters # https://bugzilla.redhat.com/2223953 rm ext/openssl/tests/ecc_custom_params.phpt +# Failing when build with PHP installed +rm ext/opcache/tests/zzz_basic_logging.phpt # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) @@ -1638,6 +1638,10 @@ fi %changelog +* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 8.5.0~alpha4-1 +- update to 8.5.0alpha4 +- drop patch merged upstream + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 8.5.0~alpha3-1 - update to 8.5.0alpha3 - bump dependency on php-nikic-php-parser5 5.6 |