diff options
| -rw-r--r-- | failed.txt | 10 | ||||
| -rw-r--r-- | php72.spec | 13 | 
2 files changed, 9 insertions, 14 deletions
@@ -1,22 +1,18 @@ -===== 7.2.2RC1 (2018-01-18) +===== 7.2.2 (2018-02-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    :     0 -/var/lib/mock/el7x/build.log:Tests failed    :     1 +/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  /var/lib/mock/fc26i/build.log:Tests failed    :    0  /var/lib/mock/fc26x/build.log:Tests failed    :    0 -/var/lib/mock/fc27i/build.log:Tests failed    :    1 +/var/lib/mock/fc27i/build.log:Tests failed    :    0  /var/lib/mock/fc27x/build.log:Tests failed    :    0 -el7x: -	1	php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] -fc27i: -	1	Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]  1	proc_open give erratic test results :( @@ -112,12 +112,12 @@  %endif  %global upver        7.2.2 -%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 @@ -298,11 +298,7 @@ Requires: php-common%{?_isa} = %{version}-%{release}  Requires(pre): /usr/sbin/useradd  %if %{with_systemd}  BuildRequires: systemd-devel -BuildRequires: systemd-units -Requires: systemd-units -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +%{?systemd_requires}  # This is actually needed for the %%triggerun script but Requires(triggerun)  # is not valid.  We can use %%post because this particular %%triggerun script  # should fire just after this package is installed. @@ -2126,6 +2122,9 @@ fi  %changelog +* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 7.2.2-1 +- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php +  * Tue Jan 16 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-2  - dba: revert drop gdbm support  | 
