From c776138e4cbf4bc0eb80f112d4bacd1e6d121637 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Sep 2016 11:12:32 +0200 Subject: PHP 5.6.26RC1 --- failed.txt | 2 +- php.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 253f1c2..3bc4fd1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.25 (2016-08-19) +===== 5.6.26RC1 (2016-09-01) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log diff --git a/php.spec b/php.spec index 1e8bfe4..3a16efa 100644 --- a/php.spec +++ b/php.spec @@ -27,7 +27,7 @@ %global pdover 20080721 # Extension version %global opcachever 7.0.6-dev -%global oci8ver 2.0.11 +%global oci8ver 2.0.12 # Use for first build of PHP (before pecl/zip and pecl/jsonc) %global php_bootstrap 0 @@ -137,12 +137,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: %{?scl_prefix}php -Version: 5.6.25 +Version: 5.6.26 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1814,6 +1814,10 @@ fi %changelog +* Fri Sep 2 2016 Remi Collet 5.6.26-0.1.RC1 +- update to 5.6.26RC1 +- oci8 version is now 2.0.12 + * Wed Aug 31 2016 Remi Collet 5.6.25-1 - Update to 5.6.25 - http://www.php.net/releases/5_6_25.php -- cgit