From 773b62f0bc631684e3b2dab6b4c561f4260af6f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 09:57:36 +0200 Subject: update to 8.1.0RC2 use oracle client library version 21.3 --- failed.txt | 3 ++- php.spec | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index de30667..859ce57 100644 --- a/failed.txt +++ b/failed.txt @@ -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 diff --git a/php.spec b/php.spec index 037e532..cfc8d98 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.1.0~rc2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Wed Sep 1 2021 Remi Collet - 8.1.0~rc1-2 - rebuild with new sources -- cgit