From 955d20c5dd477ce5cdff1c5e7122e82fa2478ed6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 May 2019 12:26:59 +0200 Subject: Update to 7.1.29 - http://www.php.net/releases/7_1_29.php --- failed.txt | 6 ++++-- php71.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 44d964b..32968d5 100644 --- a/failed.txt +++ b/failed.txt @@ -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 :( diff --git a/php71.spec b/php71.spec index e25ffff..0eb0e37 100644 --- a/php71.spec +++ b/php71.spec @@ -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 - 7.1.29-1 +- Update to 7.1.29 - http://www.php.net/releases/7_1_29.php + * Tue Apr 2 2019 Remi Collet - 7.1.28-1 - Update to 7.1.28 - http://www.php.net/releases/7_1_28.php -- cgit