diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-14 15:36:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-14 15:36:29 +0100 |
commit | 01f695dded36bde3b513bf78a1f589b95162152d (patch) | |
tree | 04f24cc1b9d5710e49fcbfc3d6683574d0a237df | |
parent | da9dff8406487cb05e853c859c9a40f1d55ae948 (diff) |
PHP 7.0.17
-rw-r--r-- | failed.txt | 13 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 18 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.0.17RC1 (2017-03-02) +===== 7.0.17 (2017-03-16) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log @@ -8,8 +8,19 @@ $ 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 : 8 +fc26x + Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] + Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt] + Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] + Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] + Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] + Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] + date_modify() function [1] [ext/date/tests/date_modify-1.phpt] * proc_open give erratic test results :( ** fixed upstream +*** f26x bugs related to tzdata 2016j vs 2017a @@ -123,8 +123,8 @@ %global db_devel libdb-devel %endif -%global rcver RC1 -%global rpmrel 2 +#global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1448,7 +1448,7 @@ sed -e 's:/run:%{_localstatedir}/run:' \ # Environment file %if 0%{?fedora} >= 26 -sed -e '/EnvironmentFile/d' -i $RPM_BUILD_ROOT%{_root_initddir}/%{?scl_prefix}php-fpm +sed -e '/EnvironmentFile/d' -i $RPM_BUILD_ROOT%{_unitdir}/%{?scl_prefix}php-fpm.service %else install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm @@ -1834,6 +1834,9 @@ fi %changelog +* Tue Mar 14 2017 Remi Collet <remi@fedoraproject.org> 7.0.17-1 +- Update to 7.0.17 - http://www.php.net/releases/7_0_17.php + * Fri Mar 10 2017 Remi Collet <remi@fedoraproject.org> 7.0.17-0.2.RC1 - add patch for firebird configuration - add patch for OpenSSL 1.1 on F26 |