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 --- failed.txt | 12 +++++++----- php72.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index f09e8e5..4ee0dc0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,20 @@ -===== 7.1.0RC4 (2017-10-12) +===== 7.1.0RC5 (2017-10-26) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 1 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc25i/build.log:Tests failed : 0 +/var/lib/mock/fc25i/build.log:Tests failed : 1 /var/lib/mock/fc25x/build.log:Tests failed : 0 -/var/lib/mock/fc26i/build.log:Tests failed : 0 +/var/lib/mock/fc26i/build.log:Tests failed : 1 /var/lib/mock/fc26x/build.log:Tests failed : 0 -/var/lib/mock/fc27i/build.log:Tests failed : 0 +/var/lib/mock/fc27i/build.log:Tests failed : 1 /var/lib/mock/fc27x/build.log:Tests failed : 0 +el6i, fc25i, fc26i, fc27i: + 2 Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] 1 proc_open give erratic test results :( 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