From 48a4b07fd095a987a568bc191c390595ff21dbbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Oct 2017 21:53:42 +0200 Subject: v7.2.0RC5 --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 09113a4..3ff1306 100644 --- a/php.spec +++ b/php.spec @@ -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 - 7.2.0-0.30.RC5 +- update to 7.2.0RC5 + * Wed Oct 18 2017 Remi Collet - 7.2.0-0.29.RC4 - enable argon2 password hash -- cgit