diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
| @@ -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 @@ -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 <remi@remirepo.net> - 7.1.11-1 +- Update to 7.1.11 - http://www.php.net/releases/7_1_11.php +  * Wed Oct 11 2017 Remi Collet <remi@remirepo.net> - 7.1.11~RC1-1  - Update to 7.1.11RC1  - oci8 version is now 2.1.8 | 
