diff options
| -rw-r--r-- | failed.txt | 8 | ||||
| -rw-r--r-- | php73.spec | 7 | 
2 files changed, 11 insertions, 4 deletions
@@ -1,14 +1,18 @@ -===== 7.3.22 (2020-09-03) +===== 7.3.23RC1 (2020-09-17)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed    :     0 +/var/lib/mock/el6i/build.log:Tests failed    :     1  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0  /var/lib/mock/el8x73/build.log:Tests failed  :    14  /var/lib/mock/fc31x/build.log:Tests failed    :    0 +el6i: +	1	Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +el6x: +	1	Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt]  el8x:  	3	Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]  	2	buildroot issue with strict openssl policy (fixed in 7.4) @@ -125,8 +125,8 @@  %global db_devel  libdb-devel  %endif -%global upver        7.3.22 -#global rcver        RC1 +%global upver        7.3.23 +%global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2264,6 +2264,9 @@ fi  %changelog +* Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.3.23~RC1-1 +- update to 7.3.23RC1 +  * Tue Sep  1 2020 Remi Collet <remi@remirepo.net> - 7.3.22-1  - Update to 7.3.22 - http://www.php.net/releases/7_3_22.php  | 
