From 47f0a5af60bf75edfa2138a06a9e076d47301c00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Oct 2025 08:15:41 +0200 Subject: Update to 8.4.14 - http://www.php.net/releases/8_4_14.php --- failed.txt | 2 +- php-8.4.0-includedir.patch | 2 +- php84.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ed1d31b..8011aff 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.4.14RC1 (2025-10-09) +===== 8.4.14 (2025-10-23) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.4.0-includedir.patch b/php-8.4.0-includedir.patch index 8d3fcff..be71fe5 100644 --- a/php-8.4.0-includedir.patch +++ b/php-8.4.0-includedir.patch @@ -5,7 +5,7 @@ EXPANDED_PHP_CONFIG_FILE_PATH=$(eval echo "$PHP_CONFIG_FILE_PATH") EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CONFIG_FILE_SCAN_DIR") -INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR -+INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php ++INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php exec_prefix=$old_exec_prefix libdir=$old_libdir diff --git a/php84.spec b/php84.spec index 46dff41..a54ae25 100644 --- a/php84.spec +++ b/php84.spec @@ -81,7 +81,7 @@ %bcond_with zip %global upver 8.4.14 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1851,6 +1851,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Oct 22 2025 Remi Collet - 8.4.14-1 +- Update to 8.4.14 - http://www.php.net/releases/8_4_14.php + * Wed Oct 8 2025 Remi Collet - 8.4.14~RC1-1 - Update to 8.4.14RC1 -- cgit