diff options
| -rw-r--r-- | failed.txt | 8 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 9 insertions, 8 deletions
| @@ -1,18 +1,14 @@ -===== 5.6.29RC1 (2016-11-24) +===== 5.6.29 (2016-12-08)  $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log  /var/lib/mock/scl56el6x/build.log:Tests failed    :     0  /var/lib/mock/scl56el7x/build.log:Tests failed    :     0  /var/lib/mock/scl56fc22x/build.log:Tests failed    :    0 -/var/lib/mock/scl56fc23x/build.log:Tests failed    :    3 +/var/lib/mock/scl56fc23x/build.log:Tests failed    :    0  /var/lib/mock/scl56fc24x/build.log:Tests failed    :    0  /var/lib/mock/scl56fc25x/build.log:Tests failed    :    0 -fc23x: -	***	Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] -	***	Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] -	***	Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt]  *	proc_open have erratic results... :( @@ -137,7 +137,7 @@  %global db_devel  libdb-devel  %endif -%global rcver  RC1 +#global rcver  RC1  %global rpmrel 1  Summary: PHP scripting language for creating dynamic web sites @@ -882,7 +882,7 @@ support for using the enchant library to PHP.  %endif  %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5  %patch42 -p1 -b .systzdata  %endif  %patch43 -p1 -b .headers @@ -1102,7 +1102,9 @@ ln -sf ../configure      --with-layout=GNU \      --with-kerberos \      --with-libxml-dir=%{_root_prefix} \ +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5      --with-system-tzdata \ +%endif      --with-mhash \  %if %{with_dtrace}      --enable-dtrace \ @@ -1816,6 +1818,9 @@ fi  %changelog +* Thu Dec  8 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-1 +- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php +  * Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-0.1.RC1  - update to 5.6.29RC1 | 
