summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec12
1 files changed, 8 insertions, 4 deletions
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