summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-24 13:52:20 +0100
committerRemi Collet <remi@remirepo.net>2020-11-24 13:52:20 +0100
commitd118e7bfcf0b07434e5e3a4decd1fcb29945f7f6 (patch)
tree2e4221557f9e9bac6d43bd6ac214229c00d7601b
parent5e074432a75810bcb0e49f7d2ea7bf8eda04d988 (diff)
Update to 7.4.13 - http://www.php.net/releases/7_4_13.php
use oracle client library version 19.9 (x86_64)
-rw-r--r--failed.txt2
-rw-r--r--php74.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index c6c4375..5fd952b 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.13RC1 (2020-11-12)
+===== 7.4.13 (2020-11-26)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php74.spec b/php74.spec
index dc64b61..3546098 100644
--- a/php74.spec
+++ b/php74.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
@@ -95,7 +95,7 @@
%global with_zip 0
%global upver 7.4.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2161,6 +2161,10 @@ fi
%changelog
+* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 7.4.13-1
+- Update to 7.4.13 - http://www.php.net/releases/7_4_13.php
+- use oracle client library version 19.9 (x86_64)
+
* Wed Nov 11 2020 Remi Collet <remi@remirepo.net> - 7.4.13~RC1-1
- update to 7.4.13RC1