diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.1.0RC4 (2017-10-12) +===== 7.1.0RC5 (2017-10-26) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 @@ -129,8 +129,8 @@ #global gh_date 20170828 %global gh_owner php %global gh_project php-src -%global rcver RC4 -%global rpmrel 29 +%global rcver RC5 +%global rpmrel 30 Summary: PHP scripting language for creating dynamic web sites @@ -251,7 +251,7 @@ Requires(pre): httpd %endif %if 0%{?fedora} >= 27 # httpd have threaded MPM by default -Requires: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} %endif @@ -1853,6 +1853,9 @@ fi %changelog +* Tue Oct 24 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.30.RC5 +- update to 7.2.0RC5 + * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.29.RC4 - enable argon2 password hash |