From 1764ce2ab2fb928cdcd7db4297e6b9b53dd671ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Nov 2015 09:18:30 +0100 Subject: PHP 5.6.16 --- failed.txt | 2 +- php56.spec | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index f368d4b..ed0bdb3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.15 (2015-10-29) +===== 5.6.16 (2015-11-26) $ grep -r 'Tests failed' /var/lib/mock/56*/build.log diff --git a/php56.spec b/php56.spec index 25210b1..f0bdfca 100644 --- a/php56.spec +++ b/php56.spec @@ -14,7 +14,7 @@ %global pdover 20080721 # Extension version %global opcachever 7.0.6-dev -%global oci8ver 2.0.9 +%global oci8ver 2.0.10 # Use for first build of PHP (before pecl/zip and pecl/jsonc) %global php_bootstrap 0 @@ -142,12 +142,9 @@ %global db_devel libdb-devel %endif -#global snapdate 201405061030 -#global rcver RC1 - Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.15 +Version: 5.6.16 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else @@ -1987,6 +1984,10 @@ fi %changelog +* Thu Nov 26 2015 Remi Collet 5.6.16-1 +- Update to 5.6.16 + http://www.php.net/releases/5_6_16.php + * Thu Oct 29 2015 Remi Collet 5.6.15-1 - Update to 5.6.15 http://www.php.net/releases/5_6_15.php -- cgit