From f2f120d45e5090e8065c85350bfcdc6f892b1344 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jan 2017 18:13:34 +0100 Subject: PHP 7.0.15RC1 --- failed.txt | 12 +++++------- php70.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 905360b..912de86 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.14 (2016-12-08) +===== 7.0.15RC1 (2017-01-05) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -7,19 +7,17 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc22i/build.log:Tests failed : 0 /var/lib/mock/fc22x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 1 +/var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 /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/fc25i/build.log:Tests failed : 1 /var/lib/mock/fc25x/build.log:Tests failed : 0 -fc23i - * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +fc25i + * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] * proc_open give erratic test results :( ** test fixed upstream -*** Related to tzdata 2016g (f24+) vs 2016f - diff --git a/php70.spec b/php70.spec index c875666..85cb8bb 100644 --- a/php70.spec +++ b/php70.spec @@ -120,12 +120,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.14 +Version: 7.0.15 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1814,7 +1814,7 @@ echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat buil echo -e "overrides the official ones. Don't file bugs on Fedora Project nor Red Hat.\n" echo -e "Use dedicated forum at http://forum.remirepo.net/\n" -%if %{?fedora}%{!?fedora:99} < 22 +%if %{?fedora}%{!?fedora:99} < 24 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif @@ -2059,6 +2059,9 @@ fi %changelog +* Thu Jan 5 2017 Remi Collet 7.0.15-0.1.RC1 +- Update to 7.0.15RC1 + * Wed Dec 7 2016 Remi Collet 7.0.14-1 - Update to 7.0.14 - http://www.php.net/releases/7_0_14.php - disable pcre.jit everywhere as it raise AVC #1398474 -- cgit