diff options
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php72.spec | 5 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.2.15RC1 (2019-01-31) +===== 7.2.15 (2019-02-07)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -14,12 +14,14 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  /var/lib/mock/fc27x/build.log:Tests failed    :    0  /var/lib/mock/fc28i/build.log:Tests failed    :    0  /var/lib/mock/fc28x/build.log:Tests failed    :    0 -/var/lib/mock/fc29i/build.log:Tests failed    :    0 +/var/lib/mock/fc29i/build.log:Tests failed    :    1  /var/lib/mock/fc29x/build.log:Tests failed    :    0  el8x:  	openssl failure under investigation +fc29i: +	1	Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt]  1	proc_open give erratic test results :( @@ -119,7 +119,7 @@  %endif  %global upver        7.2.15 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2174,6 +2174,9 @@ fi  %changelog +* Tue Feb  5 2019 Remi Collet <remi@remirepo.net> - 7.2.15-1 +- Update to 7.2.15 - http://www.php.net/releases/7_2_15.php +  * Wed Jan 30 2019 Remi Collet <remi@remirepo.net> 7.2.15~RC1-1  - update to 7.2.15RC1  | 
