summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-31 15:30:28 +0200
committerRemi Collet <remi@remirepo.net>2020-03-31 15:30:28 +0200
commit60dc93db54c506b9fa0b1d6d2b33249602bc29a5 (patch)
tree5d6d8602da16657e5f01e63cf9526b7495c4485c
parenta556b85dae52f1783a56b379e4ccaa4ee6fe9695 (diff)
update to 7.3.17RC1
-rw-r--r--failed.txt3
-rw-r--r--php.spec7
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index ace0b92..028e68c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.16RC1 (2020-03-05)
+===== 7.3.17RC1 (2020-03-31)
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
@@ -7,6 +7,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
/var/lib/mock/scl73el8x/build.log:Tests failed : 14
/var/lib/mock/scl73fc30x/build.log:Tests failed : 0
/var/lib/mock/scl73fc31x/build.log:Tests failed : 0
+/var/lib/mock/scl73fc32x/build.log:Tests failed : 0
el8x
diff --git a/php.spec b/php.spec
index cf13c43..0fb48be 100644
--- a/php.spec
+++ b/php.spec
@@ -135,8 +135,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.3.16
-#global rcver RC1
+%global upver 7.3.17
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1903,6 +1903,9 @@ fi
%changelog
+* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.3.17~RC1-1
+- update to 7.3.17RC1
+
* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.3.16-1
- Update to 7.3.16 - http://www.php.net/releases/7_3_16.php
- use oracle client library version 19.6 (18.5 on EL-6)