diff options
| -rw-r--r-- | failed.txt | 11 | ||||
| -rw-r--r-- | php73.spec | 9 | 
2 files changed, 15 insertions, 5 deletions
@@ -1,12 +1,12 @@ -===== 7.3.11RC1 (2019-10-10) +===== 7.3.11 (2019-10-24)  $ 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    :     2  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0  /var/lib/mock/el8x73/build.log:Tests failed  :    14 -/var/lib/mock/fc29i/build.log:Tests failed    :    0 +/var/lib/mock/fc29i/build.log:Tests failed    :    1  /var/lib/mock/fc29x/build.log:Tests failed    :    0  /var/lib/mock/fc30i/build.log:Tests failed    :    0  /var/lib/mock/fc30x/build.log:Tests failed    :    0 @@ -14,6 +14,11 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  /var/lib/mock/fc31x/build.log:Tests failed    :    0 +el6i +	1	Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +	1	Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] +fc29i +	1	Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt]  el8x:  	5	buildroot issue with openssl under investigation @@ -117,7 +117,7 @@  %endif  %global upver        7.3.11 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -349,7 +349,8 @@ Provides: php(httpd)  %endif  %if %{with_nginx}  # for /etc/nginx ownership -Requires: nginx-filesystem +# Temporarily not mandatory to allow nginx for nginx repo +Recommends: nginx-filesystem  %endif  %if 0%{?rhel}  Obsoletes: php53-fpm, php53u-fpm, php54-fpm, php54w-fpm, php55u-fpm, php55w-fpm, php56u-fpm, php56w-fpm @@ -2244,6 +2245,10 @@ fi  %changelog +* Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 7.3.11-1 +- Update to 7.3.11 - http://www.php.net/releases/7_3_11.php +- change dependency on nginx-filesystem to weak +  * Tue Oct  8 2019 Remi Collet <remi@remirepo.net> - 7.3.11~RC1-1  - update to 7.3.11RC1  | 
