diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-03 18:46:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-03 18:46:26 +0100 |
commit | 7ef988e3f02ed363e158db04bde4c57401a6bf17 (patch) | |
tree | eeefd503ae2ff3af15ec50eec6b1b478a64f8299 /php80.spec | |
parent | bca335f99c721c91cadb0871f9535d0d897b0ef8 (diff) |
Update to 8.0.27 - http://www.php.net/releases/8_0_27.phpv8.0.27
use oracle client library version 21.8
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.7 +%global oraclever 21.8 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -100,8 +100,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.26 -#global rcver RC1 +%global upver 8.0.27 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2181,6 +2180,10 @@ fi %changelog +* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 8.0.27-1 +- Update to 8.0.27 - http://www.php.net/releases/8_0_27.php +- use oracle client library version 21.8 + * Wed Nov 23 2022 Remi Collet <remi@remirepo.net> - 8.0.26-1 - Update to 8.0.26 - http://www.php.net/releases/8_0_26.php |