From a86c56258cd846b3a1d88aef35e9ca6d660769f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jan 2017 20:26:44 +0100 Subject: PHP 7.1.1RC1 --- failed.txt | 7 ++----- php.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 2b839de..c88ab39 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.0 (2016-12-01) +===== 7.1.1RC1 (2017-01-05) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,11 +7,8 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc25x/build.log:Tests failed : 2 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -fc25x - * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - * 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 :( diff --git a/php.spec b/php.spec index 24aa2d6..0c6c00d 100644 --- a/php.spec +++ b/php.spec @@ -124,13 +124,13 @@ %global db_devel libdb-devel %endif -#global rcver RC6 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 7.1.0 +Version: 7.1.1 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1808,6 +1808,9 @@ fi %changelog +* Thu Jan 5 2017 Remi Collet 7.1.1-0.1.RC1 +- Update to 7.1.1RC1 + * Mon Dec 26 2016 Remi Collet 7.1.0-2 - test optimized build using GCC 6.2 -- cgit