diff options
| -rw-r--r-- | failed.txt | 5 | ||||
| -rw-r--r-- | php56.spec | 7 | 
2 files changed, 8 insertions, 4 deletions
| @@ -1,8 +1,8 @@ -===== 5.6.28 (2016-11-10) +===== 5.6.29RC1 (2016-11-24)  $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed    :     8 +/var/lib/mock/el5i/build.log:Tests failed    :     9  /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    :     0 @@ -21,6 +21,7 @@ fc23i, fc23x  	***	Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt]  el5i  		Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] +	*	Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]  el5i, el5x  		openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt]  el5i, el5x @@ -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.28 +Version: 5.6.29  %if 0%{?rcver:1}  Release: 0.%{rpmrel}.%{rcver}%{?dist}  %else @@ -1997,6 +1997,9 @@ fi  %changelog +* Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-0.1.RC1 +- update to 5.6.29RC1 +  * Wed Nov  9 2016 Remi Collet <remi@fedoraproject.org> 5.6.28-1  - Update to 5.6.28 - http://www.php.net/releases/5_6_28.php | 
