diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php81.spec | 10 | 
2 files changed, 8 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -===== 8.1.6RC1 (2022-04-28) +===== 8.1.6 (2022-05-12)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -24,7 +24,7 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.5 +%global oraclever 21.6  %global oraclelib 21.1  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -108,8 +108,8 @@  %bcond_with            zip  %global upver          8.1.6 -%global rcver          RC1 -%global lower          RC1 +#global rcver          RC1 +#global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2172,6 +2172,10 @@ fi  %changelog +* Wed May 11 2022 Remi Collet <remi@remirepo.net> - 8.1.6-1 +- Update to 8.1.6 - http://www.php.net/releases/8_1_6.php +- use oracle client library version 21.6 +  * Wed Apr 27 2022 Remi Collet <remi@remirepo.net> - 8.1.6~RC1-1  - update to 8.1.6RC1 | 
