diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php73.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -17,7 +17,7 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log el6i: - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] + 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] el8x: 5 buildroot issue with openssl under investigation @@ -121,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2213,6 +2213,9 @@ fi %changelog +* Wed May 15 2019 Remi Collet <remi@remirepo.net> - 7.3.6~RC1-2 +- update to 7.3.6RC1 (new tag) + * Tue May 14 2019 Remi Collet <remi@remirepo.net> - 7.3.6~RC1-1 - update to 7.3.6RC1 |