From 3a6e6b3d64edb71dc50202405e24c12f117c1cff 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 | 6 ++---- php56.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 41f4930..1407e45 100644 --- a/failed.txt +++ b/failed.txt @@ -1,11 +1,11 @@ -===== 5.6.25 (2016-08-19) +===== 5.6.26RC1 (2016-09-01) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el5i/build.log:Tests failed : 7 /var/lib/mock/el5x/build.log:Tests failed : 2 /var/lib/mock/el6i/build.log:Tests failed : 5 -/var/lib/mock/el6x/build.log:Tests failed : 1 +/var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc21i/build.log:Tests failed : 2 /var/lib/mock/fc21x/build.log:Tests failed : 0 @@ -27,8 +27,6 @@ el5i, el6i Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] -el6x - openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt] [1] #64146 known issue, no fix found diff --git a/php56.spec b/php56.spec index 258a505..c5a2f71 100644 --- a/php56.spec +++ b/php56.spec @@ -15,7 +15,7 @@ # Extension version %global fileinfover 1.0.5 %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 @@ -143,12 +143,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: 5.6.25 +Version: 5.6.26 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1997,6 +1997,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