From ea38dd88116bbb7ad6b27dc7cefca95bcbbbeaed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Oct 2017 10:20:15 +0200 Subject: v7.1.11 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 55593ee..40d973b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.11RC1 (2017-10-12) +===== 7.1.11 (2017-10-26) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log diff --git a/php.spec b/php.spec index 4d8a499..444b958 100644 --- a/php.spec +++ b/php.spec @@ -121,7 +121,7 @@ %endif %global upver 7.1.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -305,7 +305,7 @@ Requires: httpd-filesystem >= 2.4.10 %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 %description fpm @@ -1821,6 +1821,9 @@ fi %changelog +* Wed Oct 25 2017 Remi Collet - 7.1.11-1 +- Update to 7.1.11 - http://www.php.net/releases/7_1_11.php + * Wed Oct 11 2017 Remi Collet - 7.1.11~RC1-1 - Update to 7.1.11RC1 - oci8 version is now 2.1.8 -- cgit