From 133b35cc72988e35b843bbbde171994a57170e16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Dec 2017 14:04:40 +0100 Subject: v7.0.27RC1 --- failed.txt | 6 ++++-- php70.spec | 12 +++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 5c6e65c..f72f7cb 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.26 (2017-11-23) +===== 7.0.27RC1 (2017-12-07) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -8,9 +8,11 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc24i/build.log:Tests failed : 0 /var/lib/mock/fc24x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 0 -/var/lib/mock/fc25x/build.log:Tests failed : 0 +/var/lib/mock/fc25x/build.log:Tests failed : 1 +fc25: + 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/php70.spec b/php70.spec index ad8f2c7..79b4bb7 100644 --- a/php70.spec +++ b/php70.spec @@ -107,8 +107,8 @@ %global db_devel libdb-devel %endif -%global upver 7.0.26 -#global rcver RC1 +%global upver 7.0.27 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1160,6 +1160,9 @@ if [ ! -f Zend/zend_language_parser.c ]; then ./genfiles fi +# For doc +cat %{SOURCE1} %{SOURCE12} >httpd-php.conf + %build %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 @@ -1929,7 +1932,7 @@ fi %doc sapi/phpdbg/{README.md,CREDITS} %files fpm -%doc php-fpm.conf.default www.conf.default +%doc php-fpm.conf.default www.conf.default httpd-php.conf %license fpm_LICENSE %attr(0770,root,apache) %dir %{_localstatedir}/lib/php/session %attr(0770,root,apache) %dir %{_localstatedir}/lib/php/wsdlcache @@ -2030,6 +2033,9 @@ fi %changelog +* Tue Dec 5 2017 Remi Collet - 7.0.27~RC1-1 +- Update to 7.0.27RC1 + * Tue Nov 21 2017 Remi Collet - 7.0.26-1 - Update to 7.0.26 - http://www.php.net/releases/7_0_26.php -- cgit