diff options
| -rw-r--r-- | failed.txt | 23 | ||||
| -rw-r--r-- | php72.spec | 8 | 
2 files changed, 10 insertions, 21 deletions
@@ -2,20 +2,17 @@  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed    :     2 +/var/lib/mock/el6i/build.log:Tests failed    :     0  /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    :    2 +/var/lib/mock/fc25i/build.log:Tests failed    :    0  /var/lib/mock/fc25x/build.log:Tests failed    :    0 -/var/lib/mock/fc26i/build.log:Tests failed    :    2 +/var/lib/mock/fc26i/build.log:Tests failed    :    0  /var/lib/mock/fc26x/build.log:Tests failed    :    0 -/var/lib/mock/fc27i/build.log:Tests failed    :    2 +/var/lib/mock/fc27i/build.log:Tests failed    :    0  /var/lib/mock/fc27x/build.log:Tests failed    :    0 -el6i, fc25i, fc26i, fc27i -	2	Test breaks on HANDLE_EXCEPTION [sapi/phpdbg/tests/exceptions_003.phpt] -	2	Stepping with exceptions must not be stuck at CATCH [sapi/phpdbg/tests/stepping_001.phpt]  1	proc_open give erratic test results :( @@ -24,15 +21,3 @@ el6i, fc25i, fc26i, fc27i  4	bugs related to tzdata  5	need investigation -32-bit known failure, this is ok (need to be fixed upstream) - -TEST FAILURE: ../sapi/phpdbg/tests/stepping_001.diff -- -012+ [L9           0xf6a7a070 CATCH<-112>             "Exception"          $e                   1                    /builddir/build/BUILD/php-7.2.0RC2/sapi/phpdbg/tests/stepping_001.php] -012- [L9 %s CATCH<-128>             "Exception"          $e                   1                    %s] --- ../sapi/phpdbg/tests/stepping_001.diff result ends. -TEST FAILURE: ../sapi/phpdbg/tests/exceptions_003.diff -- -017+ [L9           0xf6a7b0c4 CATCH<-196>             "Error"              $e                   1                    /builddir/build/BUILD/php-7.2.0RC2/sapi/phpdbg/tests/exceptions_003.php] -017- [L9 %s CATCH<-224>             "Error"              $e                   1                    %s] --- ../sapi/phpdbg/tests/exceptions_003.diff result ends. - - @@ -112,12 +112,12 @@  %endif  %global upver        7.2.0 -%global rcver        RC2 +%global rcver        RC3  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -210,6 +210,7 @@ BuildRequires: libtool-ltdl-devel  BuildRequires: %{?dtsprefix}systemtap-sdt-devel  %endif  #BuildRequires: bison +BuildRequires: /bin/ps  %if 0%{?rhel}  Obsoletes: php53, php53u, php54w, php55u, php55w, php56u, php56w, mod_php70u, php70w, mod_php71u, mod_php71w, mod_php72u, mod_php72w @@ -2122,6 +2123,9 @@ fi  %changelog +* Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC3-1 +- update to 7.2.0RC2 +  * Mon Sep 25 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC2-3  - F27: php now requires php-fpm and start it with httpd / nginx  | 
