diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-02 06:43:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-02 06:43:14 +0200 |
commit | 4197557e7c266ecc6e625a623e36b55e35da9067 (patch) | |
tree | 2961d07b1215c31060460dbb44308558b5aaa983 /php82.spec | |
parent | 70699ea0148cf1bb5e2df171e946fbb17274f91d (diff) |
Diffstat (limited to 'php82.spec')
-rw-r--r-- | php82.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 8.2.29-1 +- Update to 8.2.29 - http://www.php.net/releases/8_2_29.php + * Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 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 |