diff options
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,8 @@ -===== 5.6.23 (2016-06-23) +===== 5.6.24RC1 (2016-07-08)  $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed    :     5 +/var/lib/mock/scl56el6x/build.log:Tests failed    :     6  /var/lib/mock/scl56el7x/build.log:Tests failed    :     5  /var/lib/mock/scl56fc21x/build.log:Tests failed    :    0  /var/lib/mock/scl56fc22x/build.log:Tests failed    :    0 @@ -15,6 +15,8 @@ el6x, el7x:  	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]  	strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +el6x +	Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]  * outdated tzdata cause date failure @@ -137,12 +137,12 @@  %global db_devel  libdb-devel  %endif -#global rcver  RC1 -%global rpmrel 1.1 +%global rcver  RC1 +%global rpmrel 1  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php -Version: 5.6.23 +Version: 5.6.24  %if 0%{?rcver:1}  Release: 0.%{rpmrel}.%{rcver}%{?dist}  %else @@ -1813,6 +1813,9 @@ fi  %changelog +* Thu Jul  7 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-0.1.RC1 +- update to 5.6.24RC1 +  * Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1.1  - own tests/doc directories for pecl packages (f24)  | 
