From 1a6886e5b5c7163ab6cdbd94fd09eef11884eda1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2019 14:23:12 +0100 Subject: - Update to 7.2.26 - http://www.php.net/releases/7_2_26.php - use oracle client library version 19.5 (18.5 on EL-6) --- failed.txt | 2 +- php72.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index c1623fd..ab73f6d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.26RC1 (2019-12-05) +===== 7.2.26 (2019-12-19) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php72.spec b/php72.spec index f7fd0fa..1fa99e2 100644 --- a/php72.spec +++ b/php72.spec @@ -26,10 +26,14 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %if 0%{?rhel} == 6 +%ifarch x86_64 +%global oraclever 18.5 +%else %global oraclever 18.3 +%endif %global oraclelib 18.1 %else -%global oraclever 19.3 +%global oraclever 19.5 %global oraclelib 19.1 %endif @@ -117,7 +121,7 @@ %endif %global upver 7.2.26 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2210,6 +2214,10 @@ fi %changelog +* Tue Dec 17 2019 Remi Collet - 7.2.26-1 +- Update to 7.2.26 - http://www.php.net/releases/7_2_26.php +- use oracle client library version 19.5 (18.5 on EL-6) + * Tue Dec 3 2019 Remi Collet - 7.2.26~RC1-1 - update to 7.2.26RC1 -- cgit