From 4197557e7c266ecc6e625a623e36b55e35da9067 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jul 2025 06:43:14 +0200 Subject: Update to 8.2.29 - http://www.php.net/releases/8_2_29.php --- php82.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index 9bd67d8..607e739 100644 --- a/php82.spec +++ b/php82.spec @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 23.7 +%global oraclever 23.8 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -119,7 +119,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.28 +%global upver 8.2.29 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -2201,6 +2201,9 @@ fi %changelog +* Wed Jul 2 2025 Remi Collet - 8.2.29-1 +- Update to 8.2.29 - http://www.php.net/releases/8_2_29.php + * Wed Mar 12 2025 Remi Collet - 8.2.28-1 - Update to 8.2.28 - http://www.php.net/releases/8_2_28.php - use oracle client library version 23.7 on x86_64 and arm64 -- cgit