diff options
| -rw-r--r-- | failed.txt | 3 | ||||
| -rw-r--r-- | php.spec | 12 | 
2 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 8.1.0RC1 (2021-09-02) +===== 8.1.0RC2 (2021-09-16)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,6 +6,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/scl81el8x/build.log:Tests failed     :    1  /var/lib/mock/scl81fc33x/build.log:Tests failed    :    0  /var/lib/mock/scl81fc34x/build.log:Tests failed    :    0 +/var/lib/mock/scl81fc35x/build.log:Tests failed    :    0  el7x, el8x @@ -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 @@ -107,13 +107,13 @@  %global gh_owner     php  %global gh_project   php-src  %global upver        8.1.0 -%global rcver        RC1 -%global lower        rc1 +%global rcver        RC2 +%global lower        rc2  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php  Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1817,6 +1817,10 @@ fi  %changelog +* Sat Sep 18 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 +  * Wed Sep  1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc1-2  - rebuild with new sources  | 
