From 9ed205d62b36a3a4ed705a26f1cc812a6cc98d3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Sep 2021 14:02:19 +0200 Subject: Update to 7.3.31 - http://www.php.net/releases/7_3_31.php use oracle client library version 21.3 --- failed.txt | 2 +- php.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 0221651..14f2dc0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.30 (2021-08-26) +===== 7.3.31 (2021-09-23) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index c71ac83..38c74b4 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,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) @@ -121,7 +121,7 @@ %global db_devel libdb-devel %endif -%global upver 7.3.30 +%global upver 7.3.31 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1919,6 +1919,10 @@ fi %changelog +* Tue Sep 21 2021 Remi Collet - 7.3.31-1 +- Update to 7.3.31 - http://www.php.net/releases/7_3_31.php +- use oracle client library version 21.3 + * Tue Aug 24 2021 Remi Collet - 7.3.30-1 - Update to 7.3.30 - http://www.php.net/releases/7_3_30.php -- cgit