From f22e035f5a64e5db68e66c7d4f2efde9c2e71552 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2018 10:10:41 +0100 Subject: Update to 5.6.34 - http://www.php.net/releases/5_6_34.php FPM: revert pid file removal improve devel dependencies --- failed.txt | 17 ++++++----------- php.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/failed.txt b/failed.txt index db8a08d..8a16284 100644 --- a/failed.txt +++ b/failed.txt @@ -1,28 +1,23 @@ -===== 5.6.33 (2018-01-04) +===== 5.6.34 (2018-03-01) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56el6x/build.log:Tests failed : 2 /var/lib/mock/scl56el7x/build.log:Tests failed : 2 -/var/lib/mock/scl56fc24x/build.log:Tests failed : 6 /var/lib/mock/scl56fc25x/build.log:Tests failed : 1 /var/lib/mock/scl56fc26x/build.log:Tests failed : 3 /var/lib/mock/scl56fc27x/build.log:Tests failed : 4 +/var/lib/mock/scl56fc28x/build.log:Tests failed : 4 -fc24x, el6x, el7x +el6x, el7x: 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] -fc24x: - 4 Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] - 4 Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] - 4 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] - 4 date_modify() function [1] [ext/date/tests/date_modify-1.phpt] -fc24x, fc25x, fc26x, fc27x: +el6x, el7x, fc25x, fc26x, fc27x, fc28x: 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] -fc26x, fc27x: +fc26x, fc27x, fc28x: 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] -fc27x: +fc27x, fc28x: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] diff --git a/php.spec b/php.spec index cfc176e..e0d8226 100644 --- a/php.spec +++ b/php.spec @@ -133,7 +133,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.33 +Version: 5.6.34 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1398,8 +1398,6 @@ sed -e 's:/run:%{_localstatedir}/run:' \ -e 's:php-fpm.service:%{?scl_prefix}php-fpm.service:' \ -e 's:/usr/sbin:%{_sbindir}:' \ -i $RPM_BUILD_ROOT%{_unitdir}/%{?scl_prefix}php-fpm.service -sed -e 's/^pid/;pid/' \ - -i $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf # this folder requires systemd >= 204 install -m 755 -d $RPM_BUILD_ROOT%{_root_sysconfdir}/systemd/system/%{?scl_prefix}php-fpm.service.d %else @@ -1836,6 +1834,11 @@ fi %changelog +* Wed Feb 28 2018 Remi Collet - 5.6.34-1 +- Update to 5.6.34 - http://www.php.net/releases/5_6_34.php +- FPM: revert pid file removal +- improve devel dependencies + * Wed Jan 3 2018 Remi Collet 5.6.33-1 - Update to 5.6.33 - http://www.php.net/releases/5_6_33.php -- cgit