From 66414deea3f523e7f6f77a8ab9993ce82b01a77f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Apr 2017 14:21:17 +0200 Subject: 7.0.19RC1 new tag --- failed.txt | 10 +++------- php.spec | 5 ++++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 0de1051..b874e1b 100644 --- a/failed.txt +++ b/failed.txt @@ -7,14 +7,10 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /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 : 0 -/var/lib/mock/scl70fc26x/build.log:Tests failed : 2 +/var/lib/mock/scl70fc26x/build.log:Tests failed : 0 -fc26x - Bug #73833: null character not allowed in openssl_pkey_get_private [ext/openssl/tests/bug73833.phpt] - sni_server [ext/openssl/tests/sni_server.phpt] -* proc_open give erratic test results :( -** fixed upstream -*** bugs related to tzdata 2017a (repo) vs 2017b (php) +(1) proc_open give erratic test results :( +(2) fixed upstream diff --git a/php.spec b/php.spec index d78bda3..e3d03da 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1813,6 +1813,9 @@ fi %changelog +* Thu Apr 27 2017 Remi Collet - 7.0.19~RC1-2 +- new sources from new tag + * Tue Apr 25 2017 Remi Collet - 7.0.19~RC1-1 - Update to 7.0.19RC1 - oci8 version is now 2.1.4 -- cgit