diff options
| author | Remi Collet <remi@remirepo.net> | 2018-02-28 09:08:48 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-02-28 09:08:48 +0100 | 
| commit | e7313d7ccf7e3a4b57f142a653e06fc55f52306d (patch) | |
| tree | e89f3563b03c3b2ecb29985ab86a0e6b628b3eb7 | |
| parent | e3c0b2f28c56e9b12e36ccc9d7477d72f8472999 (diff) | |
Update to 7.2.3 - http://www.php.net/releases/7_2_3.php
FPM: revert pid file removal
improve devel dependencies
| -rw-r--r-- | failed.txt | 8 | ||||
| -rw-r--r-- | php72.spec | 11 | 
2 files changed, 11 insertions, 8 deletions
@@ -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 :( @@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.2.3~RC1-2  - rebuild for new tag and drop patch merged upstream  - drop ldconfig scriptlets on F28  | 
