diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-01 12:26:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-01 12:26:59 +0200 | 
| commit | 955d20c5dd477ce5cdff1c5e7122e82fa2478ed6 (patch) | |
| tree | 661ab35e9e96d4cd0ccdc15700640c3c4f3d6839 | |
| parent | 98d79f6a9b90d7ab5c3f1c9a4657df9c2618027d (diff) | |
Update to 7.1.29 - http://www.php.net/releases/7_1_29.php
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php71.spec | 5 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.1.28 (2019-04-04) +===== 7.1.29 (2019-05-02)  $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -6,9 +6,11 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0  /var/lib/mock/fc27i/build.log:Tests failed    :    0 -/var/lib/mock/fc27x/build.log:Tests failed    :    0 +/var/lib/mock/fc27x/build.log:Tests failed    :    1 +fc27: +	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 :( @@ -107,7 +107,7 @@  %global db_devel  libdb-devel  %endif -%global upver        7.1.28 +%global upver        7.1.29  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2067,6 +2067,9 @@ fi  %changelog +* Wed May  1 2019 Remi Collet <remi@remirepo.net> - 7.1.29-1 +- Update to 7.1.29 - http://www.php.net/releases/7_1_29.php +  * Tue Apr  2 2019 Remi Collet <remi@remirepo.net> - 7.1.28-1  - Update to 7.1.28 - http://www.php.net/releases/7_1_28.php  | 
