diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-07 18:19:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-07 18:19:21 +0200 |
commit | dea2a5037c05b13ac6a5015fa8427ba55256c44d (patch) | |
tree | 955faaae492a96951c67aedf9670e0e564da59f4 /php.spec | |
parent | 3cddf8bd45701b887b45631ab939c20b97cba9b5 (diff) |
update to 8.0.11RC1
use oracle client library version 21.3
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.1 +%global oraclever 21.3 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -98,8 +98,8 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.10 -#global rcver RC1 +%global upver 8.0.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1816,6 +1816,10 @@ fi %changelog +* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 8.0.11~RC1-1 +- update to 8.0.11RC1 +- use oracle client library version 21.3 + * Tue Aug 24 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1 - Update to 8.0.10 - http://www.php.net/releases/8_0_10.php |