summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-24 14:43:12 +0100
committerRemi Collet <remi@remirepo.net>2020-11-24 14:43:12 +0100
commit76f16962d1012ad589c22d76ee0d3ae09ee54978 (patch)
tree8f98c340d2ad54a733cf56253f8ae581f94dda1c
parent09400053b6c690629a1933f31d74751b9a54b23a (diff)
Update to 7.3.25 - http://www.php.net/releases/7_3_25.php
use oracle client library version 19.9 (x86_64)
-rw-r--r--failed.txt2
-rw-r--r--php.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index b342015..0722c6f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.25RC1 (2020-11-12)
+===== 7.3.25 (2020-11-26)
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
diff --git a/php.spec b/php.spec
index 629a637..39a95f8 100644
--- a/php.spec
+++ b/php.spec
@@ -65,7 +65,7 @@
%else
%ifarch x86_64
-%global oraclever 19.8
+%global oraclever 19.9
%else
%global oraclever 19.6
%endif
@@ -136,7 +136,7 @@
%endif
%global upver 7.3.25
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1923,6 +1923,10 @@ fi
%changelog
+* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 7.3.25-1
+- Update to 7.3.25 - http://www.php.net/releases/7_3_25.php
+- use oracle client library version 19.9 (x86_64)
+
* Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 7.3.25~RC1-1
- update to 7.3.25RC1