summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-14 12:04:22 +0200
committerRemi Collet <remi@remirepo.net>2020-04-14 12:04:22 +0200
commit9a355c3ee36a704d489683427794a68b55ff6fbc (patch)
treed53e92bd23f87b0fb892ca354f3cddb089d11641
parentc0aac3bcea505ee430933867c00b91d44c4c0006 (diff)
Update to 7.3.17 - http://www.php.net/releases/7_3_17.php
-rw-r--r--failed.txt10
-rw-r--r--php73.spec5
2 files changed, 7 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 5450f79..9b7f920 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,22 +1,18 @@
-===== 7.3.17RC1 (2020-03-31)
+===== 7.3.17 (2020-04-16)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
-/var/lib/mock/el7x/build.log:Tests failed : 1
+/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/el8x73/build.log:Tests failed : 14
-/var/lib/mock/fc30i/build.log:Tests failed : 1
+/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
-el7x:
- 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
el8x:
5 buildroot issue with openssl under investigation
-fc30i:
- 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
1 proc_open give erratic test results :(
diff --git a/php73.spec b/php73.spec
index eba6efc..3ea11c7 100644
--- a/php73.spec
+++ b/php73.spec
@@ -121,7 +121,7 @@
%endif
%global upver 7.3.17
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2249,6 +2249,9 @@ fi
%changelog
+* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 7.3.17-1
+- Update to 7.3.17 - http://www.php.net/releases/7_3_17.php
+
* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.3.17~RC1-1
- update to 7.3.17RC1