summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-11 08:23:40 +0100
committerRemi Collet <remi@remirepo.net>2019-12-11 08:23:40 +0100
commitefd18017b0f5d29959f2e6bc85a450b8697780ce (patch)
treed3ffbe1a0ec2d56e278fb23df65c864d3d3fa115
parentddd7fd851b0b11b588034b0cc1cc9895e6e6685d (diff)
- update to 7.4.1RC1
- use oracle client library version 19.5
-rw-r--r--failed.txt2
-rw-r--r--php74.spec12
2 files changed, 9 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index e838625..5cc95e0 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.0 (2019-11-28)
+===== 7.4.1RC1 (2019-12-12)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php74.spec b/php74.spec
index d3cb21b..1c8e244 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.3
+%global oraclever 19.5
%global oraclelib 19.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -96,9 +96,9 @@
%global with_libzip 1
%global with_zip 0
-%global upver 7.4.0
-#global rcver RC6
-#global lower RC6
+%global upver 7.4.1
+%global rcver RC1
+%global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2153,6 +2153,10 @@ fi
%changelog
+* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 7.4.1~RC1-1
+- update to 7.4.1RC1
+- use oracle client library version 19.5
+
* Wed Nov 27 2019 Remi Collet <remi@remirepo.net> - 7.4.0-1
- update to 7.4.0 GA