diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-02 08:09:42 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-02 08:09:42 +0100 |
commit | a997bb9652aa95ac99c537bb96da1e6360bb528e (patch) | |
tree | f1ad818e9914f411108e0ac33a455e122dedf7d9 | |
parent | 471c80c7bb65ceb5875b9838dd281cdd14ff2a6d (diff) |
update to 8.0.14RC1
use oracle client library version 21.4
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php80.spec | 13 |
2 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 8.0.13 (2021-11-18) +===== 8.0.14RC1 (2021-12-02) $ 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.3 +%global oraclever 21.4 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -55,8 +55,7 @@ %bcond_with qdbm %endif -# TODO change when 8.5 released (libxcrypt 4.1.1-6) -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 # switch to bundled library using --without libxcrypt %bcond_without libxcrypt %else @@ -105,8 +104,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.13 -#global rcver RC1 +%global upver 8.0.14 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2192,6 +2191,10 @@ fi %changelog +* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 8.0.14~RC1-1 +- update to 8.0.14RC1 +- use oracle client library version 21.4 + * Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 8.0.13-1 - Update to 8.0.13 - http://www.php.net/releases/8_0_13.php |