From 476b3fc6ff1bc50c8289e91ddcb789ad9ba8d5a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2018 07:40:01 +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 | 10 +++++----- php.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index 8a3bda9..177e24f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -===== 7.2.3RC1 (2018-03-01) +===== 7.2.3 (2018-03-01) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 /var/lib/mock/scl72el7x/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 : 0 -/var/lib/mock/scl70fc27x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc25x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc26x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc27x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc28x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index fe6736f..baf8741 100644 --- a/php.spec +++ b/php.spec @@ -125,12 +125,12 @@ %endif %global upver 7.2.3 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1440,8 +1440,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 @@ -1856,6 +1854,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-3 - rebuild for new tag and drop patch merged upstream - drop ldconfig scriptlets on F28 -- cgit