diff options
| author | Remi Collet <remi@remirepo.net> | 2017-10-24 23:29:55 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-10-24 23:29:55 +0200 | 
| commit | 6a0c1d7c4eba965e17dca3e3fc8e6a9a28bb7c51 (patch) | |
| tree | fbc26562668fc817ec2db0cc6c8492b10b44953c | |
| parent | a76b08d0b8da6982c15356b1fc3658bfc482311e (diff) | |
v7.2.0RC5
| -rw-r--r-- | failed.txt | 12 | ||||
| -rw-r--r-- | php72.spec | 9 | 
2 files changed, 13 insertions, 8 deletions
@@ -1,18 +1,20 @@ -===== 7.1.0RC4 (2017-10-12) +===== 7.1.0RC5 (2017-10-26)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed    :     0 +/var/lib/mock/el6i/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/fc25i/build.log:Tests failed    :    1  /var/lib/mock/fc25x/build.log:Tests failed    :    0 -/var/lib/mock/fc26i/build.log:Tests failed    :    0 +/var/lib/mock/fc26i/build.log:Tests failed    :    1  /var/lib/mock/fc26x/build.log:Tests failed    :    0 -/var/lib/mock/fc27i/build.log:Tests failed    :    0 +/var/lib/mock/fc27i/build.log:Tests failed    :    1  /var/lib/mock/fc27x/build.log:Tests failed    :    0 +el6i, fc25i, fc26i, fc27i: +	2	Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt]  1	proc_open give erratic test results :( @@ -112,12 +112,12 @@  %endif  %global upver        7.2.0 -%global rcver        RC4 +%global rcver        RC5  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 @@ -239,7 +239,7 @@ Requires(pre): httpd  Provides: php(httpd)  %if 0%{?fedora} >= 27  # httpd have threaded MPM by default -Requires: php-fpm%{?_isa} = %{version}-%{release} +Recommends: php-fpm%{?_isa} = %{version}-%{release}  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -2123,6 +2123,9 @@ fi  %changelog +* Tue Oct 24 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC5-1 +- update to 7.2.0RC5 +  * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC4-2  - enable argon2 password hash  | 
