From 6a0c1d7c4eba965e17dca3e3fc8e6a9a28bb7c51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Oct 2017 23:29:55 +0200 Subject: v7.2.0RC5 --- php72.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 1051751..072e0d8 100644 --- a/php72.spec +++ b/php72.spec @@ -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 - 7.2.0~RC5-1 +- update to 7.2.0RC5 + * Wed Oct 18 2017 Remi Collet - 7.2.0~RC4-2 - enable argon2 password hash -- cgit