From b8bc1fb53be88c3d594faf9486047ebdcaeb2443 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 | 4 +--- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 780c659..6f1a501 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/scl70*/build.log @@ -13,5 +13,3 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log * proc_open give erratic test results :( ** fixed upstream -*** Related to tzdata 2016g (f24+) vs 2016f - diff --git a/php.spec b/php.spec index 8f3d121..850026b 100644 --- a/php.spec +++ b/php.spec @@ -124,13 +124,13 @@ %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: %{?scl_prefix}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 @@ -1822,6 +1822,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