From e7313d7ccf7e3a4b57f142a653e06fc55f52306d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2018 09:08:48 +0100 Subject: Update to 7.2.3 - http://www.php.net/releases/7_2_3.php FPM: revert pid file removal improve devel dependencies --- failed.txt | 8 ++++---- php72.spec | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index b64a838..9e031ff 100644 --- a/failed.txt +++ b/failed.txt @@ -1,9 +1,9 @@ -===== 7.2.3RC1 (2018-03-01) +===== 7.2.3 (2018-03-01) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 -/var/lib/mock/el6x/build.log:Tests failed : 1 +/var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 @@ -11,10 +11,10 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc26x/build.log:Tests failed : 0 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 +/var/lib/mock/fc28i/build.log:Tests failed : 0 +/var/lib/mock/fc28x/build.log:Tests failed : 0 -el6x: - 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] 1 proc_open give erratic test results :( diff --git a/php72.spec b/php72.spec index dcd3c17..cf4916d 100644 --- a/php72.spec +++ b/php72.spec @@ -112,12 +112,12 @@ %endif %global upver 7.2.3 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1725,8 +1725,6 @@ install -m 755 -d $RPM_BUILD_ROOT/run/php-fpm install -m 755 -d $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d install -m 644 php-fpm.tmpfiles $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/php-fpm.conf # install systemd unit files and scripts for handling server startup -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%{_sysconfdir}/systemd/system/php-fpm.service.d install -Dm 644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/php-fpm.service @@ -2137,6 +2135,11 @@ fi %changelog +* Wed Feb 28 2018 Remi Collet - 7.2.3-1 +- Update to 7.2.3 - http://www.php.net/releases/7_2_3.php +- FPM: revert pid file removal +- improve devel dependencies + * Wed Feb 14 2018 Remi Collet - 7.2.3~RC1-2 - rebuild for new tag and drop patch merged upstream - drop ldconfig scriptlets on F28 -- cgit