diff options
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 11 insertions, 6 deletions
@@ -1,15 +1,17 @@ -===== 7.1.15RC1 (2018-03-01) +===== 7.1.15 (2018-03-01) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el6x/build.log:Tests failed : 0 /var/lib/mock/scl71el7x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc24x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc25x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc25x/build.log:Tests failed : 1 /var/lib/mock/scl71fc26x/build.log:Tests failed : 1 /var/lib/mock/scl71fc27x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc28x/build.log:Tests failed : 0 +fc25x: + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] fc26x: 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] @@ -121,7 +121,7 @@ %endif %global upver 7.1.15 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1415,8 +1415,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 @@ -1835,6 +1833,11 @@ fi %changelog +* Wed Feb 28 2018 Remi Collet <remi@remirepo.net> - 7.1.15-1 +- Update to 7.1.15 - http://www.php.net/releases/7_1_15.php +- FPM: revert pid file removal +- improve devel dependencies + * Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.1.15~RC1-1 - Update to 7.1.15RC1 - adapt ldap patch |