From 95b0d823e22772232ac2f5900526c984597495a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Oct 2018 12:51:09 +0200 Subject: Update to 7.1.23 - http://www.php.net/releases/7_1_23.php --- failed.txt | 8 ++++---- php71.spec | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 203889f..63cf0fa 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.23RC1 (2018-09-28) +===== 7.1.23 (2018-10-11) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -7,11 +7,11 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc26i/build.log:Tests failed : 0 /var/lib/mock/fc26x/build.log:Tests failed : 0 -/var/lib/mock/fc27i/build.log:Tests failed : 1 -/var/lib/mock/fc27x/build.log:Tests failed : 0 +/var/lib/mock/fc27i/build.log:Tests failed : 0 +/var/lib/mock/fc27x/build.log:Tests failed : 1 -fc27i +fc27x 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] diff --git a/php71.spec b/php71.spec index d0c9f9a..fd57f0f 100644 --- a/php71.spec +++ b/php71.spec @@ -108,7 +108,7 @@ %endif %global upver 7.1.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2056,6 +2056,9 @@ fi %changelog +* Wed Oct 10 2018 Remi Collet - 7.1.23-1 +- Update to 7.1.23 - http://www.php.net/releases/7_1_23.php + * Sat Sep 29 2018 Remi Collet - 7.1.23~RC1-1 - update to 7.1.23RC1 - use oracle client library version 18.3 -- cgit