summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-18 07:49:02 +0100
committerRemi Collet <remi@remirepo.net>2020-11-18 07:49:02 +0100
commitb8f997efaaaff5f0fd11370cff94a84782c5fe84 (patch)
tree19a11df65f22f3dff3ccb3bb687454449ee145ca
parent0fbcb496864a4ee66d09d43a481520b30bd92d0d (diff)
update to 8.0.0RC5
use oracle client library version 19.9
-rw-r--r--failed.txt2
-rw-r--r--php80.spec12
2 files changed, 9 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 5c2620f..594055a 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.0RC4 (2020-11-12)
+===== 8.0.0RC5 (2020-11-19)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php80.spec b/php80.spec
index f8ab1fd..49eedfd 100644
--- a/php80.spec
+++ b/php80.spec
@@ -25,7 +25,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%ifarch x86_64
-%global oraclever 19.8
+%global oraclever 19.9
%else
%global oraclever 19.6
%endif
@@ -90,13 +90,13 @@
%bcond_with zip
%global upver 8.0.0
-%global rcver RC4
-%global lower rc4
+%global rcver RC5
+%global lower rc5
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 8%{?dist}
+Release: 9%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2138,6 +2138,10 @@ fi
%changelog
+* Wed Nov 18 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc5-9
+- update to 8.0.0RC5
+- use oracle client library version 19.9
+
* Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc4-8
- update to 8.0.0RC4