From 1fd211a58011b0cc7b925bcb0284ffa6254ba357 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jan 2026 06:56:10 +0100 Subject: Update to 8.5.2 - http://www.php.net/releases/8_5_2.php --- php85.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php85.spec') diff --git a/php85.spec b/php85.spec index e67ecc6..8c1d326 100644 --- a/php85.spec +++ b/php85.spec @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.5.2 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -155,7 +155,6 @@ Patch48: php-8.5.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) -Patch100: upstream.patch # Security fixes (200+) @@ -1019,7 +1018,6 @@ in pure PHP. %patch -P48 -p1 -b .ec-param # upstream patches -%patch -P100 -p1 -b .liburiparser # security patches @@ -1873,6 +1871,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Jan 14 2026 Remi Collet - 8.5.2-1 +- Update to 8.5.2 - http://www.php.net/releases/8_5_2.php + * Mon Jan 5 2026 Remi Collet - 8.5.2~RC1-2 - Fedora: use system liburiparser -- cgit