summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 13:43:46 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 13:43:46 +0100
commit8b9b57bd0eaa33bd402546fd03d44513e85ab2ce (patch)
tree18f9bad875a4b79158fbde48f3a6bcc155a5fbd9
parent075274a5ea8db80070d0db283acd66f7b92c0ab4 (diff)
Update to 7.4.4 - http://www.php.net/releases/7_4_4.php
use oracle client library version 19.6 (18.5 on EL-6)
-rw-r--r--failed.txt14
-rw-r--r--php74.spec10
2 files changed, 14 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index c2404f9..73e6017 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,13 +1,13 @@
-===== 7.4.4RC1 (2020-03-05)
+===== 7.4.4 (2020-03-19)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el7x/build.log:Tests failed : 1
-/var/lib/mock/el8x74/build.log:Tests failed : 17
-/var/lib/mock/fc30i/build.log:Tests failed : 1
-/var/lib/mock/fc30x/build.log:Tests failed : 1
-/var/lib/mock/fc31x/build.log:Tests failed : 1
-/var/lib/mock/fc32x/build.log:Tests failed : 1
+/var/lib/mock/el7x/build.log:Tests failed : 0
+/var/lib/mock/el8x74/build.log:Tests failed : 16
+/var/lib/mock/fc30i/build.log:Tests failed : 0
+/var/lib/mock/fc30x/build.log:Tests failed : 0
+/var/lib/mock/fc31x/build.log:Tests failed : 0
+/var/lib/mock/fc32x/build.log:Tests failed : 0
all
diff --git a/php74.spec b/php74.spec
index 04faee9..c53102b 100644
--- a/php74.spec
+++ b/php74.spec
@@ -24,7 +24,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 19.5
+%global oraclever 19.6
%global oraclelib 19.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -97,8 +97,8 @@
%global with_zip 0
%global upver 7.4.4
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2155,6 +2155,10 @@ fi
%changelog
+* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.4.4-1
+- Update to 7.4.4 - http://www.php.net/releases/7_4_4.php
+- use oracle client library version 19.6 (18.5 on EL-6)
+
* Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 7.4.4~RC1-1
- update to 7.4.4RC1